[xorg-x11-drv-sis] ABI magic

Adam Jackson ajax at fedoraproject.org
Wed Oct 27 16:18:07 UTC 2010


commit f2dfb7ccd3f32193281a9c5621e4662988623374
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 27 12:18:10 2010 -0400

    ABI magic

 xorg-x11-drv-sis.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-sis.spec b/xorg-x11-drv-sis.spec
index 88eb975..2465e7f 100644
--- a/xorg-x11-drv-sis.spec
+++ b/xorg-x11-drv-sis.spec
@@ -5,11 +5,10 @@
 Summary:   Xorg X11 sis video driver
 Name:      xorg-x11-drv-sis
 Version:   0.10.3
-Release:   1%{?dist}
+Release:   2%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 Source1:   sis.xinf
@@ -21,7 +20,8 @@ BuildRequires: mesa-libGL-devel >= 6.4-4
 BuildRequires: libdrm-devel >= 2.0-1
 
 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)
 
 %description 
 X.Org X11 sis video driver.
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/sis.4*
 
 %changelog
+* Wed Oct 27 2010 Adam Jackson <ajax at redhat.com> 0.10.3-2
+- Add ABI requires magic (#542742)
+
 * Mon Jul 05 2010 Dave Airlie <airlied at redhat.com> 0.10.3-1
 - sis 0.10.3 - build for 1.9
 


More information about the scm-commits mailing list