rpms/nvidia-173xx-kmod/F-18 3.7_kernel.patch, 1.1, 1.2 nvidia-173xx-kmod.spec, 1.67, 1.68

Nicolas Chauvet kwizart at rpmfusion.org
Fri Mar 1 16:09:36 CET 2013


Author: kwizart

Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv714/F-18

Modified Files:
	3.7_kernel.patch nvidia-173xx-kmod.spec 
Log Message:
Update fix for 3.8


3.7_kernel.patch:
 conftest.sh |    7 ++++++-
 nv.c        |    4 ++++
 2 files changed, 10 insertions(+), 1 deletion(-)

Index: 3.7_kernel.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-18/3.7_kernel.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 3.7_kernel.patch	8 Jan 2013 14:09:38 -0000	1.1
+++ 3.7_kernel.patch	1 Mar 2013 15:09:36 -0000	1.2
@@ -24,7 +24,7 @@
  
      if [ "$ARCH" = "i386" -o "$ARCH" = "x86_64" ]; then
 -        CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include -I$OUTPUT/arch/x86/include/generated"
-+        CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include"
++        CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include -I$SOURCES/arch/x86/include/uapi"
 +        CFLAGS="$CFLAGS -I$OUTPUT/arch/x86/include/generated"
 +        CFLAGS="$CFLAGS -I$OUTPUT/arch/x86/include/generated/uapi"
      fi


Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-18/nvidia-173xx-kmod.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- nvidia-173xx-kmod.spec	28 Feb 2013 23:43:17 -0000	1.67
+++ nvidia-173xx-kmod.spec	1 Mar 2013 15:09:36 -0000	1.68
@@ -3,12 +3,12 @@
 # "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
-%global buildforkernels newest
+#global buildforkernels newest
 
 Name:          nvidia-173xx-kmod
 Version:       173.14.36
 # Taken over by kmodtool
-Release:       4%{?dist}.5
+Release:       5%{?dist}
 Summary:       NVIDIA 173xx display driver kernel module
 Group:         System Environment/Kernel
 License:       Redistributable, no modification permitted
@@ -98,6 +98,9 @@
 
 
 %changelog
+* Fri Mar 01 2013 Nicolas Chauvet <kwizart at gmail.com> - 173.14.36-5
+- Modify 3.7 patch for 3.8 kernel
+
 * Thu Feb 28 2013 Nicolas Chauvet <kwizart at gmail.com> - 173.14.36-4.5
 - Rebuilt for kernel
 


More information about the rpmfusion-commits mailing list