rpms/wl-kmod/F-15 broadcom-wl-5.100.82.112-kernel-3.4.patch, NONE, 1.1 wl-kmod.spec, 1.95, 1.96
by Nicolas Viéville
Author: nvieville
Update of /cvs/nonfree/rpms/wl-kmod/F-15
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19460
Modified Files:
wl-kmod.spec
Added Files:
broadcom-wl-5.100.82.112-kernel-3.4.patch
Log Message:
* Wed Jun 13 2012 Nicolas Vieville <nicolas.vieville(a)univ-valenciennes.fr> - 5.100.82.112-2
- Added patch to build for kernel >= 3.4
broadcom-wl-5.100.82.112-kernel-3.4.patch:
wl_linux.c | 2 ++
1 file changed, 2 insertions(+)
--- NEW FILE broadcom-wl-5.100.82.112-kernel-3.4.patch ---
diff -Naur hybrid-portsrc_x86_32-v5_100_82_112.orig/src/wl/sys/wl_linux.c hybrid-portsrc_x86_32-v5_100_82_112/src/wl/sys/wl_linux.c
--- hybrid-portsrc_x86_32-v5_100_82_112.orig/src/wl/sys/wl_linux.c 2012-01-09 15:07:19.779120052 +0100
+++ hybrid-portsrc_x86_32-v5_100_82_112/src/wl/sys/wl_linux.c 2012-06-08 19:33:56.732583669 +0200
@@ -40,7 +40,9 @@
#include <linux/pci_ids.h>
#define WLC_MAXBSSCFG 1
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0)
#include <asm/system.h>
+#endif
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/pgtable.h>
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-15/wl-kmod.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- wl-kmod.spec 5 Jun 2012 20:40:49 -0000 1.95
+++ wl-kmod.spec 13 Jun 2012 07:46:56 -0000 1.96
@@ -3,13 +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
-%define buildforkernels newest
+%define buildforkernels current
Name: wl-kmod
Version: 5.100.82.112
-Release: 1%{?dist}.21
+Release: 2%{?dist}
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -19,6 +17,7 @@
Source11: broadcom-wl-kmodtool-excludekernel-filterfile
Patch0: broadcom-wl-5.100.82.112-license.patch
Patch1: broadcom-wl-5.100.82.112-kernel-3.2.patch
+Patch2: broadcom-wl-5.100.82.112-kernel-3.4.patch
BuildRequires: %{_bindir}/kmodtool
@@ -56,6 +55,7 @@
%endif
%patch0 -p1 -b .license
%patch1 -p1 -b .kernel-3.2
+%patch2 -p1 -b .kernel-3.4
popd
for kernel_version in %{?kernel_versions} ; do
@@ -85,6 +85,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Jun 13 2012 Nicolas Vieville <nicolas.vieville(a)univ-valenciennes.fr> - 5.100.82.112-2
+- Added patch to build for kernel >= 3.4
+
* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-1.21
- Rebuilt for updated kernel
12 years, 5 months
rpms/ffmpeg/F-15 .cvsignore, 1.30, 1.31 ffmpeg.spec, 1.53, 1.54 sources, 1.30, 1.31
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/ffmpeg/F-15
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18032
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
* Wed Jun 13 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.7.13-1
- Updated to 0.7.13
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-15/.cvsignore,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- .cvsignore 1 May 2012 18:09:55 -0000 1.30
+++ .cvsignore 13 Jun 2012 07:25:30 -0000 1.31
@@ -1 +1 @@
-ffmpeg-0.7.12.tar.bz2
+ffmpeg-0.7.13.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-15/ffmpeg.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ffmpeg.spec 1 May 2012 18:09:56 -0000 1.53
+++ ffmpeg.spec 13 Jun 2012 07:25:31 -0000 1.54
@@ -6,7 +6,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 0.7.12
+Version: 0.7.13
Release: 1%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -250,6 +250,9 @@
%changelog
+* Wed Jun 13 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.7.13-1
+- Updated to 0.7.13
+
* Tue May 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.12-1
- Update to 0.7.12
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-15/sources,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sources 1 May 2012 18:09:56 -0000 1.30
+++ sources 13 Jun 2012 07:25:31 -0000 1.31
@@ -1 +1 @@
-b4e3653b2dd930cfa2a80722f8b03182 ffmpeg-0.7.12.tar.bz2
+b226a3d4f81d45e4a81632f6e94b098c ffmpeg-0.7.13.tar.bz2
12 years, 5 months
rpms/ffmpeg/F-16 .cvsignore, 1.33, 1.34 ffmpeg.spec, 1.55, 1.56 sources, 1.33, 1.34
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/ffmpeg/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17897
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
* Wed Jun 13 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.8.12-1
- Updated to 0.8.12
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-16/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- .cvsignore 1 May 2012 18:05:59 -0000 1.33
+++ .cvsignore 13 Jun 2012 07:24:50 -0000 1.34
@@ -1 +1 @@
-ffmpeg-0.8.11.tar.bz2
+ffmpeg-0.8.12.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-16/ffmpeg.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ffmpeg.spec 1 May 2012 18:05:59 -0000 1.55
+++ ffmpeg.spec 13 Jun 2012 07:24:50 -0000 1.56
@@ -6,7 +6,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 0.8.11
+Version: 0.8.12
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -246,6 +246,9 @@
%changelog
+* Wed Jun 13 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.8.12-1
+- Updated to 0.8.12
+
* Tue May 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8.11-1
- Update to 0.8.11
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-16/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources 1 May 2012 18:05:59 -0000 1.33
+++ sources 13 Jun 2012 07:24:50 -0000 1.34
@@ -1 +1 @@
-7d7ac48d9da209371332f59213b6122d ffmpeg-0.8.11.tar.bz2
+c2e5a219e0c845fe11f9dae9c169640f ffmpeg-0.8.12.tar.bz2
12 years, 5 months
rpms/ffmpeg/F-17 .cvsignore, 1.34, 1.35 ffmpeg.spec, 1.62, 1.63 sources, 1.34, 1.35
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/ffmpeg/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17766
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
* Wed Jun 13 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.10.4-1
- Updated to 0.10.4
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-17/.cvsignore,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- .cvsignore 7 May 2012 17:07:42 -0000 1.34
+++ .cvsignore 13 Jun 2012 07:24:27 -0000 1.35
@@ -1 +1 @@
-ffmpeg-0.10.3.tar.bz2
+ffmpeg-0.10.4.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-17/ffmpeg.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ffmpeg.spec 7 May 2012 17:07:43 -0000 1.62
+++ ffmpeg.spec 13 Jun 2012 07:24:27 -0000 1.63
@@ -11,7 +11,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 0.10.3
+Version: 0.10.4
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -278,6 +278,9 @@
%changelog
+* Wed Jun 13 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.10.4-1
+- Updated to 0.10.4
+
* Mon May 07 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.10.3-1
- Updated to 0.10.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-17/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources 7 May 2012 17:07:43 -0000 1.34
+++ sources 13 Jun 2012 07:24:27 -0000 1.35
@@ -1 +1 @@
-775d184933f71ff44a2fff4968e78b2b ffmpeg-0.10.3.tar.bz2
+25740dd23f6d65439f908ec212da10d7 ffmpeg-0.10.4.tar.bz2
12 years, 5 months
rpms/mame/F-16 .cvsignore, 1.58, 1.59 mame.spec, 1.66, 1.67 sources, 1.58, 1.59
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13840
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Mon Jun 11 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146u1-1
- Updated to 0.146u1
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-16/.cvsignore,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- .cvsignore 23 May 2012 05:05:55 -0000 1.58
+++ .cvsignore 12 Jun 2012 16:38:15 -0000 1.59
@@ -1 +1,2 @@
mame0146s.exe
+0146u1_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-16/mame.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- mame.spec 23 May 2012 05:05:56 -0000 1.66
+++ mame.spec 12 Jun 2012 16:38:16 -0000 1.67
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 146
-#global sourceupdate 8
+%global sourceupdate 1
Name: mame
%if 0%{?sourceupdate}
@@ -22,7 +22,7 @@
Source0: http://mamedev.org/downloader.php?file=releases/%{name}0%{baseversion}s.exe
%if 0%{?sourceupdate}
#Source updates
-#Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
+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
#Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
@@ -258,6 +258,9 @@
%changelog
+* Mon Jun 11 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146u1-1
+- Updated to 0.146u1
+
* Tue May 22 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146-1
- Updated to 0.146
- Added GLSL shaders to the installed files
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-16/sources,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- sources 23 May 2012 05:05:56 -0000 1.58
+++ sources 12 Jun 2012 16:38:16 -0000 1.59
@@ -1 +1,2 @@
22c6aa9472f1c6118f1645171afe667c mame0146s.exe
+9a3eecc61c104539c01499834f4cfa27 0146u1_diff.zip
12 years, 5 months
rpms/mame/F-17 .cvsignore, 1.58, 1.59 mame.spec, 1.67, 1.68 sources, 1.58, 1.59
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13805
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Mon Jun 11 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146u1-1
- Updated to 0.146u1
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-17/.cvsignore,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- .cvsignore 23 May 2012 05:05:52 -0000 1.58
+++ .cvsignore 12 Jun 2012 16:38:14 -0000 1.59
@@ -1 +1,2 @@
mame0146s.exe
+0146u1_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-17/mame.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- mame.spec 23 May 2012 05:05:52 -0000 1.67
+++ mame.spec 12 Jun 2012 16:38:14 -0000 1.68
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 146
-#global sourceupdate 8
+%global sourceupdate 1
Name: mame
%if 0%{?sourceupdate}
@@ -22,7 +22,7 @@
Source0: http://mamedev.org/downloader.php?file=releases/%{name}0%{baseversion}s.exe
%if 0%{?sourceupdate}
#Source updates
-#Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
+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
#Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
@@ -258,6 +258,9 @@
%changelog
+* Mon Jun 11 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146u1-1
+- Updated to 0.146u1
+
* Tue May 22 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146-1
- Updated to 0.146
- Added GLSL shaders to the installed files
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-17/sources,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- sources 23 May 2012 05:05:52 -0000 1.58
+++ sources 12 Jun 2012 16:38:14 -0000 1.59
@@ -1 +1,2 @@
22c6aa9472f1c6118f1645171afe667c mame0146s.exe
+9a3eecc61c104539c01499834f4cfa27 0146u1_diff.zip
12 years, 5 months
rpms/mame/devel .cvsignore, 1.58, 1.59 mame.spec, 1.67, 1.68 sources, 1.58, 1.59
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13770
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Mon Jun 11 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146u1-1
- Updated to 0.146u1
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- .cvsignore 23 May 2012 05:05:50 -0000 1.58
+++ .cvsignore 12 Jun 2012 16:38:11 -0000 1.59
@@ -1 +1,2 @@
mame0146s.exe
+0146u1_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- mame.spec 23 May 2012 05:05:50 -0000 1.67
+++ mame.spec 12 Jun 2012 16:38:11 -0000 1.68
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 146
-#global sourceupdate 8
+%global sourceupdate 1
Name: mame
%if 0%{?sourceupdate}
@@ -22,7 +22,7 @@
Source0: http://mamedev.org/downloader.php?file=releases/%{name}0%{baseversion}s.exe
%if 0%{?sourceupdate}
#Source updates
-#Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
+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
#Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
@@ -258,6 +258,9 @@
%changelog
+* Mon Jun 11 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146u1-1
+- Updated to 0.146u1
+
* Tue May 22 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146-1
- Updated to 0.146
- Added GLSL shaders to the installed files
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- sources 23 May 2012 05:05:50 -0000 1.58
+++ sources 12 Jun 2012 16:38:11 -0000 1.59
@@ -1 +1,2 @@
22c6aa9472f1c6118f1645171afe667c mame0146s.exe
+9a3eecc61c104539c01499834f4cfa27 0146u1_diff.zip
12 years, 5 months
rpms/nvidia-kmod/F-17 .cvsignore, 1.45, 1.46 nvidia-kmod.spec, 1.114, 1.115 sources, 1.46, 1.47
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9976
Modified Files:
.cvsignore nvidia-kmod.spec sources
Log Message:
* Mon Jun 11 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:295.59-1
- Update to 295.59
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-17/.cvsignore,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- .cvsignore 22 May 2012 18:09:40 -0000 1.45
+++ .cvsignore 11 Jun 2012 18:33:46 -0000 1.46
@@ -1 +1 @@
-nvidia-kmod-data-295.53.tar.xz
+nvidia-kmod-data-295.59.tar.xz
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-17/nvidia-kmod.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- nvidia-kmod.spec 5 Jun 2012 11:31:16 -0000 1.114
+++ nvidia-kmod.spec 11 Jun 2012 18:33:46 -0000 1.115
@@ -3,13 +3,13 @@
# "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 current
Name: nvidia-kmod
Epoch: 1
-Version: 295.53
+Version: 295.59
# Taken over by kmodtool
-Release: 1%{?dist}.3
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -77,6 +77,9 @@
%changelog
+* Mon Jun 11 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:295.59-1
+- Update to 295.59
+
* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:295.53-1.3
- Rebuilt for updated kernel
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-17/sources,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- sources 22 May 2012 18:09:40 -0000 1.46
+++ sources 11 Jun 2012 18:33:46 -0000 1.47
@@ -1 +1 @@
-1b211efb02a729b103db4af221e60d21 nvidia-kmod-data-295.53.tar.xz
+4ff9b2a6e8f99357610cc020adcd9689 nvidia-kmod-data-295.59.tar.xz
12 years, 5 months
rpms/nvidia-kmod/F-15 nvidia-kmod.spec,1.129,1.130 sources,1.36,1.37
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/F-15
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9904
Modified Files:
nvidia-kmod.spec sources
Log Message:
* Mon Jun 11 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:295.59-1
- Update to 295.59
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-15/nvidia-kmod.spec,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- nvidia-kmod.spec 5 Jun 2012 20:40:40 -0000 1.129
+++ nvidia-kmod.spec 11 Jun 2012 18:33:39 -0000 1.130
@@ -3,13 +3,13 @@
# "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 current
Name: nvidia-kmod
Epoch: 1
-Version: 295.53
+Version: 295.59
# Taken over by kmodtool
-Release: 1%{?dist}.2
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -77,6 +77,9 @@
%changelog
+* Mon Jun 11 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:295.59-1
+- Update to 295.59
+
* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:295.53-1.2
- Rebuilt for updated kernel
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-15/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- sources 22 May 2012 18:13:20 -0000 1.36
+++ sources 11 Jun 2012 18:33:39 -0000 1.37
@@ -1 +1 @@
-1b211efb02a729b103db4af221e60d21 nvidia-kmod-data-295.53.tar.xz
+4ff9b2a6e8f99357610cc020adcd9689 nvidia-kmod-data-295.59.tar.xz
12 years, 5 months
rpms/nvidia-kmod/F-16 nvidia-kmod.spec,1.137,1.138 sources,1.45,1.46
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9927
Modified Files:
nvidia-kmod.spec sources
Log Message:
* Mon Jun 11 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:295.59-1
- Update to 295.59
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-16/nvidia-kmod.spec,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- nvidia-kmod.spec 5 Jun 2012 20:23:05 -0000 1.137
+++ nvidia-kmod.spec 11 Jun 2012 18:33:39 -0000 1.138
@@ -3,13 +3,13 @@
# "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 current
Name: nvidia-kmod
Epoch: 1
-Version: 295.53
+Version: 295.59
# Taken over by kmodtool
-Release: 1%{?dist}.2
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -77,6 +77,9 @@
%changelog
+* Mon Jun 11 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:295.59-1
+- Update to 295.59
+
* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:295.53-1.2
- Rebuilt for updated kernel
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-16/sources,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- sources 22 May 2012 18:12:00 -0000 1.45
+++ sources 11 Jun 2012 18:33:39 -0000 1.46
@@ -1 +1 @@
-1b211efb02a729b103db4af221e60d21 nvidia-kmod-data-295.53.tar.xz
+4ff9b2a6e8f99357610cc020adcd9689 nvidia-kmod-data-295.59.tar.xz
12 years, 5 months