[xorg-x11-drv-wacom] ABI magic

Adam Jackson ajax at fedoraproject.org
Wed Oct 27 16:26:47 UTC 2010


commit 4bf6996565932859dd6d3fce2584da353092b8fd
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 27 12:26:50 2010 -0400

    ABI magic

 xorg-x11-drv-wacom.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/xorg-x11-drv-wacom.spec b/xorg-x11-drv-wacom.spec
index 836ba94..31f4f33 100644
--- a/xorg-x11-drv-wacom.spec
+++ b/xorg-x11-drv-wacom.spec
@@ -8,11 +8,10 @@
 Summary:    Xorg X11 wacom input driver
 Name:       xorg-x11-drv-wacom
 Version:    0.10.8
-Release:    2%{?gitdate:.%{gitdate}}%{?dist}
+Release:    3%{?gitdate:.%{gitdate}}%{?dist}
 URL:        http://www.x.org
 License:    GPLv2+
 Group:      User Interface/X Hardware Support
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?gitdate}
 Source0: %{tarball}-%{gitdate}.tar.bz2
@@ -27,8 +26,8 @@ BuildRequires: xorg-x11-server-sdk >= 1.7.0
 BuildRequires: xorg-x11-util-macros >= 1.3.0
 BuildRequires: libX11-devel libXi-devel
 
-Requires:  xorg-x11-server-Xorg >= 1.8.0-6
-Requires: libX11 libXi
+Requires: Xorg %(xserver-sdk-abi-requires ansic)
+Requires: Xorg %(xserver-sdk-abi-requires xinput)
 Requires: udev
 
 Provides:  linuxwacom = %{version}-%{release}
@@ -97,6 +96,9 @@ X.Org X11 wacom input driver development files.
 %{_bindir}/isdv4-serial-debugger
 
 %changelog
+* Wed Oct 27 2010 Adam Jackson <ajax at redhat.com> 0.10.8-3
+- Add ABI requires magic (#542742)
+
 * Mon Aug 02 2010 Peter Hutterer <peter.hutterer at redhat.com> 0.10.8-2
 - Update to today's git snapshot.
 


More information about the scm-commits mailing list