devel/rhpxl rhpxl-0.49-pseries-hatred.patch, 1.1, 1.2 rhpxl.spec, 1.64, 1.65

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Mon Dec 17 20:10:05 UTC 2007


Author: katzj

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

Modified Files:
	rhpxl-0.49-pseries-hatred.patch rhpxl.spec 
Log Message:
* Mon Dec 17 2007 Jeremy Katz <katzj at redhat.com> - 0.49-3
- Fix traceback in last patch (#421261)


rhpxl-0.49-pseries-hatred.patch:

Index: rhpxl-0.49-pseries-hatred.patch
===================================================================
RCS file: /cvs/pkgs/devel/rhpxl/rhpxl-0.49-pseries-hatred.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rhpxl-0.49-pseries-hatred.patch	30 Nov 2007 20:06:52 -0000	1.1
+++ rhpxl-0.49-pseries-hatred.patch	17 Dec 2007 20:09:56 -0000	1.2
@@ -1,7 +1,15 @@
-diff -up rhpxl-0.49/rhpxl/videocard.py.jx rhpxl-0.49/rhpxl/videocard.py
---- rhpxl-0.49/rhpxl/videocard.py.jx	2007-09-06 16:41:42.000000000 -0400
-+++ rhpxl-0.49/rhpxl/videocard.py	2007-11-30 15:05:50.000000000 -0500
-@@ -146,8 +146,8 @@ class VideoCardInfo:
+diff -up rhpxl-0.49/rhpxl/videocard.py.pseries rhpxl-0.49/rhpxl/videocard.py
+--- rhpxl-0.49/rhpxl/videocard.py.pseries	2007-09-06 16:41:42.000000000 -0400
++++ rhpxl-0.49/rhpxl/videocard.py	2007-12-17 15:07:26.000000000 -0500
+@@ -24,6 +24,7 @@ from rhpl.executil import execWithCaptur
+ from rhpl.translate import _
+ import rhpl.translate as translate
+ import rhpl
++import rhpl.arch
+ 
+ translate.textdomain('rhpxl')
+ 
+@@ -146,8 +147,8 @@ class VideoCardInfo:
              if forceDriver:
                  vc.setDriver(forceDriver)
  	    	self.videocards.append(vc)                


Index: rhpxl.spec
===================================================================
RCS file: /cvs/pkgs/devel/rhpxl/rhpxl.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- rhpxl.spec	10 Dec 2007 22:33:54 -0000	1.64
+++ rhpxl.spec	17 Dec 2007 20:09:56 -0000	1.65
@@ -4,7 +4,7 @@
 Name: rhpxl
 URL: http://fedoraproject.org/wiki/rhpxl
 Version: 0.49
-Release: 2%{?dist}
+Release: 3%{?dist}
 Source0: http://ajax.fedoraproject.org/%{name}/%{name}-%{version}.tar.gz
 License: GPLv2
 Group: System Environment/Libraries
@@ -45,6 +45,9 @@
 %{_sbindir}/ddcprobe
 
 %changelog
+* Mon Dec 17 2007 Jeremy Katz <katzj at redhat.com> - 0.49-3
+- Fix traceback in last patch (#421261)
+
 * Fri Nov 30 2007 Adam Jackson <ajax at redhat.com> 0.49-2
 - rhpxl-0.49-pseries-hatred.patch: Use the same pseries detection everywhere.
 




More information about the fedora-extras-commits mailing list