[xorg-x11-drv-tseng] ABI magic

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


commit 4a40cee4d4bbef79a5e5f6ec8ebd526d1fb87673
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 27 12:21:00 2010 -0400

    ABI magic

 xorg-x11-drv-tseng.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-tseng.spec b/xorg-x11-drv-tseng.spec
index f391044..4e92a5a 100644
--- a/xorg-x11-drv-tseng.spec
+++ b/xorg-x11-drv-tseng.spec
@@ -5,11 +5,10 @@
 Summary:   Xorg X11 tseng video driver
 Name:      xorg-x11-drv-tseng
 Version:   1.2.4
-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:   tseng.xinf
@@ -22,7 +21,8 @@ BuildRequires: automake autoconf libtool
 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 tseng video driver.
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/tseng.4*
 
 %changelog
+* Wed Oct 27 2010 Adam Jackson <ajax at redhat.com> 1.2.4-2
+- Add ABI requires magic (#542742)
+
 * Mon Jul 05 2010 Dave Airlie <airlied at redhat.com> 1.2.4-1
 - Bump to new upstream for 1.9
 


More information about the scm-commits mailing list