SHA256
1
0
forked from pool/libinput
Jan Engelhardt 2016-06-24 07:43:09 +00:00 committed by Git OBS Bridge
parent 799d25134c
commit 66923c5aa8
6 changed files with 18 additions and 5 deletions

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jun 24 07:32:24 UTC 2016 - jengelh@inai.de
- Update to new upstream release 1.3.3
* libinput 1.2 dropped using a hysteresis for touchpad devices
because modern touchpads are more precise than older touchpads.
Since it was found that even those newer touchpads are prone to
a wobbling cursor when a finger is held still on the touchpad,
more touchpads were marked over time with the wobbly tag,
defeating the whole idea. The default hysteresis is now
restored for all touchpads.
* Tablet pad capabilities are now listed in libinput-list-devices.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 16 06:44:52 UTC 2016 - jengelh@inai.de Thu Jun 16 06:44:52 UTC 2016 - jengelh@inai.de

View File

@ -18,7 +18,7 @@
Name: libinput Name: libinput
%define lname libinput10 %define lname libinput10
Version: 1.3.2 Version: 1.3.3
Release: 0 Release: 0
Summary: Input device and event processing library Summary: Input device and event processing library
License: MIT License: MIT
@ -101,7 +101,7 @@ to develop applications that require libinput.
%build %build
if [ ! -e configure ]; then if [ ! -e configure ]; then
autoreconf -fi; autoreconf -fi
fi; fi;
%configure --disable-static --includedir="%_includedir/%name" \ %configure --disable-static --includedir="%_includedir/%name" \
--with-udev-dir="%_libexecdir/udev" --with-udev-dir="%_libexecdir/udev"