[xorg-x11-drv-qxl] ABI magic

Adam Jackson ajax at fedoraproject.org
Wed Oct 27 16:13:20 UTC 2010


commit 768457470b655213e33e0fcfcf942deed30afee6
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 27 12:13:21 2010 -0400

    ABI magic

 xorg-x11-drv-qxl.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-qxl.spec b/xorg-x11-drv-qxl.spec
index 5a2206a..5ed79a2 100644
--- a/xorg-x11-drv-qxl.spec
+++ b/xorg-x11-drv-qxl.spec
@@ -5,12 +5,11 @@
 Summary:   Xorg X11 qxl video driver
 Name:      xorg-x11-drv-qxl
 Version:   0.0.20.f14b
-Release:   7%{?dist}
+Release:   8%{?dist}
 URL:       http://www.x.org
 Source0:   http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
 License: MIT
 Group:     User Interface/X Hardware Support
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ExcludeArch: s390 s390x
 
@@ -18,7 +17,8 @@ BuildRequires: pkgconfig
 BuildRequires: xorg-x11-server-devel >= 1.1.0-1
 BuildRequires: glib2-devel
 
-Requires:  xorg-x11-server-Xorg >= 1.1.0-1
+Requires: Xorg %(xserver-sdk-abi-requires ansic)
+Requires: Xorg %(xserver-sdk-abi-requires videodrv)
 Patch0:  0001-Update-to-the-new-dixPrivate-ABI.patch
 Patch1:  0001-Make-non-default-qxl-modes-available.patch
 Patch2:  0002-Make-virtual-resolution-match-actual-resolution-on-s.patch
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %{driverdir}/qxl_drv.so
 
 %changelog
+* Wed Oct 27 2010 Adam Jackson <ajax at redhat.com> 0.0.20.f14b-8
+- Add ABI requires magic (#542742)
+
 * Sun Oct 17 2010 Hans de Goede <hdegoede at redhat.com> 0.0.20.f14b-7
 - Fix notification bubbles under gnome not showing (backport from the
   surface-fixes branch)


More information about the scm-commits mailing list