[xorg-x11-drv-mouse] ABI magic

Adam Jackson ajax at fedoraproject.org
Wed Oct 27 16:08:55 UTC 2010


commit 5d8e512b1853fdde5bf47ef7ebf8c515fdd5977c
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 27 12:08:56 2010 -0400

    ABI magic

 xorg-x11-drv-mouse.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-mouse.spec b/xorg-x11-drv-mouse.spec
index 70d36be..7d53d66 100644
--- a/xorg-x11-drv-mouse.spec
+++ b/xorg-x11-drv-mouse.spec
@@ -7,11 +7,10 @@
 Summary:   Xorg X11 mouse input driver
 Name:      xorg-x11-drv-mouse
 Version:   1.6.0
-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
 #Source0:    %{tarball}-%{gitdate}.tar.bz2
@@ -23,7 +22,8 @@ BuildRequires: autoconf automake libtool
 BuildRequires: xorg-x11-server-sdk >= 1.5.99.1
 BuildRequires: xorg-x11-util-macros >= 1.3.0
 
-Requires: xorg-x11-server-Xorg >= 1.5.99.1
+Requires: Xorg %(xserver-sdk-abi-requires ansic)
+Requires: Xorg %(xserver-sdk-abi-requires xinput)
 
 %description 
 X.Org X11 mouse input driver.
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/mousedrv.4*
 
 %changelog
+* Wed Oct 27 2010 Adam Jackson <ajax at redhat.com> 1.6.0-2
+- Add ABI requires magic (#542742)
+
 * Thu Sep 09 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.6.0-1
 - mouse 1.6.0
 


More information about the scm-commits mailing list