rpms/rhpxl/devel rhpxl-1.4-typing-novice.patch, NONE, 1.1 rhpxl.spec, 1.74, 1.75

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Wed Apr 9 15:00:20 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/rhpxl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19444

Modified Files:
	rhpxl.spec 
Added Files:
	rhpxl-1.4-typing-novice.patch 
Log Message:
* Wed Apr 09 2008 Adam Jackson <ajax at redhat.com> 1.4-2
- rhpxl-1.4-typing-novice.patch: It helps to spell your variables right.


rhpxl-1.4-typing-novice.patch:

--- NEW FILE rhpxl-1.4-typing-novice.patch ---
diff -up rhpxl-1.4/rhpxl/videocard.py.jx rhpxl-1.4/rhpxl/videocard.py
--- rhpxl-1.4/rhpxl/videocard.py.jx	2008-04-08 16:25:14.000000000 -0400
+++ rhpxl-1.4/rhpxl/videocard.py	2008-04-09 10:57:01.000000000 -0400
@@ -180,7 +180,7 @@ class VideoCardInfo:
 	if len(self.videocards) == 0:
 	    fdevs = [x for x in devs if x.PropertyExists('info.linux.driver')]
 	    # omg
-	    fdevs = [x for x in devs if x.GetPropertyString('info.linux.driver').endswith('fb')]
+	    fdevs = [x for x in fdevs if x.GetPropertyString('info.linux.driver').endswith('fb')]
 	    for i in xrange(len(fdevs)):
 		device = '/dev/fb' % i
 		if not os.access(device, os.F_OK):


Index: rhpxl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhpxl/devel/rhpxl.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- rhpxl.spec	8 Apr 2008 20:28:03 -0000	1.74
+++ rhpxl.spec	9 Apr 2008 14:59:44 -0000	1.75
@@ -4,7 +4,7 @@
 Name: rhpxl
 URL: http://fedoraproject.org/wiki/rhpxl
 Version: 1.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source0: http://ajax.fedoraproject.org/%{name}/%{name}-%{version}.tar.gz
 License: GPLv2
 Group: System Environment/Libraries
@@ -14,12 +14,15 @@
 Requires: python, rhpl >= 0.214, newt, hwdata >= 0.169, hal
 Requires: pyxf86config >= 0.3.31, xorg-x11-server-Xorg >= 1.4.99.901
 
+Patch0: rhpxl-1.4-typing-novice.patch
+
 %description
 The rhpxl (pronounced 'rapunzel') package contains a Python library for
 configuring and running X.
 
 %prep
 %setup -q
+%patch0 -p1 -b .jx
 
 %build
 make %{?_smp_mflags}
@@ -40,6 +43,9 @@
 %{python_sitearch}/*egg-info
 
 %changelog
+* Wed Apr 09 2008 Adam Jackson <ajax at redhat.com> 1.4-2
+- rhpxl-1.4-typing-novice.patch: It helps to spell your variables right.
+
 * Tue Apr 08 2008 Adam Jackson <ajax at redhat.com> 1.4-1
 - Don't assign drivers to secondary functions.
 - Attempt to handle fbdev machines sanely. (#437706, #441465)




More information about the fedora-extras-commits mailing list