rpms/xorg-x11-drv-nvidia/devel .cvsignore, 1.42, 1.43 sources, 1.42, 1.43 xorg-x11-drv-nvidia.spec, 1.74, 1.75

Leigh Scott leigh123linux at rpmfusion.org
Tue May 22 22:21:47 CEST 2012


Author: leigh123linux

Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7368

Modified Files:
	.cvsignore sources xorg-x11-drv-nvidia.spec 
Log Message:
* Tue May 22 2012 leigh scott <leigh123linux at googlemail.com> - 1:302.11-1
- Update to 302.11



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/.cvsignore,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- .cvsignore	27 Feb 2012 22:10:41 -0000	1.42
+++ .cvsignore	22 May 2012 20:21:47 -0000	1.43
@@ -1,2 +1,2 @@
-NVIDIA-Linux-x86-295.20.run
-NVIDIA-Linux-x86_64-295.20.run
+NVIDIA-Linux-x86-302.11.run
+NVIDIA-Linux-x86_64-302.11.run


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/sources,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- sources	27 Feb 2012 22:10:41 -0000	1.42
+++ sources	22 May 2012 20:21:47 -0000	1.43
@@ -1,2 +1,2 @@
-a6f702271da49930a17e28b5928fe75a  NVIDIA-Linux-x86-295.20.run
-ff3cea507a419110e74b08771c47792f  NVIDIA-Linux-x86_64-295.20.run
+21cd3ca48621c9ce319b9aaf73c77a41  NVIDIA-Linux-x86-302.11.run
+25edf345610919b5f37cd8d0f152d66c  NVIDIA-Linux-x86_64-302.11.run


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.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- xorg-x11-drv-nvidia.spec	27 Feb 2012 22:10:41 -0000	1.74
+++ xorg-x11-drv-nvidia.spec	22 May 2012 20:21:47 -0000	1.75
@@ -6,7 +6,7 @@
 
 Name:            xorg-x11-drv-nvidia
 Epoch:           1
-Version:         295.20
+Version:         302.11
 Release:         1%{?dist}
 Summary:         NVIDIA's proprietary display driver for NVIDIA graphic cards
 
@@ -260,11 +260,14 @@
       ISGRUB1="--grub"
   fi
   if [ -x /sbin/grubby ] ; then
-    GRUBBYLASTKERNEL=`/sbin/grubby --default-kernel`
-    /sbin/grubby $ISGRUB1 \
-      --update-kernel=${GRUBBYLASTKERNEL} \
-      --args='nouveau.modeset=0 rd.driver.blacklist=nouveau' \
-       &>/dev/null
+    KERNELS=`/sbin/grubby --default-kernel`
+    [ -z $KERNELS ] && KERNELS=`ls /boot/vmlinuz-*%{?dist}.$(uname -m)*`
+    for kernel in ${KERNELS} ; do
+      /sbin/grubby $ISGRUB1 \
+        --update-kernel=${kernel} \
+        --args='nouveau.modeset=0 rd.driver.blacklist=nouveau' \
+         &>/dev/null
+    done
   fi
 fi || :
 
@@ -349,6 +352,24 @@
 
 
 %changelog
+* Tue May 22 2012 leigh scott <leigh123linux at googlemail.com> - 1:302.11-1
+- Update to 302.11
+
+* Tue May 22 2012 leigh scott <leigh123linux at googlemail.com> - 1:295.53-1
+- Update to 295.53
+
+* Sun May 20 2012 Nicolas Chauvet <kwizart at gmail.com> - 1:295.49-2
+- Fix %%post when grubby --default-kernel is broken
+
+* Thu May 03 2012 leigh scott <leigh123linux at googlemail.com> - 1:295.49-1
+- Update to 295.49
+
+* Wed Apr 11 2012 leigh scott <leigh123linux at googlemail.com> - 1:295.40-1
+- Update to 295.40
+
+* Thu Mar 22 2012 leigh scott <leigh123linux at googlemail.com> - 1:295.33-1
+- Update to 295.33
+
 * Tue Feb 14 2012 Nicolas Chauvet <kwizart at gmail.com> - 1:295.20-1
 - Update to 295.20
 


More information about the rpmfusion-commits mailing list