[xorg-x11-drv-siliconmotion] ABI magic

Adam Jackson ajax at fedoraproject.org
Wed Oct 27 16:17:36 UTC 2010


commit 1a8b57d37bf832446ca8be46c46535ab9d7b977d
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 27 12:17:39 2010 -0400

    ABI magic

 xorg-x11-drv-siliconmotion.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-siliconmotion.spec b/xorg-x11-drv-siliconmotion.spec
index 16cc9a2..0b037a5 100644
--- a/xorg-x11-drv-siliconmotion.spec
+++ b/xorg-x11-drv-siliconmotion.spec
@@ -6,11 +6,10 @@
 Summary:    Xorg X11 siliconmotion video driver
 Name:       xorg-x11-drv-siliconmotion
 Version:    1.7.3
-Release:    4.%{gitdate}%{?dist}
+Release:    5.%{gitdate}%{?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:    siliconmotion.xinf
@@ -23,7 +22,8 @@ ExcludeArch: s390 s390x
 BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
 
 Requires:  hwdata
-Requires:  xorg-x11-server-Xorg >= 1.3.0.0-6
+Requires: Xorg %(xserver-sdk-abi-requires ansic)
+Requires: Xorg %(xserver-sdk-abi-requires videodrv)
 
 %description 
 X.Org X11 siliconmotion video driver.
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/siliconmotion.4*
 
 %changelog
+* Wed Oct 27 2010 Adam Jackson <ajax at redhat.com> 1.7.3-5.20100122
+- Add ABI requires magic (#542742)
+
 * Mon Jul 05 2010 Peter Hutterer <peter.hutterer at redhat.com> - 1.7.3-4.20100122
 - rebuild for X Server 1.9
 


More information about the scm-commits mailing list