SHA256
1
0
forked from pool/libinput

- Update to release 1.14.2

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=205
This commit is contained in:
Jan Engelhardt 2019-10-17 08:40:40 +00:00 committed by Git OBS Bridge
parent 505ea13239
commit 5184b3ac8d
6 changed files with 21 additions and 10 deletions

BIN
libinput-1.14.1.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
libinput-1.14.2.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libinput-1.14.2.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Oct 17 07:35:26 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.2
* Added quirks for specific devices, notably the Logitech MX
Master 2S and 3, Thinkpad 13 G2, HP Elite x2 1013 G3 and the
Lenovo T490s and X200.
* For everyone else, the thumb detection is now less
aggressive, fixing a few issues seen where two-finger
scrolling was misdetected as pinch gestures.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 26 04:22:25 UTC 2019 - Jan Engelhardt <jengelh@inai.de> Mon Aug 26 04:22:25 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,12 +18,12 @@
Name: libinput Name: libinput
%define lname libinput10 %define lname libinput10
Version: 1.14.1 Version: 1.14.2
Release: 0 Release: 0
Summary: Input device and event processing library Summary: Input device and event processing library
License: MIT License: MIT
Group: Development/Libraries/C and C++ Group: c development hardware
Url: http://www.freedesktop.org/wiki/Software/libinput/ URL: https://www.freedesktop.org/wiki/Software/libinput/
#Git-Clone: https://gitlab.freedesktop.org/libinput/libinput.git #Git-Clone: https://gitlab.freedesktop.org/libinput/libinput.git
#Git-Web: https://gitlab.freedesktop.org/libinput/libinput/ #Git-Web: https://gitlab.freedesktop.org/libinput/libinput/
@ -56,7 +56,7 @@ other applications that need to directly deal with input devices.
%package udev %package udev
Summary: Input device and event processing library integration into udev Summary: Input device and event processing library integration into udev
Group: System/Base Group: base
%description udev %description udev
The libinput udev helper rule will set the LIBINPUT_DEVICE_GROUP The libinput udev helper rule will set the LIBINPUT_DEVICE_GROUP
@ -66,7 +66,7 @@ physical device.
%package -n %lname %package -n %lname
Summary: Input device and event processing library Summary: Input device and event processing library
Group: System/Libraries Group: c development hardware
Recommends: %name-udev Recommends: %name-udev
%description -n %lname %description -n %lname
@ -80,7 +80,7 @@ functionality that users expect.
%package tools %package tools
Summary: Utilities to display libinput configuration Summary: Utilities to display libinput configuration
Group: System/X11/Utilities Group: hardware
%description tools %description tools
This tool lists the locally recognised devices and their respective This tool lists the locally recognised devices and their respective
@ -88,7 +88,7 @@ configuration options and configuration defaults.
%package devel %package devel
Summary: Development files for the Input Device Library Summary: Development files for the Input Device Library
Group: Development/Libraries/C and C++ Group: c development
Requires: %lname = %version Requires: %lname = %version
%description devel %description devel