rpms/xorg-x11-drv-nvidia-beta/devel nvidia-beta-init, 1.1, 1.2 xorg-x11-drv-nvidia-beta.spec, 1.2, 1.3

Stewart Adam firewing at rpmfusion.org
Sun Jan 25 19:47:19 CET 2009


Author: firewing

Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-beta/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10305/devel

Modified Files:
	nvidia-beta-init xorg-x11-drv-nvidia-beta.spec 
Log Message:
* Sun Jan 25 2009 Stewart Adam < s.adam at diffingo.com > - 180.11.02-2
- Fix initscript search locations (schlobinux_)



Index: nvidia-beta-init
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-beta/devel/nvidia-beta-init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvidia-beta-init	13 Nov 2008 10:37:38 -0000	1.1
+++ nvidia-beta-init	25 Jan 2009 18:47:19 -0000	1.2
@@ -21,10 +21,10 @@
 # If one exists, then use it.
 if test -e "${modpath}/extra/${modname}";then
     module="${modpath}/extra/${modname}"
-elif test -e "${modpath}/extra/nvidia/${modname}";then
-    module="${modpath}/extra/nvidia/${modname}"
-elif test -e "${modpath}/kernel/drivers/video/nvidia/${modname}";then
-    module="${modpath}/kernel/drivers/video/nvidia/${modname}"
+elif test -e "${modpath}/extra/${name}/${modname}";then
+    module="${modpath}/extra/${name}/${modname}"
+elif test -e "${modpath}/kernel/drivers/video/${name}/${modname}";then
+    module="${modpath}/kernel/drivers/video/${name}/${modname}"
 fi
 
 


Index: xorg-x11-drv-nvidia-beta.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-beta/devel/xorg-x11-drv-nvidia-beta.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xorg-x11-drv-nvidia-beta.spec	17 Dec 2008 17:50:59 -0000	1.2
+++ xorg-x11-drv-nvidia-beta.spec	25 Jan 2009 18:47:19 -0000	1.3
@@ -8,7 +8,7 @@
 
 Name:          xorg-x11-drv-nvidia-beta
 Version:       180.11.02
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       NVIDIA's proprietary display driver for NVIDIA graphic cards
 
 Group:         User Interface/X Hardware Support
@@ -281,6 +281,9 @@
 
 
 %changelog
+* Sun Jan 25 2009 Stewart Adam < s.adam at diffingo.com > - 180.11.02-2
+- Fix initscript search locations (schlobinux_)
+
 * Wed Dec 17 2008 kwizart < kwizart at gmail.com > - 180.11.02-1
 - Update to 180.11.02 (opengl 3.0 beta)
 



More information about the rpmfusion-commits mailing list