From 5e21051b7f5e8e34c4843ac0966bf4a5223701b5 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 27 Oct 2015 17:23:30 +1000 Subject: [PATCH] xf86-input-libinput 0.15.0 --- .gitignore | 1 + 90-libinput.conf | 29 ----------------------------- sources | 2 +- xorg-x11-drv-libinput.spec | 9 +++++---- 4 files changed, 7 insertions(+), 34 deletions(-) delete mode 100644 90-libinput.conf diff --git a/.gitignore b/.gitignore index 95dbc55..b790d4c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /xf86-input-libinput-0.12.0.tar.bz2 /xf86-input-libinput-0.13.0.tar.bz2 /xf86-input-libinput-0.14.0.tar.bz2 +/xf86-input-libinput-0.15.0.tar.bz2 diff --git a/90-libinput.conf b/90-libinput.conf deleted file mode 100644 index 1af2577..0000000 --- a/90-libinput.conf +++ /dev/null @@ -1,29 +0,0 @@ -# Match on all types of devices but tablet devices and joysticks - -Section "InputClass" - Identifier "libinput pointer catchall" - MatchIsPointer "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput keyboard catchall" - MatchIsKeyboard "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput touchpad catchall" - MatchIsTouchpad "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput touchscreen catchall" - MatchIsTouchscreen "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection diff --git a/sources b/sources index c0d927b..a32ca82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10c06d3dd626dfdad3174d1f4e856a2a xf86-input-libinput-0.14.0.tar.bz2 +4a4766a139665ae42870bf432be5631e xf86-input-libinput-0.15.0.tar.bz2 diff --git a/xorg-x11-drv-libinput.spec b/xorg-x11-drv-libinput.spec index 9481676..3028594 100644 --- a/xorg-x11-drv-libinput.spec +++ b/xorg-x11-drv-libinput.spec @@ -4,13 +4,12 @@ Summary: Xorg X11 libinput input driver Name: xorg-x11-drv-libinput -Version: 0.14.0 -Release: 2%{?dist} +Version: 0.15.0 +Release: 1%{?dist} URL: http://www.x.org License: MIT Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2 -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 @@ -51,7 +50,6 @@ make %{?_smp_mflags} find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f -- install -d $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d -install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d/90-libinput.conf %files %doc COPYING @@ -72,6 +70,9 @@ Xorg X11 libinput input driver development files. %{_includedir}/xorg/libinput-properties.h %changelog +* Tue Oct 27 2015 Peter Hutterer 0.15.0-1 +- xf86-input-libinput 0.15.0 + * Wed Sep 16 2015 Dave Airlie - 0.14.0-2 - 1.18 ABI rebuild