rpms/rhpxl/devel rhpxl-0.51-serverflags.patch, NONE, 1.1 rhpxl.spec, 1.68, 1.69

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Fri Mar 14 16:13:15 UTC 2008


Author: ajax

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

Modified Files:
	rhpxl.spec 
Added Files:
	rhpxl-0.51-serverflags.patch 
Log Message:
* Fri Mar 14 2008 Adam Jackson <ajax at redhat.com> 0.51-2
- rhpxl-0.51-serverflags.patch: Stop disabling the Composite extension
  when launching a server.


rhpxl-0.51-serverflags.patch:

--- NEW FILE rhpxl-0.51-serverflags.patch ---
diff -up rhpxl-0.51/rhpxl/xserver.py.jx rhpxl-0.51/rhpxl/xserver.py
--- rhpxl-0.51/rhpxl/xserver.py.jx	2008-03-10 15:41:00.000000000 -0400
+++ rhpxl-0.51/rhpxl/xserver.py	2008-03-14 12:11:11.000000000 -0400
@@ -52,7 +52,7 @@ class XServer:
         self.resolution = "800x600"
         self.root = "/"
         self.serverflags = ["vt6", "-config", "/tmp/XConfig.test",
-                            "-extension", "Composite", "-s", "1440", "-dpms",
+                            "-s", "1440", "-dpms",
                             "-v", "-ac", "-nolisten", "tcp"]
         self.videohw = None
 


Index: rhpxl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhpxl/devel/rhpxl.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- rhpxl.spec	11 Mar 2008 19:15:35 -0000	1.68
+++ rhpxl.spec	14 Mar 2008 16:12:37 -0000	1.69
@@ -4,7 +4,7 @@
 Name: rhpxl
 URL: http://fedoraproject.org/wiki/rhpxl
 Version: 0.51
-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, kudzu >= 1.2.75, newt, hwdata >= 0.169
 Requires: pyxf86config >= 0.3.31, xorg-x11-server-Xorg >= 1.0.1-6
 
+Patch0: rhpxl-0.51-serverflags.patch
+
 %description
 The rhpxl (pronounced 'rapunzel') package contains a Python library for
 configuring and running X.
 
 %prep
 %setup -q
+%patch0 -p1 -b .serverflags
 
 %build
 make %{?_smp_mflags}
@@ -42,6 +45,10 @@
 %{_sbindir}/ddcprobe
 
 %changelog
+* Fri Mar 14 2008 Adam Jackson <ajax at redhat.com> 0.51-2
+- rhpxl-0.51-serverflags.patch: Stop disabling the Composite extension
+  when launching a server.
+
 * Tue Mar 11 2008 Jeremy Katz <katzj at redhat.com> - 0.51-1
 - Few more input fixes, roll a new tarball and remove obsolete patches which
   are in upstream




More information about the fedora-extras-commits mailing list