rpms/xorg-x11-server/devel xorg-x11-server.spec,1.427,1.428

Adam Jackson ajax at fedoraproject.org
Mon Mar 30 16:03:16 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-server/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32728

Modified Files:
	xorg-x11-server.spec 
Log Message:
* Mon Mar 30 2009 Adam Jackson <ajax at redhat.com> 1.6.0-16
- Don't nuke ModulePath lines in xorg.conf anymore.  If you're still doing
  this it's probably because you need to. (#490294)



Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/xorg-x11-server.spec,v
retrieving revision 1.427
retrieving revision 1.428
diff -u -r1.427 -r1.428
--- xorg-x11-server.spec	25 Mar 2009 06:49:08 -0000	1.427
+++ xorg-x11-server.spec	30 Mar 2009 16:02:45 -0000	1.428
@@ -19,7 +19,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.6.0
-Release:   15%{?dist}
+Release:   16%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -405,10 +405,6 @@
     sed -i 's/^\s*Driver(.*)"keyboard"/Driver\1"kbd"/gi' xorg.conf
     sed -i 's/^.*Option.*"XkbRules".*"(xfree86|xorg)".*\n$//gi' xorg.conf
     sed -i 's#^\s*RgbPath.*$##gi' xorg.conf
-    # lame, the nvidia driver needs to override this
-    if ! grep -q 'ModulePath.*nvidia' xorg.conf ; then
-      sed -i 's#^\s*ModulePath.*$##gi' xorg.conf
-    fi
 
     popd
 } &> /dev/null || :
@@ -528,6 +524,10 @@
 
 
 %changelog
+* Mon Mar 30 2009 Adam Jackson <ajax at redhat.com> 1.6.0-16
+- Don't nuke ModulePath lines in xorg.conf anymore.  If you're still doing
+  this it's probably because you need to. (#490294)
+
 * Wed Mar 25 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.6.0-15
 - xserver-1.6.0-xtest-pointerscreen.patch: set POINTER_SCREEN flag for core
   XTestFakeInput events (#490984)




More information about the fedora-extras-commits mailing list