rpms/xorg-x11-server/devel xserver-1.6.0-less-acpi-brokenness.patch, NONE, 1.1 xorg-x11-server.spec, 1.422, 1.423

Adam Jackson ajax at fedoraproject.org
Wed Mar 11 18:20:58 UTC 2009


Author: ajax

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

Modified Files:
	xorg-x11-server.spec 
Added Files:
	xserver-1.6.0-less-acpi-brokenness.patch 
Log Message:
* Wed Mar 11 2009 Adam Jackson <ajax at redhat.com> 1.6.0-11
- xserver-1.6.0-less-acpi-brokenness.patch: Don't build the (broken)
  ACPI code.


xserver-1.6.0-less-acpi-brokenness.patch:

--- NEW FILE xserver-1.6.0-less-acpi-brokenness.patch ---
>From a8079882f1884edc62a9de28af915bd8b65dfbbe Mon Sep 17 00:00:00 2001
From: Adam Jackson <ajax at redhat.com>
Date: Wed, 11 Mar 2009 14:02:11 -0400
Subject: [PATCH] Don't build the ACPI code.

No good can come of this.
---
 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 72ae67e..04716f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1269,13 +1269,11 @@ if test "x$XORG" = xyes; then
 		case $host_cpu in
 		  ia64*)
 			linux_ia64=yes
-			linux_acpi="yes"
 			;;
 		  alpha*)
 		  	linux_alpha=yes
 			;;
 		  i*86|amd64*|x86_64*)
-			linux_acpi="yes"
 			;;
 		  *)
 			;;
-- 
1.6.1.3



Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/xorg-x11-server.spec,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -r1.422 -r1.423
--- xorg-x11-server.spec	11 Mar 2009 17:02:03 -0000	1.422
+++ xorg-x11-server.spec	11 Mar 2009 18:20:28 -0000	1.423
@@ -19,7 +19,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.6.0
-Release:   10%{?dist}
+Release:   11%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -75,6 +75,9 @@
 # cf. bug 482924
 Patch6010: xserver-1.5.99.902-selinux-debugging.patch
 
+# don't build the (broken) acpi code
+Patch6011: xserver-1.6.0-less-acpi-brokenness.patch
+
 # don't try intel on poulsbo
 Patch6013: xserver-1.5.99.902-sod-off-poulsbo.patch
 
@@ -503,6 +506,10 @@
 
 
 %changelog
+* Wed Mar 11 2009 Adam Jackson <ajax at redhat.com> 1.6.0-11
+- xserver-1.6.0-less-acpi-brokenness.patch: Don't build the (broken)
+  ACPI code.
+
 * Wed Mar 11 2009 Adam Jackson <ajax at redhat.com> 1.6.0-10
 - xserver-1.6.0-selinux-less.patch: Don't init selinux unless the policy
   says to be an object manager.




More information about the fedora-extras-commits mailing list