From 66a9986c03402627b2e3111ed1ba3d2181355b5f44c27d625f85998a40bb6385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 16 Sep 2016 20:39:51 +0000 Subject: [PATCH] Accepting request 428004 from GNOME:Next New release OBS-URL: https://build.opensuse.org/request/show/428004 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=93 --- libinput-1.4.2.tar.xz | 3 --- libinput-1.4.2.tar.xz.sig | Bin 72 -> 0 bytes libinput-1.5.0.tar.xz | 3 +++ libinput-1.5.0.tar.xz.sig | Bin 0 -> 72 bytes libinput.changes | 29 +++++++++++++++++++++++++++++ libinput.spec | 2 +- 6 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 libinput-1.4.2.tar.xz delete mode 100644 libinput-1.4.2.tar.xz.sig create mode 100644 libinput-1.5.0.tar.xz create mode 100644 libinput-1.5.0.tar.xz.sig diff --git a/libinput-1.4.2.tar.xz b/libinput-1.4.2.tar.xz deleted file mode 100644 index 0e6f866..0000000 --- a/libinput-1.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c38826a785594811bef6a9daadbfa2e172e3f070f8863393d6fb7ca4c68e451 -size 900776 diff --git a/libinput-1.4.2.tar.xz.sig b/libinput-1.4.2.tar.xz.sig deleted file mode 100644 index 89cc98a3846be4bb1d7542c295b3aa72991f5ac00c61c34c523a76605d785426..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$0T?=Ku-`5aK(2aI|Oezkc-qpLAMH8rgi-Dy-7jUSs_z eHeK!+W&oZjm>kMk-f9ZXuz(er>W2;=V(!$*%pOkw diff --git a/libinput-1.5.0.tar.xz b/libinput-1.5.0.tar.xz new file mode 100644 index 0000000..0c90aba --- /dev/null +++ b/libinput-1.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a96559385ecfaa30f9e72ea89eb8ebbc97caf68e458f451f4ed62315311081c +size 910476 diff --git a/libinput-1.5.0.tar.xz.sig b/libinput-1.5.0.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..64a9934694efc0a6b93c40a7f6d69591546ab37c4fdebdf178423ef959295842 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$14SF8~S&5aK(2aI|OezY-__pJ2knmq8>`V&WxgNR$?C eBd1)nLI9wYedG%RmB9dXv@PO5tYzTF`5HHO5F7sh literal 0 HcmV?d00001 diff --git a/libinput.changes b/libinput.changes index ddcef95..925612a 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Sep 15 19:16:54 UTC 2016 - zaitor@opensuse.org + +- Update to version 1.5.0: + * A large part of this release cycle was internal cleanups and + improvements to the test suite, only few new features were + added. + * libinput has built-in palm detection when the trackpoint is in + use. The Lenovo *60 series (and possibly others) randomly send + a single trackpoint event which used to trigger this palm + detection and disable the touchpad for 300ms. To the user, this + looked like a stuttering touchpad. This is fixed now. + * For touchpads, we now have a new configuration option to allow + a 1/2/3 finger tap be mapped to left, middle and right, + respectively. The default remains at left/right/middle. + * In the disable-while-typing code we now ignore modifier + combinations like ctrl+s to avoid unnecessary timeouts and + delays. + * Other touchpad-related fixes include more responsive two-finger + scrolling and better touch point transition handling (i.e. less + pointer jumps after tapping and two-finger scrolling). + * For tablets we now have automatic touch arbitration in + userspace, i.e. we disable the touch input whenever a pen is in + proximity to avoid erroneous pointer moves. Touch arbitration + is currently handled by the kernel but is being phased out over + the next couple of kernel releases. In the future this may + allow for smart touch arbitration based on input areas, for now + we simply copy the kernel's behavior and turn touch events off. + ------------------------------------------------------------------- Tue Aug 30 08:28:20 UTC 2016 - jengelh@inai.de diff --git a/libinput.spec b/libinput.spec index d1408c8..42d5fe7 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,7 +18,7 @@ Name: libinput %define lname libinput10 -Version: 1.4.2 +Version: 1.5.0 Release: 0 Summary: Input device and event processing library License: MIT