rpms/xbmc/devel xbmc.spec,1.14,1.15
by Alex Lancaster
Author: alexlan
Update of /cvs/free/rpms/xbmc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25334
Modified Files:
xbmc.spec
Log Message:
Enable librtmp support on in F-14 and later (until librtmp is build on F-13)
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xbmc.spec 16 Sep 2010 07:11:17 -0000 1.14
+++ xbmc.spec 20 Sep 2010 17:50:27 -0000 1.15
@@ -6,7 +6,7 @@
Name: xbmc
Version: 10.0
-Release: 0.16.%{PRERELEASE}%{?dist}
+Release: 0.17.%{PRERELEASE}%{?dist}
URL: http://www.xbmc.org/
Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -129,7 +129,9 @@
BuildRequires: gettext
%endif
BuildRequires: zip
+%if 0%{?fedora} >= 14
BuildRequires: librtmp-devel
+%endif
BuildRequires: libva-freeworld-devel
# need explicit requires for libcrystalhd functionality
@@ -215,6 +217,9 @@
%{_datadir}/icons/hicolor/*/*/*.png
%changelog
+* Sat Sep 18 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 10.0-0.17.Dharma_beta2
+- Enable librtmp support on in F-14 and later (until librtmp is build on F-13)
+
* Thu Sep 16 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 10.0-0.16.Dharma_beta2
- Enable VAAPI: add BR: libva-freeworld-devel
14 years, 2 months
rpms/mame/F-12 .cvsignore, 1.12, 1.13 mame-verbosebuild.patch, 1.2, 1.3 mame.spec, 1.13, 1.14 sources, 1.12, 1.13
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26236
Modified Files:
.cvsignore mame-verbosebuild.patch mame.spec sources
Log Message:
* Sun Sep 19 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.139u3-1
- Updated to 0.139u3
- Updated the verbosebuild patch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-12/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 31 Aug 2010 19:56:02 -0000 1.12
+++ .cvsignore 19 Sep 2010 15:17:52 -0000 1.13
@@ -1,3 +1,4 @@
mame0139s.exe
0139u1_diff.zip
0139u2_diff.zip
+0139u3_diff.zip
mame-verbosebuild.patch:
makefile | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Index: mame-verbosebuild.patch
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-12/mame-verbosebuild.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mame-verbosebuild.patch 8 Jul 2010 18:00:05 -0000 1.2
+++ mame-verbosebuild.patch 19 Sep 2010 15:17:52 -0000 1.3
@@ -1,6 +1,6 @@
-diff -up mame-0.138u3/makefile.verbosebuild mame-0.138u3/makefile
---- mame-0.138u3/makefile.verbosebuild 2010-07-08 08:13:05.000000000 +0200
-+++ mame-0.138u3/makefile 2010-07-08 19:54:27.000000000 +0200
+diff -up mame-0.139u3/makefile.verbosebuild mame-0.139u3/makefile
+--- mame-0.139u3/makefile.verbosebuild 2010-09-19 17:03:31.000000000 +0200
++++ mame-0.139u3/makefile 2010-09-19 17:12:14.000000000 +0200
@@ -294,12 +294,12 @@ BUILD_EXE = $(EXE)
endif
@@ -19,14 +19,14 @@
-@@ -727,12 +727,12 @@ $(OBJ)/%.s: $(SRC)/%.c | $(OSPREBUILD)
+@@ -745,12 +745,12 @@ $(OBJ)/%.s: $(SRC)/%.c | $(OSPREBUILD)
- $(OBJ)/%.lh: $(SRC)/%.lay $(FILE2STR)
+ $(OBJ)/%.lh: $(SRC)/%.lay $(FILE2STR_TARGET)
@echo Converting $<...
- @$(FILE2STR) $< $@ layout_$(basename $(notdir $<))
+ $(FILE2STR) $< $@ layout_$(basename $(notdir $<))
- $(OBJ)/%.fh: $(SRC)/%.png $(PNG2BDC) $(FILE2STR)
+ $(OBJ)/%.fh: $(SRC)/%.png $(PNG2BDC_TARGET) $(FILE2STR_TARGET)
@echo Converting $<...
- @$(PNG2BDC) $< $(OBJ)/temp.bdc
- @$(FILE2STR) $(OBJ)/temp.bdc $@ font_$(basename $(notdir $<)) UINT8
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-12/mame.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mame.spec 31 Aug 2010 19:56:02 -0000 1.13
+++ mame.spec 19 Sep 2010 15:17:52 -0000 1.14
@@ -2,7 +2,7 @@
%bcond_with debug
%global baseversion 139
-%global sourceupdate 2
+%global sourceupdate 3
Name: mame
%if 0%{?sourceupdate}
@@ -24,7 +24,7 @@
#Source updates
Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
-#Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
+Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
#Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
%endif
Patch0: %{name}-fortify.patch
@@ -232,6 +232,10 @@
%changelog
+* Sun Sep 19 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.139u3-1
+- Updated to 0.139u3
+- Updated the verbosebuild patch
+
* Tue Aug 31 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.139u2-1
- Updated to 0.139u2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-12/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 31 Aug 2010 19:56:02 -0000 1.12
+++ sources 19 Sep 2010 15:17:52 -0000 1.13
@@ -1,3 +1,4 @@
51903a6ee402c8cbc25c2c3f12b77597 mame0139s.exe
4abbeeef195864fb894163718ff49fec 0139u1_diff.zip
bde35bfb22aab028fa730d9bb2c94aa0 0139u2_diff.zip
+6d0b700c69f56b9085ca382931d9a534 0139u3_diff.zip
14 years, 2 months
rpms/mame/F-13 .cvsignore, 1.12, 1.13 mame-verbosebuild.patch, 1.2, 1.3 mame.spec, 1.12, 1.13 sources, 1.12, 1.13
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26125
Modified Files:
.cvsignore mame-verbosebuild.patch mame.spec sources
Log Message:
* Sun Sep 19 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.139u3-1
- Updated to 0.139u3
- Updated the verbosebuild patch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 31 Aug 2010 19:55:54 -0000 1.12
+++ .cvsignore 19 Sep 2010 15:17:39 -0000 1.13
@@ -1,3 +1,4 @@
mame0139s.exe
0139u1_diff.zip
0139u2_diff.zip
+0139u3_diff.zip
mame-verbosebuild.patch:
makefile | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Index: mame-verbosebuild.patch
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/mame-verbosebuild.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mame-verbosebuild.patch 8 Jul 2010 17:59:57 -0000 1.2
+++ mame-verbosebuild.patch 19 Sep 2010 15:17:39 -0000 1.3
@@ -1,6 +1,6 @@
-diff -up mame-0.138u3/makefile.verbosebuild mame-0.138u3/makefile
---- mame-0.138u3/makefile.verbosebuild 2010-07-08 08:13:05.000000000 +0200
-+++ mame-0.138u3/makefile 2010-07-08 19:54:27.000000000 +0200
+diff -up mame-0.139u3/makefile.verbosebuild mame-0.139u3/makefile
+--- mame-0.139u3/makefile.verbosebuild 2010-09-19 17:03:31.000000000 +0200
++++ mame-0.139u3/makefile 2010-09-19 17:12:14.000000000 +0200
@@ -294,12 +294,12 @@ BUILD_EXE = $(EXE)
endif
@@ -19,14 +19,14 @@
-@@ -727,12 +727,12 @@ $(OBJ)/%.s: $(SRC)/%.c | $(OSPREBUILD)
+@@ -745,12 +745,12 @@ $(OBJ)/%.s: $(SRC)/%.c | $(OSPREBUILD)
- $(OBJ)/%.lh: $(SRC)/%.lay $(FILE2STR)
+ $(OBJ)/%.lh: $(SRC)/%.lay $(FILE2STR_TARGET)
@echo Converting $<...
- @$(FILE2STR) $< $@ layout_$(basename $(notdir $<))
+ $(FILE2STR) $< $@ layout_$(basename $(notdir $<))
- $(OBJ)/%.fh: $(SRC)/%.png $(PNG2BDC) $(FILE2STR)
+ $(OBJ)/%.fh: $(SRC)/%.png $(PNG2BDC_TARGET) $(FILE2STR_TARGET)
@echo Converting $<...
- @$(PNG2BDC) $< $(OBJ)/temp.bdc
- @$(FILE2STR) $(OBJ)/temp.bdc $@ font_$(basename $(notdir $<)) UINT8
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/mame.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mame.spec 31 Aug 2010 19:55:54 -0000 1.12
+++ mame.spec 19 Sep 2010 15:17:39 -0000 1.13
@@ -2,7 +2,7 @@
%bcond_with debug
%global baseversion 139
-%global sourceupdate 2
+%global sourceupdate 3
Name: mame
%if 0%{?sourceupdate}
@@ -24,7 +24,7 @@
#Source updates
Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
-#Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
+Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
#Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
%endif
Patch0: %{name}-fortify.patch
@@ -232,6 +232,10 @@
%changelog
+* Sun Sep 19 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.139u3-1
+- Updated to 0.139u3
+- Updated the verbosebuild patch
+
* Tue Aug 31 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.139u2-1
- Updated to 0.139u2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 31 Aug 2010 19:55:54 -0000 1.12
+++ sources 19 Sep 2010 15:17:39 -0000 1.13
@@ -1,3 +1,4 @@
51903a6ee402c8cbc25c2c3f12b77597 mame0139s.exe
4abbeeef195864fb894163718ff49fec 0139u1_diff.zip
bde35bfb22aab028fa730d9bb2c94aa0 0139u2_diff.zip
+6d0b700c69f56b9085ca382931d9a534 0139u3_diff.zip
14 years, 2 months
rpms/mame/devel .cvsignore, 1.13, 1.14 mame-verbosebuild.patch, 1.2, 1.3 mame.spec, 1.15, 1.16 sources, 1.13, 1.14
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26014
Modified Files:
.cvsignore mame-verbosebuild.patch mame.spec sources
Log Message:
* Sun Sep 19 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.139u3-1
- Updated to 0.139u3
- Updated the verbosebuild patch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore 31 Aug 2010 19:55:44 -0000 1.13
+++ .cvsignore 19 Sep 2010 15:17:30 -0000 1.14
@@ -1,3 +1,4 @@
mame0139s.exe
0139u1_diff.zip
0139u2_diff.zip
+0139u3_diff.zip
mame-verbosebuild.patch:
makefile | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Index: mame-verbosebuild.patch
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame-verbosebuild.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mame-verbosebuild.patch 8 Jul 2010 17:59:46 -0000 1.2
+++ mame-verbosebuild.patch 19 Sep 2010 15:17:30 -0000 1.3
@@ -1,6 +1,6 @@
-diff -up mame-0.138u3/makefile.verbosebuild mame-0.138u3/makefile
---- mame-0.138u3/makefile.verbosebuild 2010-07-08 08:13:05.000000000 +0200
-+++ mame-0.138u3/makefile 2010-07-08 19:54:27.000000000 +0200
+diff -up mame-0.139u3/makefile.verbosebuild mame-0.139u3/makefile
+--- mame-0.139u3/makefile.verbosebuild 2010-09-19 17:03:31.000000000 +0200
++++ mame-0.139u3/makefile 2010-09-19 17:12:14.000000000 +0200
@@ -294,12 +294,12 @@ BUILD_EXE = $(EXE)
endif
@@ -19,14 +19,14 @@
-@@ -727,12 +727,12 @@ $(OBJ)/%.s: $(SRC)/%.c | $(OSPREBUILD)
+@@ -745,12 +745,12 @@ $(OBJ)/%.s: $(SRC)/%.c | $(OSPREBUILD)
- $(OBJ)/%.lh: $(SRC)/%.lay $(FILE2STR)
+ $(OBJ)/%.lh: $(SRC)/%.lay $(FILE2STR_TARGET)
@echo Converting $<...
- @$(FILE2STR) $< $@ layout_$(basename $(notdir $<))
+ $(FILE2STR) $< $@ layout_$(basename $(notdir $<))
- $(OBJ)/%.fh: $(SRC)/%.png $(PNG2BDC) $(FILE2STR)
+ $(OBJ)/%.fh: $(SRC)/%.png $(PNG2BDC_TARGET) $(FILE2STR_TARGET)
@echo Converting $<...
- @$(PNG2BDC) $< $(OBJ)/temp.bdc
- @$(FILE2STR) $(OBJ)/temp.bdc $@ font_$(basename $(notdir $<)) UINT8
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- mame.spec 31 Aug 2010 19:55:44 -0000 1.15
+++ mame.spec 19 Sep 2010 15:17:30 -0000 1.16
@@ -2,7 +2,7 @@
%bcond_with debug
%global baseversion 139
-%global sourceupdate 2
+%global sourceupdate 3
Name: mame
%if 0%{?sourceupdate}
@@ -24,7 +24,7 @@
#Source updates
Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
-#Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
+Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
#Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
%endif
Patch0: %{name}-fortify.patch
@@ -232,6 +232,10 @@
%changelog
+* Sun Sep 19 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.139u3-1
+- Updated to 0.139u3
+- Updated the verbosebuild patch
+
* Tue Aug 31 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.139u2-1
- Updated to 0.139u2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 31 Aug 2010 19:55:44 -0000 1.13
+++ sources 19 Sep 2010 15:17:30 -0000 1.14
@@ -1,3 +1,4 @@
51903a6ee402c8cbc25c2c3f12b77597 mame0139s.exe
4abbeeef195864fb894163718ff49fec 0139u1_diff.zip
bde35bfb22aab028fa730d9bb2c94aa0 0139u2_diff.zip
+6d0b700c69f56b9085ca382931d9a534 0139u3_diff.zip
14 years, 2 months
rpms/wl-kmod/F-12 wl-kmod.spec,1.76,1.77
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/wl-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24585
Modified Files:
wl-kmod.spec
Log Message:
* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.60.48.36-1.16
- rebuild for new kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-12/wl-kmod.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- wl-kmod.spec 1 Sep 2010 07:07:45 -0000 1.76
+++ wl-kmod.spec 19 Sep 2010 14:54:57 -0000 1.77
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 5.60.48.36
-Release: 1%{?dist}.15
+Release: 1%{?dist}.16
Summary: Kernel module for broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -82,6 +82,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.60.48.36-1.16
+- rebuild for new kernel
+
* Wed Sep 01 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.60.48.36-1.15
- rebuild for new kernel
14 years, 2 months
rpms/slmodem-kmod/F-12 slmodem-kmod.spec,1.63,1.64
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/slmodem-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24459
Modified Files:
slmodem-kmod.spec
Log Message:
* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.61
- rebuild for new kernel
Index: slmodem-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/slmodem-kmod/F-12/slmodem-kmod.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- slmodem-kmod.spec 1 Sep 2010 07:07:27 -0000 1.63
+++ slmodem-kmod.spec 19 Sep 2010 14:54:47 -0000 1.64
@@ -12,7 +12,7 @@
Name: slmodem-kmod
Version: 2.9.11
-Release: 27%{?dist}.60
+Release: 27%{?dist}.61
Summary: Proprietary SmartLink softmodem kernel drivers
Group: System Environment/Kernel
@@ -102,6 +102,9 @@
%changelog
+* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.61
+- rebuild for new kernel
+
* Wed Sep 01 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.60
- rebuild for new kernel
14 years, 2 months
rpms/nvidia-kmod/F-12 nvidia-kmod.spec,1.95,1.96
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24335
Modified Files:
nvidia-kmod.spec
Log Message:
* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:195.36.31-1.5
- rebuild for new kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-12/nvidia-kmod.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- nvidia-kmod.spec 1 Sep 2010 07:07:08 -0000 1.95
+++ nvidia-kmod.spec 19 Sep 2010 14:54:36 -0000 1.96
@@ -9,7 +9,7 @@
Epoch: 1
Version: 195.36.31
# Taken over by kmodtool
-Release: 1%{?dist}.4
+Release: 1%{?dist}.5
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -94,6 +94,9 @@
%changelog
+* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:195.36.31-1.5
+- rebuild for new kernel
+
* Wed Sep 01 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:195.36.31-1.4
- rebuild for new kernel
14 years, 2 months
rpms/nvidia-96xx-kmod/F-12 nvidia-96xx-kmod.spec,1.62,1.63
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-96xx-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24208
Modified Files:
nvidia-96xx-kmod.spec
Log Message:
* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.18-1.4
- rebuild for new kernel
Index: nvidia-96xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-96xx-kmod/F-12/nvidia-96xx-kmod.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- nvidia-96xx-kmod.spec 13 Sep 2010 05:48:36 -0000 1.62
+++ nvidia-96xx-kmod.spec 19 Sep 2010 14:54:25 -0000 1.63
@@ -7,7 +7,7 @@
Name: nvidia-96xx-kmod
Version: 96.43.18
-Release: 1%{?dist}.3
+Release: 1%{?dist}.4
# Taken over by kmodtool
Summary: NVIDIA 96xx display driver kernel module
Group: System Environment/Kernel
@@ -91,6 +91,9 @@
%changelog
+* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.18-1.4
+- rebuild for new kernel
+
* Mon Sep 13 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.18-1.3
- rebuild to build i686 packages
14 years, 2 months
rpms/nvidia-173xx-kmod/F-12 nvidia-173xx-kmod.spec,1.61,1.62
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21844
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.27-1.3
- rebuild for new kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-12/nvidia-173xx-kmod.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- nvidia-173xx-kmod.spec 1 Sep 2010 07:06:41 -0000 1.61
+++ nvidia-173xx-kmod.spec 19 Sep 2010 14:19:22 -0000 1.62
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.27
# Taken over by kmodtool
-Release: 1%{?dist}.2
+Release: 1%{?dist}.3
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.27-1.3
+- rebuild for new kernel
+
* Wed Sep 01 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.27-1.2
- rebuild for new kernel
14 years, 2 months
rpms/catalyst-kmod/F-12 catalyst-kmod.spec,1.17,1.18
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/catalyst-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21723
Modified Files:
catalyst-kmod.spec
Log Message:
* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10.9-1.1
- rebuild for new kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-12/catalyst-kmod.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- catalyst-kmod.spec 18 Sep 2010 15:47:02 -0000 1.17
+++ catalyst-kmod.spec 19 Sep 2010 14:19:11 -0000 1.18
@@ -3,7 +3,7 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-#define buildforkernels newest
+%define buildforkernels newest
# Tweak to have debuginfo - part 1/2
%if 0%{?fedora} > 7
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 10.9
-Release: 1%{?dist}
+Release: 1%{?dist}.1
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -92,6 +92,9 @@
%changelog
+* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10.9-1.1
+- rebuild for new kernel
+
* Sat Sep 18 2010 Stewart Adam <s.adam at diffingo.com> - 10.9-1
- Update to Catalyst 10.9 (internal version 8.77.1)
14 years, 2 months