forked from pool/libinput
libinput-1.3.3
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=82
This commit is contained in:
parent
799d25134c
commit
66923c5aa8
BIN
libinput-1.3.2.tar.xz
(Stored with Git LFS)
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
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
BIN
libinput-1.3.3.tar.xz.sig
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libinput
|
||||
%define lname libinput10
|
||||
Version: 1.3.2
|
||||
Version: 1.3.3
|
||||
Release: 0
|
||||
Summary: Input device and event processing library
|
||||
License: MIT
|
||||
@ -101,7 +101,7 @@ to develop applications that require libinput.
|
||||
|
||||
%build
|
||||
if [ ! -e configure ]; then
|
||||
autoreconf -fi;
|
||||
autoreconf -fi
|
||||
fi;
|
||||
%configure --disable-static --includedir="%_includedir/%name" \
|
||||
--with-udev-dir="%_libexecdir/udev"
|
||||
|
Loading…
Reference in New Issue
Block a user