xf86-input-libinput 0.14.0

This commit is contained in:
Peter Hutterer 2015-08-31 13:45:54 +10:00
parent edc18bb70b
commit cc9512ecf2
5 changed files with 9 additions and 1436 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/xf86-input-libinput-0.11.0.tar.bz2
/xf86-input-libinput-0.12.0.tar.bz2
/xf86-input-libinput-0.13.0.tar.bz2
/xf86-input-libinput-0.14.0.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -11,8 +11,8 @@ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
diff --git a/src/libinput.c b/src/libinput.c
index a06e44f..5eb5adf 100644
--- a/src/libinput.c
+++ b/src/libinput.c
--- a/src/xf86libinput.c
+++ b/src/xf86libinput.c
@@ -47,7 +47,7 @@
#define XI86_SERVER_FD 0x20
#endif

View File

@ -1 +1 @@
6881879dacf4db34db6ca2113dbef949 xf86-input-libinput-0.13.0.tar.bz2
10c06d3dd626dfdad3174d1f4e856a2a xf86-input-libinput-0.14.0.tar.bz2

View File

@ -4,8 +4,8 @@
Summary: Xorg X11 libinput input driver
Name: xorg-x11-drv-libinput
Version: 0.13.0
Release: 2%{?dist}
Version: 0.14.0
Release: 1%{?dist}
URL: http://www.x.org
License: MIT
@ -15,8 +15,6 @@ Source1: 90-libinput.conf
# Fedora-specific unless merged into 1.7.3 at least
Patch00: 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
Patch01: 0001-Add-drag-lock-support.patch
ExcludeArch: s390 s390x
BuildRequires: autoconf automake libtool
@ -39,7 +37,6 @@ supporting all devices.
%prep
%setup -q -n %{tarball}-%{version}
%patch00 -p1
%patch01 -p1
%build
autoreconf --force -v --install || exit 1
@ -75,6 +72,9 @@ Xorg X11 libinput input driver development files.
%{_includedir}/xorg/libinput-properties.h
%changelog
* Mon Aug 31 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.14.0-1
- xf86-input-libinput 0.14.0
* Mon Aug 17 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.13.0-2
- Add drag lock support (#1249309)