Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-beta/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10305/F-10
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/F-10/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:18 -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/F-10/xorg-x11-drv-nvidia-beta.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-nvidia-beta.spec 13 Nov 2008 10:37:38 -0000 1.1
+++ xorg-x11-drv-nvidia-beta.spec 25 Jan 2009 18:47:18 -0000 1.2
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia-beta
Version: 177.61.02
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -267,6 +267,9 @@
%changelog
+* Sun Jan 25 2009 Stewart Adam < s.adam at
diffingo.com > - 177.61.02-2
+- Fix initscript search locations (schlobinux_)
+
* Thu Oct 30 2008 kwizart < kwizart at
gmail.com > - 177.61.02-1
- Rename to nvidia-beta
- Update to 177.61.02 (beta with opengl 3.0 support).