[xorg-x11-drv-vmmouse] ABI magic

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


commit 7c5452021d273243a9dcec11aacd97cefc6e9a00
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 27 12:23:06 2010 -0400

    ABI magic

 xorg-x11-drv-vmmouse.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-vmmouse.spec b/xorg-x11-drv-vmmouse.spec
index 97bfd2e..97d986a 100644
--- a/xorg-x11-drv-vmmouse.spec
+++ b/xorg-x11-drv-vmmouse.spec
@@ -5,11 +5,10 @@
 Summary:    Xorg X11 vmmouse input driver
 Name:	    xorg-x11-drv-vmmouse
 Version:    12.6.10
-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
 
@@ -21,7 +20,8 @@ ExclusiveArch: %{ix86} x86_64
 
 BuildRequires: xorg-x11-server-sdk >= 1.7.99.1-1
 
-Requires: xorg-x11-server-Xorg >= 1.8.0-6
+Requires: Xorg %(xserver-sdk-abi-requires ansic)
+Requires: Xorg %(xserver-sdk-abi-requires xinput)
 Requires: udev
 
 %description 
@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 /lib/udev/rules.d/*.rules 
 
 %changelog
+* Wed Oct 27 2010 Adam Jackson <ajax at redhat.com> 12.6.10-2
+- Add ABI requires magic (#542742)
+
 * Thu Aug 12 2010 Peter Hutterer <peter.hutterer at redhat.com> 12.6.10-1
 - vmmouse 12.6.10
 


More information about the scm-commits mailing list