[xorg-x11-drv-libinput] xf86-input-libinput 0.8.0

Peter Hutterer whot at fedoraproject.org
Fri Mar 6 05:43:45 UTC 2015


commit f8aa0f02ad9b653ccad5226a37b133dba47dd2b8
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Mar 6 15:40:13 2015 +1000

    xf86-input-libinput 0.8.0

 .gitignore                                         |   1 +
 ...one-error-in-buttonmap-initialization-893.patch |  29 ----
 ...roperty-changes-if-the-device-is-disabled.patch | 167 ---------------------
 0001-Up-the-scroll-dist-value-for-touchpads.patch  |  63 --------
 sources                                            |   2 +-
 xorg-x11-drv-libinput.spec                         |  14 +-
 6 files changed, 7 insertions(+), 269 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index db5cb87..e55fe15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /xf86-input-libinput-0.5.0.tar.bz2
 /xf86-input-libinput-0.6.0.tar.bz2
 /xf86-input-libinput-0.7.0.tar.bz2
+/xf86-input-libinput-0.8.0.tar.bz2
diff --git a/sources b/sources
index 6686360..7009038 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cfba685f812ae535fbe2e4da5490207f  xf86-input-libinput-0.7.0.tar.bz2
+775463bafcd47def681d029245a94868  xf86-input-libinput-0.8.0.tar.bz2
diff --git a/xorg-x11-drv-libinput.spec b/xorg-x11-drv-libinput.spec
index 7e1e97f..b177803 100644
--- a/xorg-x11-drv-libinput.spec
+++ b/xorg-x11-drv-libinput.spec
@@ -4,18 +4,14 @@
 
 Summary:    Xorg X11 libinput input driver
 Name:       xorg-x11-drv-libinput
-Version:    0.7.0
-Release:    5%{?dist}
+Version:    0.8.0
+Release:    1%{?dist}
 URL:        http://ww.x.org
 License:    MIT
 
 Source0:    ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 Source1:    90-libinput.conf
 
-Patch01:    0001-Fix-off-by-one-error-in-buttonmap-initialization-893.patch
-Patch02:    0001-Ignore-property-changes-if-the-device-is-disabled.patch
-Patch03:    0001-Up-the-scroll-dist-value-for-touchpads.patch
-
 ExcludeArch: s390 s390x
 
 BuildRequires: autoconf automake libtool
@@ -34,9 +30,6 @@ supporting all devices.
 
 %prep
 %setup -q -n %{tarball}-%{version}
-%patch01 -p1
-%patch02 -p1
-%patch03 -p1
 
 %build
 autoreconf --force -v --install || exit 1
@@ -72,6 +65,9 @@ Xorg X11 libinput input driver development files.
 %{_includedir}/xorg/libinput-properties.h
 
 %changelog
+* Fri Mar 06 2015 Peter Hutterer <peter.hutterer at redhat.com> 0.8.0-1
+- xf86-input-libinput 0.8.0
+
 * Thu Mar 05 2015 Peter Hutterer <peter.hutterer at redhat.com> 0.7.0-5
 - Fix two-finger scrolling speed (#1198467)
 


More information about the scm-commits mailing list