[xorg-x11-drv-libinput] Add explicit (Build)Requires for libinput 0.6.0-3, we rely on new symbols

Peter Hutterer whot at fedoraproject.org
Mon Nov 24 07:34:51 UTC 2014


commit 9f21d87e0d099207cd596273e334d3620c0f3823
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Nov 24 17:30:34 2014 +1000

    Add explicit (Build)Requires for libinput 0.6.0-3, we rely on new symbols
    
      from the git snapshot

 xorg-x11-drv-libinput.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-libinput.spec b/xorg-x11-drv-libinput.spec
index 9359a48..aee4fef 100644
--- a/xorg-x11-drv-libinput.spec
+++ b/xorg-x11-drv-libinput.spec
@@ -5,7 +5,7 @@
 Summary:    Xorg X11 libinput input driver
 Name:       xorg-x11-drv-libinput
 Version:    0.2.0
-Release:    1%{?dist}
+Release:    2%{?dist}
 URL:        http://ww.x.org
 License:    MIT
 
@@ -16,12 +16,13 @@ ExcludeArch: s390 s390x
 
 BuildRequires: autoconf automake libtool
 BuildRequires: xorg-x11-server-devel >= 1.14.0
-BuildRequires: libudev-devel libevdev-devel libinput-devel
+BuildRequires: libudev-devel libevdev-devel libinput-devel >= 0.6.0-3
 BuildRequires: xorg-x11-util-macros
 
 Requires: Xorg %(xserver-sdk-abi-requires ansic)
 Requires: Xorg %(xserver-sdk-abi-requires xinput)
 Requires: xkeyboard-config
+Requires: libinput >= 0.6.0-3
 
 %description
 A generic input driver for the X.Org X11 X server based on libinput,
@@ -52,6 +53,10 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d/90-libi
 %{_mandir}/man4/libinput.4*
 
 %changelog
+* Mon Nov 24 2014 Peter Hutterer <peter.hutterer at redhat.com> 0.2.0-2
+- Add explicit (Build)Requires for libinput 0.6.0-3, we rely on new symbols
+  from the git snapshot
+
 * Mon Nov 24 2014 Peter Hutterer <peter.hutterer at redhat.com> 0.2.0-1
 - Only match on specific device types, don't match on joysticks or tablets
 - libinput 0.2.0


More information about the scm-commits mailing list