rpms/nvidia-kmod/F-16 nvidia-kmod.spec,1.115,1.116
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6764
Modified Files:
nvidia-kmod.spec
Log Message:
* Thu Mar 22 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:290.10-2.2
- rebuild for updated kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-16/nvidia-kmod.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- nvidia-kmod.spec 22 Mar 2012 14:04:59 -0000 1.115
+++ nvidia-kmod.spec 22 Mar 2012 14:33:51 -0000 1.116
@@ -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: 290.10
# Taken over by kmodtool
-Release: 2%{?dist}.1
+Release: 2%{?dist}.2
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -85,6 +85,9 @@
%changelog
+* Thu Mar 22 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:290.10-2.2
+- rebuild for updated kernel
+
* Thu Mar 22 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:290.10-2.1
- build akmod
12 years, 8 months
rpms/nvidia-kmod/F-16 nvidia-kmod.spec,1.114,1.115
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3456
Modified Files:
nvidia-kmod.spec
Log Message:
- Change build back to newest
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-16/nvidia-kmod.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- nvidia-kmod.spec 22 Mar 2012 13:43:44 -0000 1.114
+++ nvidia-kmod.spec 22 Mar 2012 14:04:59 -0000 1.115
@@ -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 akmod
+%define buildforkernels newest
Name: nvidia-kmod
Epoch: 1
12 years, 8 months
rpms/nvidia-kmod/F-16 nvidia-kmod.spec,1.113,1.114
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv809
Modified Files:
nvidia-kmod.spec
Log Message:
* Thu Mar 22 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:290.10-2.1
- build akmod
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-16/nvidia-kmod.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- nvidia-kmod.spec 22 Mar 2012 12:53:32 -0000 1.113
+++ nvidia-kmod.spec 22 Mar 2012 13:43:44 -0000 1.114
@@ -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 akmod
Name: nvidia-kmod
Epoch: 1
Version: 290.10
# Taken over by kmodtool
-Release: 2%{?dist}
+Release: 2%{?dist}.1
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -85,6 +85,9 @@
%changelog
+* Thu Mar 22 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:290.10-2.1
+- build akmod
+
* Thu Mar 22 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:290.10-2
- patched to build with 3.3.0 kernel
12 years, 8 months
rpms/nvidia-kmod/F-16 kernel-3.3.patch, NONE, 1.1 nvidia-kmod.spec, 1.112, 1.113
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27758
Modified Files:
nvidia-kmod.spec
Added Files:
kernel-3.3.patch
Log Message:
* Thu Mar 22 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:290.10-2
- patched to build with 3.3.0 kernel
kernel-3.3.patch:
conftest.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE kernel-3.3.patch ---
--- a/kernel/conftest.sh
+++ b/kernel/conftest.sh
@@ -122,7 +122,7 @@ build_cflags() {
CFLAGS="$BASE_CFLAGS $MACH_CFLAGS $OUTPUT_CFLAGS -I$HEADERS $AUTOCONF_CFLAGS"
if [ "$ARCH" = "i386" -o "$ARCH" = "x86_64" ]; then
- CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include"
+ CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include -I$SOURCES/arch/x86/include/generated"
fi
if [ -n "$BUILD_PARAMS" ]; then
CFLAGS="$CFLAGS -D$BUILD_PARAMS"
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-16/nvidia-kmod.spec,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- nvidia-kmod.spec 21 Mar 2012 11:07:13 -0000 1.112
+++ nvidia-kmod.spec 22 Mar 2012 12:53:32 -0000 1.113
@@ -9,7 +9,7 @@
Epoch: 1
Version: 290.10
# Taken over by kmodtool
-Release: 1%{?dist}.21
+Release: 2%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -25,6 +25,8 @@
Source11: nvidia-kmodtool-excludekernel-filterfile
+Patch0: kernel-3.3.patch
+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
@@ -46,6 +48,13 @@
kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} --obsolete-name nvidia-newest --obsolete-version "%{version}" %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
%setup -q -c -T -a 0
+# patch loop
+for arch in x86 x86_64
+do
+pushd nvidiapkg-${arch}
+%patch0 -p1
+popd
+done
for kernel_version in %{?kernel_versions} ; do
%ifarch %{ix86}
@@ -55,7 +64,6 @@
%endif
done
-
%build
for kernel_version in %{?kernel_versions}; do
pushd _kmod_build_${kernel_version%%___*}/kernel/
@@ -77,6 +85,9 @@
%changelog
+* Thu Mar 22 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:290.10-2
+- patched to build with 3.3.0 kernel
+
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:290.10-1.21
- rebuild for updated kernel
12 years, 8 months
rpms/wl-kmod/F-15 wl-kmod.spec,1.86,1.87
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4234
Modified Files:
wl-kmod.spec
Log Message:
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-1.13
- rebuild for updated kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-15/wl-kmod.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- wl-kmod.spec 20 Mar 2012 23:30:07 -0000 1.86
+++ wl-kmod.spec 21 Mar 2012 11:09:58 -0000 1.87
@@ -9,7 +9,7 @@
Name: wl-kmod
Version: 5.100.82.112
-Release: 1%{?dist}.12
+Release: 1%{?dist}.13
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -85,6 +85,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-1.13
+- rebuild for updated kernel
+
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-1.12
- rebuild for updated kernel
12 years, 8 months
rpms/nvidia-kmod/F-15 nvidia-kmod.spec,1.117,1.118
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4109
Modified Files:
nvidia-kmod.spec
Log Message:
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.26
- rebuild for updated kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-15/nvidia-kmod.spec,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- nvidia-kmod.spec 20 Mar 2012 23:29:55 -0000 1.117
+++ nvidia-kmod.spec 21 Mar 2012 11:09:46 -0000 1.118
@@ -9,7 +9,7 @@
Epoch: 1
Version: 280.13
# Taken over by kmodtool
-Release: 2%{?dist}.25
+Release: 2%{?dist}.26
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -86,6 +86,9 @@
%changelog
+* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.26
+- rebuild for updated kernel
+
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.25
- rebuild for updated kernel
12 years, 8 months
rpms/nvidia-173xx-kmod/F-15 nvidia-173xx-kmod.spec,1.66,1.67
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3984
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.26
- rebuild for updated kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-15/nvidia-173xx-kmod.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- nvidia-173xx-kmod.spec 20 Mar 2012 23:29:43 -0000 1.66
+++ nvidia-173xx-kmod.spec 21 Mar 2012 11:09:33 -0000 1.67
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.31
# Taken over by kmodtool
-Release: 1%{?dist}.25
+Release: 1%{?dist}.26
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.26
+- rebuild for updated kernel
+
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.25
- rebuild for updated kernel
12 years, 8 months
rpms/catalyst-kmod/F-15 catalyst-kmod.spec,1.41,1.42
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3859
Modified Files:
catalyst-kmod.spec
Log Message:
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.19
- rebuild for updated kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-15/catalyst-kmod.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- catalyst-kmod.spec 20 Mar 2012 23:29:31 -0000 1.41
+++ catalyst-kmod.spec 21 Mar 2012 11:09:22 -0000 1.42
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 11.11
-Release: 1%{?dist}.18
+Release: 1%{?dist}.19
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -97,6 +97,9 @@
%changelog
+* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.19
+- rebuild for updated kernel
+
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.18
- rebuild for updated kernel
12 years, 8 months
rpms/xtables-addons-kmod/F-15 xtables-addons-kmod.spec,1.43,1.44
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3730
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1.10
- rebuild for updated kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-15/xtables-addons-kmod.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- xtables-addons-kmod.spec 20 Mar 2012 23:29:19 -0000 1.43
+++ xtables-addons-kmod.spec 21 Mar 2012 11:09:10 -0000 1.44
@@ -8,7 +8,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 1.41
-Release: 1%{?dist}.9
+Release: 1%{?dist}.10
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -66,6 +66,9 @@
rm -rf %{buildroot}
%changelog
+* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1.10
+- rebuild for updated kernel
+
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1.9
- rebuild for updated kernel
12 years, 8 months
rpms/west-chamber-kmod/F-15 west-chamber-kmod.spec,1.35,1.36
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/west-chamber-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3600
Modified Files:
west-chamber-kmod.spec
Log Message:
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-6.20101017svn.30
- rebuild for updated kernel
Index: west-chamber-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/west-chamber-kmod/F-15/west-chamber-kmod.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- west-chamber-kmod.spec 20 Mar 2012 23:29:09 -0000 1.35
+++ west-chamber-kmod.spec 21 Mar 2012 11:09:00 -0000 1.36
@@ -13,7 +13,7 @@
Name: west-chamber-kmod
Summary: Kernel module (kmod) for west-chamber
Version: 0.0.1
-Release: 6.%{?svndate}svn%{?dist}.29
+Release: 6.%{?svndate}svn%{?dist}.30
License: GPLv2+
Group: System Environment/Kernel
URL: http://code.google.com/p/scholarzhang/
@@ -84,6 +84,9 @@
rm -rf %{buildroot}
%changelog
+* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-6.20101017svn.30
+- rebuild for updated kernel
+
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-6.20101017svn.29
- rebuild for updated kernel
12 years, 8 months