[xorg-x11-drv-intel] ABI magic

Adam Jackson ajax at fedoraproject.org
Wed Oct 27 16:04:09 UTC 2010


commit 657ca4aa567b6113159e31624c19348aef55aa5a
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 27 12:04:09 2010 -0400

    ABI magic

 xorg-x11-drv-intel.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-intel.spec b/xorg-x11-drv-intel.spec
index 6055656..03512fb 100644
--- a/xorg-x11-drv-intel.spec
+++ b/xorg-x11-drv-intel.spec
@@ -8,11 +8,10 @@
 Summary:   Xorg X11 Intel video driver
 Name:      xorg-x11-drv-intel
 Version:   2.12.0
-Release:   5%{?dist}
+Release:   6%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0:    http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-%{version}.tar.bz2 
 #Source0:    xf86-video-intel-%{gitdate}.tar.bz2
@@ -53,7 +52,8 @@ BuildRequires: libxcb-devel >= 1.5
 BuildRequires: xcb-util-devel
 
 Requires:  hwdata
-Requires:  xorg-x11-server-Xorg >= 1.4.99.1
+Requires: Xorg %(xserver-sdk-abi-requires ansic)
+Requires: Xorg %(xserver-sdk-abi-requires videodrv)
 Requires:  libxcb >= 1.5
 Requires:  xcb-util
 
@@ -151,6 +151,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/intel_*.1*
 
 %changelog
+* Wed Oct 27 2010 Adam Jackson <ajax at redhat.com> 2.12.0-6
+- Add ABI requires magic (#542742)
+
 * Thu Jul 08 2010 Adam Jackson <ajax at redhat.com> 2.12.0-5
 - Install COPYING.
 


More information about the scm-commits mailing list