Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30313
Modified Files:
kernel_v3.10.patch nvidia-kmod.spec
Log Message:
* Tue Jul 16 2013 leigh scott <leigh123linux(a)googlemail.com> - 1:325.08-3
- add better patch for 3.10 kernel
kernel_v3.10.patch:
nv-i2c.c | 9 +++------
nv-linux.h | 4 ++++
nv-procfs.c | 2 ++
3 files changed, 9 insertions(+), 6 deletions(-)
Index: kernel_v3.10.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/kernel_v3.10.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kernel_v3.10.patch 16 Jul 2013 16:36:51 -0000 1.2
+++ kernel_v3.10.patch 16 Jul 2013 16:53:03 -0000 1.3
@@ -34,7 +34,7 @@
#endif
#if !defined(NV_VMWARE)
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 10, 0)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0)
+#define NV_NUM_PHYSPAGES get_num_physpages()
+#else
#define NV_NUM_PHYSPAGES num_physpages
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- nvidia-kmod.spec 16 Jul 2013 16:22:46 -0000 1.129
+++ nvidia-kmod.spec 16 Jul 2013 16:53:03 -0000 1.130
@@ -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
-%global buildforkernels current
+%global buildforkernels akmod
Name: nvidia-kmod
Epoch: 1
@@ -86,7 +86,7 @@
%changelog
* Tue Jul 16 2013 leigh scott <leigh123linux(a)googlemail.com> - 1:325.08-3
-- add better patch for 3.10 kernel
+- add better patch for 3.10 and 3.11 git kernels
* Mon Jul 08 2013 leigh scott <leigh123linux(a)googlemail.com> - 1:325.08-2
- build for current
Show replies by date