[xorg-x11-server] No need to --disable-xaa explicitly anymore.

Adam Jackson ajax at fedoraproject.org
Mon Jul 30 16:27:48 UTC 2012


commit 1b5034bf0e9d9c9eb8f8ca7afd50aea7dfd3cc47
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Jul 30 12:27:26 2012 -0400

    No need to --disable-xaa explicitly anymore.

 xorg-x11-server.spec                |   10 ++++------
 xserver-1.8-disable-vboxvideo.patch |   25 -------------------------
 2 files changed, 4 insertions(+), 31 deletions(-)
---
diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec
index ea5a791..320ee22 100644
--- a/xorg-x11-server.spec
+++ b/xorg-x11-server.spec
@@ -43,7 +43,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.12.99.903
-Release:   4%{?gitdate:.%{gitdate}}%{dist}
+Release:   5%{?gitdate:.%{gitdate}}%{dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -74,10 +74,6 @@ Source31: xserver-sdk-abi-requires.git
 # maintainer convenience script
 Source40: driver-abi-rebuild.sh
 
-# OpenGL compositing manager feature/optimization patches.
-# FIXME: who calls this?
-#Patch103:  xserver-1.5.0-bg-none-root.patch
-
 # Trivial things to never merge upstream ever:
 # This really could be done prettier.
 Patch5002: xserver-1.4.99-ssh-isnt-local.patch
@@ -386,7 +382,6 @@ autoreconf -f -v --install || exit 1
 	--with-os-name="$(hostname -s) $(uname -r)" \
 	--with-xkb-output=%{_localstatedir}/lib/xkb \
         --with-dtrace \
-	--disable-xaa \
 	--enable-xselinux --enable-record \
 	--enable-config-udev \
 	%{dri_flags} %{?bodhi_flags} \
@@ -574,6 +569,9 @@ rm -rf $RPM_BUILD_ROOT
 %{xserver_source_dir}
 
 %changelog
+* Mon Jul 30 2012 Adam Jackson <ajax at redhat.com> 1.12.99.903-5
+- No need to --disable-xaa explicitly anymore.
+
 * Thu Jul 26 2012 Adam Jackson <ajax at redhat.com> 1.12.99.903-4
 - Install xserver-sdk-abi-requires.release based on stable_abi not gitdate,
   so drivers built against a server that Provides multiple ABI versions will


More information about the scm-commits mailing list