From 5a373e1a5b40735c9106e61e3cbecf9a5a092b27543005e89e60844e1b35aa71 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 6 Jun 2015 18:40:15 +0000 Subject: [PATCH] Accepting request 310841 from home:Zaitor:branches:GNOME:Next New release OBS-URL: https://build.opensuse.org/request/show/310841 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=33 --- libinput-0.15.0.tar.xz | 3 --- libinput-0.15.0.tar.xz.sig | Bin 72 -> 0 bytes libinput-0.17.0.tar.xz | 3 +++ libinput-0.17.0.tar.xz.sig | Bin 0 -> 72 bytes libinput.changes | 20 ++++++++++++++++++++ libinput.spec | 4 ++-- 6 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 libinput-0.15.0.tar.xz delete mode 100644 libinput-0.15.0.tar.xz.sig create mode 100644 libinput-0.17.0.tar.xz create mode 100644 libinput-0.17.0.tar.xz.sig diff --git a/libinput-0.15.0.tar.xz b/libinput-0.15.0.tar.xz deleted file mode 100644 index 013fca7..0000000 --- a/libinput-0.15.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1656db18977d24b4f5754d38ba350a1c2f8b3fb00358fa96e931ce28e112fc1d -size 573388 diff --git a/libinput-0.15.0.tar.xz.sig b/libinput-0.15.0.tar.xz.sig deleted file mode 100644 index 3b05f7ac9eedcd932ef1a309acb4075bd507f1203d669655914cba7cd627f7b8..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#!(Fm;ee15aK(2aI|OezoH=kpJ^4y$q8AwtBu91s*eE} e%<#JbVE~|_n#}XJPPDD)HDi6@9YPot&7fth(;h1T diff --git a/libinput-0.17.0.tar.xz b/libinput-0.17.0.tar.xz new file mode 100644 index 0000000..93ee854 --- /dev/null +++ b/libinput-0.17.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7db243be3a745c1031b364f3595ce9bb31347f874b7299ef8d44c98d2fb28db +size 622300 diff --git a/libinput-0.17.0.tar.xz.sig b/libinput-0.17.0.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..8e6a00d8cc195e22f5522c8e0018039485690cb91880afd876d98feccd5a2432 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0#$FNQ2+`F5aK(2aI|Oezrz6lpsxrT0Aq*}I8PbV#o-D% eriFe+RsfzW_VhqVk+Tlnw9nrq1CT5ts$MBbyBd4| literal 0 HcmV?d00001 diff --git a/libinput.changes b/libinput.changes index 98fd452..d42e6e7 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Jun 6 16:21:16 UTC 2015 - zaitor@opensuse.org + +- Update to version 0.17.0: + * The timeout for the tap-and-drag has been significantly + reduced. + * Really slow mouse movement got swallowed because the + acceleration calculations timed out and returned an + acceleration factor of 0. + * Basic thumb detection was added for clickfinger behaviour, it + is now possible to execute a single click with a thumb while + the pointer-moving finger is resting on the touchpad. +- Changes from version 0.16.0: + * Touchpads with ABS_MT_DISTANCE such as the Chromebook Pixel are + now supported. + * The tapping code now allows ending a tap-and-drag with an extra + tap, i.e. the sequence becomes: + tap, finger down, move .... move, finger up, tap + * Also in the touchpad code: disable-while-typing has been added. + ------------------------------------------------------------------- Wed May 6 10:24:26 UTC 2015 - zaitor@opensuse.org diff --git a/libinput.spec b/libinput.spec index 8d4235e..09eee48 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,8 +18,8 @@ Name: libinput %define lname libinput10 -%define rversion 0.15.0 -Version: 0.15 +%define rversion 0.17.0 +Version: 0.17 Release: 0 Summary: Input device and event processing library License: HPND