rpms/sdlmame/F-9 sdlmame.spec,1.37,1.38
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25718
Modified Files:
sdlmame.spec
Log Message:
No gcc-4.4 patch needed here
15 years, 9 months
rpms/sdlmame/F-10 sdlmame.spec,1.39,1.40
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25273
Modified Files:
sdlmame.spec
Log Message:
No gcc-4.4 patch needed here
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sdlmame.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- sdlmame.spec 26 Feb 2009 16:22:32 -0000 1.39
+++ sdlmame.spec 26 Feb 2009 16:28:15 -0000 1.40
@@ -31,11 +31,10 @@
Patch1: %{name}-expat.patch
Patch2: %{name}-bne.patch
Patch3: %{name}-fortify.patch
-Patch4: sdlmame-0.129u4-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
-BuildRequires: GConf2-devel
+BuildRequires: GConf2-devel dbus-devel
%description
MAME stands for Multiple Arcade Machine Emulator. When used in conjunction
@@ -84,7 +83,6 @@
%patch1 -p0 -b .expat~
%patch2 -p0 -b .bne~
%patch3 -p0 -b .fortify
-%patch4 -p0 -b .gcc44
# Create mame.ini file
cat > mame.ini << EOF
@@ -221,7 +219,6 @@
* Tue Feb 17 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.4.0129u4
- Updated to 0.129u4
-- Fixed building with gcc-4.4
* Fri Jan 30 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.3.0129u3
- Updated to 0.129u3
15 years, 9 months
rpms/sdlmame/F-9 .cvsignore, 1.32, 1.33 sdlmame.spec, 1.36, 1.37 sources, 1.33, 1.34
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24774
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Thu Feb 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.5.0129u5
- Updated to 0.129u4
- Use macros consistently
- Fixed whatsnew.txt encoding
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- .cvsignore 17 Feb 2009 19:11:45 -0000 1.32
+++ .cvsignore 26 Feb 2009 16:23:00 -0000 1.33
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0129u4.zip
+sdlmame0129u5.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- sdlmame.spec 17 Feb 2009 19:11:45 -0000 1.36
+++ sdlmame.spec 26 Feb 2009 16:23:00 -0000 1.37
@@ -1,4 +1,4 @@
-%define beta 0129u4
+%define beta 0129u5
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0130
-Release: 0.4.%{?beta}%{?dist}
+Release: 0.5.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -31,6 +31,7 @@
Patch1: %{name}-expat.patch
Patch2: %{name}-bne.patch
Patch3: %{name}-fortify.patch
+Patch4: sdlmame-0.129u4-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
@@ -83,6 +84,7 @@
%patch1 -p0 -b .expat~
%patch2 -p0 -b .bne~
%patch3 -p0 -b .fortify
+%patch4 -p0 -b .gcc44
# Create mame.ini file
cat > mame.ini << EOF
@@ -116,6 +118,10 @@
# Fix end-of-line encoding
sed -i 's/\r//' whatsnew.txt
+#Fix whatsnew.txt encoding
+/usr/bin/iconv -f iso8859-1 -t utf-8 whatsnew.txt > whatsnew.txt.conv
+/bin/mv -f whatsnew.txt.conv whatsnew.txt
+
#Fix newvideo.txt encoding
pushd docs
/usr/bin/iconv -f cp1250 -t utf-8 newvideo.txt > newvideo.txt.conv
@@ -125,11 +131,11 @@
%build
make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer SYMBOLS=1 OPTIMIZE=2\
- OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+ OPT_FLAGS='$RPM_OPT_FLAGS -DINI_PATH="\"%{_sysconfdir}/mame;\""'
make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 OPTIMIZE=2\
- OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+ OPT_FLAGS='$RPM_OPT_FLAGS -DINI_PATH="\"%{_sysconfdir}/mame;\""'
make %{?_smp_mflags} %{?arch_flags} SYMBOLS=1 OPTIMIZE=2\
- OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+ OPT_FLAGS='$RPM_OPT_FLAGS -DINI_PATH="\"%{_sysconfdir}/mame;\""'
%install
@@ -208,8 +214,14 @@
%changelog
+* Thu Feb 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.5.0129u5
+- Updated to 0.129u4
+- Use macros consistently
+- Fixed whatsnew.txt encoding
+
* Tue Feb 17 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.4.0129u4
- Updated to 0.129u4
+- Fixed building with gcc-4.4
* Fri Jan 30 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.3.0129u3
- Updated to 0.129u3
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources 17 Feb 2009 19:11:45 -0000 1.33
+++ sources 26 Feb 2009 16:23:00 -0000 1.34
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-34bb7f4fbfd0e3e90238e6d31adc0e01 sdlmame0129u4.zip
+7921149ca826ba6e8e9f5435e3042b61 sdlmame0129u5.zip
15 years, 9 months
rpms/sdlmame/F-10 .cvsignore, 1.32, 1.33 sdlmame.spec, 1.38, 1.39 sources, 1.33, 1.34
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24672
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Thu Feb 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.5.0129u5
- Updated to 0.129u4
- Use macros consistently
- Fixed whatsnew.txt encoding
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- .cvsignore 17 Feb 2009 19:11:34 -0000 1.32
+++ .cvsignore 26 Feb 2009 16:22:31 -0000 1.33
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0129u4.zip
+sdlmame0129u5.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sdlmame.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- sdlmame.spec 17 Feb 2009 20:52:19 -0000 1.38
+++ sdlmame.spec 26 Feb 2009 16:22:32 -0000 1.39
@@ -1,4 +1,4 @@
-%define beta 0129u4
+%define beta 0129u5
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0130
-Release: 0.4.%{?beta}%{?dist}
+Release: 0.5.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -31,10 +31,11 @@
Patch1: %{name}-expat.patch
Patch2: %{name}-bne.patch
Patch3: %{name}-fortify.patch
+Patch4: sdlmame-0.129u4-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
-BuildRequires: GConf2-devel dbus-devel
+BuildRequires: GConf2-devel
%description
MAME stands for Multiple Arcade Machine Emulator. When used in conjunction
@@ -83,6 +84,7 @@
%patch1 -p0 -b .expat~
%patch2 -p0 -b .bne~
%patch3 -p0 -b .fortify
+%patch4 -p0 -b .gcc44
# Create mame.ini file
cat > mame.ini << EOF
@@ -116,6 +118,10 @@
# Fix end-of-line encoding
sed -i 's/\r//' whatsnew.txt
+#Fix whatsnew.txt encoding
+/usr/bin/iconv -f iso8859-1 -t utf-8 whatsnew.txt > whatsnew.txt.conv
+/bin/mv -f whatsnew.txt.conv whatsnew.txt
+
#Fix newvideo.txt encoding
pushd docs
/usr/bin/iconv -f cp1250 -t utf-8 newvideo.txt > newvideo.txt.conv
@@ -125,11 +131,11 @@
%build
make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer SYMBOLS=1 OPTIMIZE=2\
- OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+ OPT_FLAGS='$RPM_OPT_FLAGS -DINI_PATH="\"%{_sysconfdir}/mame;\""'
make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 OPTIMIZE=2\
- OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+ OPT_FLAGS='$RPM_OPT_FLAGS -DINI_PATH="\"%{_sysconfdir}/mame;\""'
make %{?_smp_mflags} %{?arch_flags} SYMBOLS=1 OPTIMIZE=2\
- OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+ OPT_FLAGS='$RPM_OPT_FLAGS -DINI_PATH="\"%{_sysconfdir}/mame;\""'
%install
@@ -208,8 +214,14 @@
%changelog
+* Thu Feb 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.5.0129u5
+- Updated to 0.129u4
+- Use macros consistently
+- Fixed whatsnew.txt encoding
+
* Tue Feb 17 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.4.0129u4
- Updated to 0.129u4
+- Fixed building with gcc-4.4
* Fri Jan 30 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.3.0129u3
- Updated to 0.129u3
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources 17 Feb 2009 19:11:34 -0000 1.33
+++ sources 26 Feb 2009 16:22:32 -0000 1.34
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-34bb7f4fbfd0e3e90238e6d31adc0e01 sdlmame0129u4.zip
+7921149ca826ba6e8e9f5435e3042b61 sdlmame0129u5.zip
15 years, 9 months
rpms/sdlmame/devel .cvsignore, 1.32, 1.33 sdlmame.spec, 1.38, 1.39 sources, 1.33, 1.34
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24564
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Thu Feb 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.5.0129u5
- Updated to 0.129u4
- Use macros consistently
- Fixed whatsnew.txt encoding
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- .cvsignore 17 Feb 2009 19:33:18 -0000 1.32
+++ .cvsignore 26 Feb 2009 16:22:09 -0000 1.33
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0129u4.zip
+sdlmame0129u5.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- sdlmame.spec 17 Feb 2009 21:20:20 -0000 1.38
+++ sdlmame.spec 26 Feb 2009 16:22:09 -0000 1.39
@@ -1,4 +1,4 @@
-%define beta 0129u4
+%define beta 0129u5
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0130
-Release: 0.4.%{?beta}%{?dist}
+Release: 0.5.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -118,6 +118,10 @@
# Fix end-of-line encoding
sed -i 's/\r//' whatsnew.txt
+#Fix whatsnew.txt encoding
+/usr/bin/iconv -f iso8859-1 -t utf-8 whatsnew.txt > whatsnew.txt.conv
+/bin/mv -f whatsnew.txt.conv whatsnew.txt
+
#Fix newvideo.txt encoding
pushd docs
/usr/bin/iconv -f cp1250 -t utf-8 newvideo.txt > newvideo.txt.conv
@@ -127,11 +131,11 @@
%build
make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer SYMBOLS=1 OPTIMIZE=2\
- OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+ OPT_FLAGS='$RPM_OPT_FLAGS -DINI_PATH="\"%{_sysconfdir}/mame;\""'
make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 OPTIMIZE=2\
- OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+ OPT_FLAGS='$RPM_OPT_FLAGS -DINI_PATH="\"%{_sysconfdir}/mame;\""'
make %{?_smp_mflags} %{?arch_flags} SYMBOLS=1 OPTIMIZE=2\
- OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+ OPT_FLAGS='$RPM_OPT_FLAGS -DINI_PATH="\"%{_sysconfdir}/mame;\""'
%install
@@ -210,6 +214,11 @@
%changelog
+* Thu Feb 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.5.0129u5
+- Updated to 0.129u4
+- Use macros consistently
+- Fixed whatsnew.txt encoding
+
* Tue Feb 17 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.4.0129u4
- Updated to 0.129u4
- Fixed building with gcc-4.4
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources 17 Feb 2009 19:33:18 -0000 1.33
+++ sources 26 Feb 2009 16:22:09 -0000 1.34
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-34bb7f4fbfd0e3e90238e6d31adc0e01 sdlmame0129u4.zip
+7921149ca826ba6e8e9f5435e3042b61 sdlmame0129u5.zip
15 years, 9 months
rpms/xorg-x11-drv-nvidia/devel xorg-x11-drv-nvidia.spec,1.17,1.18
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22526
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
- Fix Conflicts/Provides with beta
- Obsoltes/Provides for devel
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xorg-x11-drv-nvidia.spec 25 Feb 2009 10:45:21 -0000 1.17
+++ xorg-x11-drv-nvidia.spec 26 Feb 2009 15:48:39 -0000 1.18
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia
Version: 180.35
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -47,7 +47,6 @@
Conflicts: xorg-x11-drv-nvidia-legacy
Conflicts: xorg-x11-drv-nvidia-96xx
Conflicts: xorg-x11-drv-nvidia-173xx
-Conflicts: xorg-x11-drv-nvidia-beta
Conflicts: xorg-x11-drv-fglrx
Obsoletes: nvidia-kmod < %{version}
@@ -75,6 +74,9 @@
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name}-libs-%{_target_cpu} = %{version}-%{release}
+#Introduced in F11 when opengl 3.0 beta has merged back
+Obsoletes: xorg-x11-drv-nvidia-beta-devel < 180.35-100
+Provides: xorg-x11-drv-nvidia-beta-devel = 180.35-101
%description devel
This package provides the development files of the %{name} package,
@@ -91,6 +93,9 @@
Obsoletes: nvidia-x11-drv-32bit < %{version}-%{release}
Provides: nvidia-x11-drv-32bit = %{version}-%{release}
%endif
+#Introduced in F11 when opengl 3.0 beta has merged back
+Obsoletes: xorg-x11-drv-nvidia-beta-libs < 180.35-100
+Provides: xorg-x11-drv-nvidia-beta-libs = 180.35-101
%description libs
This package provides the shared libraries for %{name}.
@@ -295,6 +300,10 @@
%changelog
+* Thu Feb 26 2009 kwizart < kwizart at gmail.com > - 180.35-2
+- Fix Conflicts/Provides with beta
+- Obsoltes/Provides for devel
+
* Wed Feb 25 2009 kwizart < kwizart at gmail.com > - 180.35-1
- Update to 180.35 (stable)
- Obsoletes opengl 3.0 beta nserie.
15 years, 9 months
rpms/wl-kmod/F-9 wl-kmod.spec,1.18,1.19
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/wl-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17293
Modified Files:
wl-kmod.spec
Log Message:
* Thu Feb 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.27.14-2.1
- rebuild for latest Fedora kernel;
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-9/wl-kmod.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- wl-kmod.spec 23 Feb 2009 20:24:28 -0000 1.18
+++ wl-kmod.spec 26 Feb 2009 14:07:48 -0000 1.19
@@ -3,11 +3,11 @@
# "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
Name: wl-kmod
Version: 5.10.27.14
-Release: 2%{?dist}
+Release: 2%{?dist}.1
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
+* Thu Feb 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.27.14-2.1
+- rebuild for latest Fedora kernel;
+
* Mon Feb 23 2009 Chris Nolan <chris(a)cenolan.com> - 5.10.27.14-2
- added patch for building against 2.6.29 kernel
15 years, 9 months
rpms/slmodem-kmod/F-9 slmodem-kmod.spec,1.11,1.12
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/slmodem-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17171
Modified Files:
slmodem-kmod.spec
Log Message:
* Thu Feb 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-26.12
- rebuild for latest Fedora kernel;
Index: slmodem-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/slmodem-kmod/F-9/slmodem-kmod.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- slmodem-kmod.spec 13 Feb 2009 06:20:29 -0000 1.11
+++ slmodem-kmod.spec 26 Feb 2009 14:07:34 -0000 1.12
@@ -12,7 +12,7 @@
Name: slmodem-kmod
Version: 2.9.11
-Release: 26%{?dist}.11
+Release: 26%{?dist}.12
Summary: Proprietary SmartLink softmodem kernel drivers
Group: System Environment/Kernel
@@ -102,6 +102,9 @@
%changelog
+* Thu Feb 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-26.12
+- rebuild for latest Fedora kernel;
+
* Fri Feb 13 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-26.11
- rebuild for latest Fedora kernel;
15 years, 9 months
rpms/nvidia-newest-kmod/F-9 nvidia-newest-kmod.spec,1.8,1.9
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-newest-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17050
Modified Files:
nvidia-newest-kmod.spec
Log Message:
* Thu Feb 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 177.82-1.8
- rebuild for latest Fedora kernel;
Index: nvidia-newest-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-newest-kmod/F-9/nvidia-newest-kmod.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- nvidia-newest-kmod.spec 13 Feb 2009 06:20:14 -0000 1.8
+++ nvidia-newest-kmod.spec 26 Feb 2009 14:07:20 -0000 1.9
@@ -8,7 +8,7 @@
Name: nvidia-newest-kmod
Version: 177.82
# Taken over by kmodtool
-Release: 1%{?dist}.7
+Release: 1%{?dist}.8
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Thu Feb 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 177.82-1.8
+- rebuild for latest Fedora kernel;
+
* Fri Feb 13 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 177.82-1.7
- rebuild for latest Fedora kernel;
15 years, 9 months
rpms/nvidia-kmod/F-9 nvidia-kmod.spec,1.15,1.16
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16929
Modified Files:
nvidia-kmod.spec
Log Message:
* Thu Feb 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.15-1.11
- rebuild for latest Fedora kernel;
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-9/nvidia-kmod.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- nvidia-kmod.spec 13 Feb 2009 06:19:58 -0000 1.15
+++ nvidia-kmod.spec 26 Feb 2009 14:07:05 -0000 1.16
@@ -8,7 +8,7 @@
Name: nvidia-kmod
Version: 173.14.15
# Taken over by kmodtool
-Release: 1%{?dist}.10
+Release: 1%{?dist}.11
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Thu Feb 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.15-1.11
+- rebuild for latest Fedora kernel;
+
* Fri Feb 13 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.15-1.10
- rebuild for latest Fedora kernel;
15 years, 9 months