SHA256
1
0
forked from pool/libinput

Accepting request 407725 from X11:Wayland

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/407725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2016-07-16 20:12:00 +00:00 committed by Git OBS Bridge
commit b88dcad3f2
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

View File

@ -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"