From 4284465cd220a1c2761bf50b4b8ef7cc5d30272a3930ad2472542a94fdc92fe4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 30 Oct 2015 08:54:32 +0000 Subject: [PATCH 1/2] Accepting request 341367 from home:Zaitor:branches:X11:Wayland Update from 1.0 branch There is also a 1.1 update available, but elected to sub this one first, as I saw complaints from arch users that the 1.1 rel was "problematic" OBS-URL: https://build.opensuse.org/request/show/341367 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=50 --- libinput-1.0.1.tar.xz | 3 --- libinput-1.0.1.tar.xz.sig | Bin 72 -> 0 bytes libinput-1.0.2.tar.xz | 3 +++ libinput-1.0.2.tar.xz.sig | Bin 0 -> 72 bytes libinput.changes | 13 +++++++++++++ libinput.spec | 4 ++-- 6 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 libinput-1.0.1.tar.xz delete mode 100644 libinput-1.0.1.tar.xz.sig create mode 100644 libinput-1.0.2.tar.xz create mode 100644 libinput-1.0.2.tar.xz.sig diff --git a/libinput-1.0.1.tar.xz b/libinput-1.0.1.tar.xz deleted file mode 100644 index c9c27a0..0000000 --- a/libinput-1.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:482fb35119b457ba65a8bebaa47e4f6b4dbd77e59c320014a22296847b7ff99e -size 800244 diff --git a/libinput-1.0.1.tar.xz.sig b/libinput-1.0.1.tar.xz.sig deleted file mode 100644 index 484969aa132b6500628f993c8439454db864dafc7864cbf2cb286be76cdf7b5b..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#)b*rvM5G5aK(2aI|Oezdir}pGw2CyO@^K$t;$~(cd5- e_nS=dasZnK`wdl`AbP=lAXlZnxmx2I9C3)nz8)a} diff --git a/libinput-1.0.2.tar.xz b/libinput-1.0.2.tar.xz new file mode 100644 index 0000000..a9435c7 --- /dev/null +++ b/libinput-1.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d105f86bd21f8cfb7b97ed018ef025453b1cce98ff33bd57f564c4515cefb9 +size 798948 diff --git a/libinput-1.0.2.tar.xz.sig b/libinput-1.0.2.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..529c7c741601792b3207a0bc3deb4bbf7b0e72c08a4d494a549c5b99365f4e48 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0#+v^{{RXJ5aK(2aI|OezkNLbpLnhNM1pt=gDZcO#mg9Z e3VW$OasZ!D0{-;Wx0|q-(5eBQA(8Q;KGq_W6dm#a literal 0 HcmV?d00001 diff --git a/libinput.changes b/libinput.changes index 98228f1..428fa6a 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Oct 26 20:14:05 UTC 2015 - zaitor@opensuse.org + +- Update to version 1.0.1: + * This release contains two tapping fixes. A multitap (triple + tap, quadruple tap, ...) caused one too many click events, + particularly noticable during a double-tap-and-hold dragging + process. + * The second fix avoids erroneous click events when two fingers + are placed on the touchpad and one finger is released within + the tap timeout. This can happen when executing short but + frequent two-finger scroll movements. + ------------------------------------------------------------------- Thu Sep 3 14:34:43 UTC 2015 - mpluskal@suse.com diff --git a/libinput.spec b/libinput.spec index 83883b6..96fd070 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,8 +18,8 @@ Name: libinput %define lname libinput10 -%define rversion 1.0.1 -Version: 1.0.1 +%define rversion 1.0.2 +Version: 1.0.2 Release: 0 Summary: Input device and event processing library License: MIT From afe3f97183c30a2fca982ab947a6d22e98ae4e2f9b0543375c552e60847ab268 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 31 Oct 2015 17:33:31 +0000 Subject: [PATCH 2/2] Accepting request 341810 from home:Zaitor:branches:X11:Wayland Correct version typo in .changes OBS-URL: https://build.opensuse.org/request/show/341810 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=51 --- libinput.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libinput.changes b/libinput.changes index 428fa6a..7cb1fb4 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon Oct 26 20:14:05 UTC 2015 - zaitor@opensuse.org -- Update to version 1.0.1: +- Update to version 1.0.2: * This release contains two tapping fixes. A multitap (triple tap, quadruple tap, ...) caused one too many click events, particularly noticable during a double-tap-and-hold dragging