diff --git a/libinput-1.10.0.tar.xz b/libinput-1.10.0.tar.xz new file mode 100644 index 0000000..b0a61e4 --- /dev/null +++ b/libinput-1.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c72c2e0c63498b34d887c28ea84b8570b50fef7ffe489179a1253280d33f57 +size 491444 diff --git a/libinput-1.10.0.tar.xz.sig b/libinput-1.10.0.tar.xz.sig new file mode 100644 index 0000000..e447ea2 Binary files /dev/null and b/libinput-1.10.0.tar.xz.sig differ diff --git a/libinput-1.9.4.tar.xz b/libinput-1.9.4.tar.xz deleted file mode 100644 index 807691f..0000000 --- a/libinput-1.9.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bcdbd4c4e3c2a2db322fbdf2ef3284f2e6d6fb7be3af80e6d8de7783f675190 -size 472636 diff --git a/libinput-1.9.4.tar.xz.sig b/libinput-1.9.4.tar.xz.sig deleted file mode 100644 index 5317a04..0000000 Binary files a/libinput-1.9.4.tar.xz.sig and /dev/null differ diff --git a/libinput.changes b/libinput.changes index 8af07f6..f96a67e 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Tue Feb 13 08:59:48 UTC 2018 - jengelh@inai.de + +- Update to new upstream release 1.10.0 + * Dropping of the touchpad hysteresis. Previously, we employed + a hysteresis to avoid pointer wobbles. A side-effect of that + hysteresis was that small pointer motion wasn't as reactive + as it should be. A previous attempt in 2016 to drop it failed + (too many devices still needed it) so this time round we have + a different approach: we analyse the event sequence from the + touchpad and if we find it doesn't wobble, we disable the + hysteresis for good. In most cases, this happens fast enough + that you won't even notice, resulting in a more reactive + pointer. + * Touchpad tapping now handles palm detection where applicable, + resting a palm on a touchpad while tapping should not confuse + libinput anymore. Previously, palm touches were treated like + any other touch, causing unexpected 2 and 3-finger clicks. + * Some of the newer Wacom tablets (and older, worn-out ones) + can have a leftover pressure on tip up. This caused libinput + to miss out on the proximity event, leading to a constantly + in-proximity tool. A new threshold for proximity out fixes + this. +- Remove 0001-evdev-add-a-quirk-to-disable-debouncing-on-the-MS-Na.patch + (included upstream) + +------------------------------------------------------------------- +Thu Feb 8 00:02:32 UTC 2018 - jengelh@inai.de + +- Add 0001-evdev-add-a-quirk-to-disable-debouncing-on-the-MS-Na.patch + ------------------------------------------------------------------- Thu Dec 14 08:33:23 UTC 2017 - jengelh@inai.de diff --git a/libinput.spec b/libinput.spec index 8031a73..0f0a9d9 100644 --- a/libinput.spec +++ b/libinput.spec @@ -1,7 +1,7 @@ # # spec file for package libinput # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libinput %define lname libinput10 -Version: 1.9.4 +Version: 1.10.0 Release: 0 Summary: Input device and event processing library License: MIT