[xorg-x11-drv-synaptics] ABI magic

Adam Jackson ajax at fedoraproject.org
Wed Oct 27 16:28:54 UTC 2010


commit bc316998b3286f688e783c7f310d4911ec418bc1
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 27 12:28:57 2010 -0400

    ABI magic

 xorg-x11-drv-synaptics.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-synaptics.spec b/xorg-x11-drv-synaptics.spec
index 0ce35f0..6d118cd 100644
--- a/xorg-x11-drv-synaptics.spec
+++ b/xorg-x11-drv-synaptics.spec
@@ -7,11 +7,10 @@
 Name:           xorg-x11-drv-synaptics
 Summary:        Xorg X11 Synaptics touchpad input driver
 Version:        1.3.0
-Release:        1%{?gitdate:.%{gitdate}}%{?dist}
+Release:        2%{?gitdate:.%{gitdate}}%{?dist}
 URL:            http://www.x.org
 License:        MIT
 Group:          User Interface/X Hardware Support
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?gitdate}
 Source0:        %{tarball}-%{gitdate}.tar.bz2
@@ -29,7 +28,8 @@ BuildRequires:  xorg-x11-server-sdk >= 1.6.0-2
 BuildRequires:  libX11-devel libXi-devel
 BuildRequires:  xorg-x11-util-macros >= 1.8.0
 
-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
 
 Provides:       synaptics = %{version}-%{release}
@@ -131,6 +131,9 @@ Development files for the Synaptics TouchPad for X.Org.
 
 
 %changelog
+* Wed Oct 27 2010 Adam Jackson <ajax at redhat.com> 1.3.0-2
+- Add ABI requires magic (#542742)
+
 * Wed Sep 01 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.3.0-1
 - synaptics 1.3.0
 


More information about the scm-commits mailing list