From d73f3bd7a70c3786d54cfa68fa872bfb77daec32093d2d6cfe43b3f585c3c7b3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 9 Nov 2017 20:13:11 +0000 Subject: [PATCH] Accepting request 540324 from home:avindra - Update to version 1.9.1: + Stop a crash when a lid was opened/closed multiple times while typing. + Reduction of the palm edge zone to a maximum width of 8mm (this notably helps users of recent macs that have large touchpads) + Benjamin's fix to the device groups enables touch arbitration on the Dell Canvas 27 (still needs libwacom changes) - Remove name specification from %setup, not needed OBS-URL: https://build.opensuse.org/request/show/540324 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=136 --- libinput-1.9.0.tar.xz | 3 --- libinput-1.9.0.tar.xz.sig | Bin 95 -> 0 bytes libinput-1.9.1.tar.xz | 3 +++ libinput-1.9.1.tar.xz.sig | Bin 0 -> 95 bytes libinput.changes | 12 ++++++++++++ libinput.spec | 4 ++-- 6 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 libinput-1.9.0.tar.xz delete mode 100644 libinput-1.9.0.tar.xz.sig create mode 100644 libinput-1.9.1.tar.xz create mode 100644 libinput-1.9.1.tar.xz.sig diff --git a/libinput-1.9.0.tar.xz b/libinput-1.9.0.tar.xz deleted file mode 100644 index 02ed66e..0000000 --- a/libinput-1.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd717b1f9cf867b2ca1763a5a4638423af178f3a70aa34d278e8bf42777d108e -size 455248 diff --git a/libinput-1.9.0.tar.xz.sig b/libinput-1.9.0.tar.xz.sig deleted file mode 100644 index ebe7d5f81ef746c30b9c27c34eb8491af0a029bacd6df34e93f807f324055829..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95 zcmeB(WnmCxVvrS6WUx`Hj~ANI2{MZQoLW8mTxfQhVG%`iWD v`m!G)rwzZgaIR`Nq}}@Q@px`Hj~ANI2{MSk15m4S;>04DN1lwrQJ v+3!tN9v#0U(&VNw@cmxBH?wmM!~B#x-tMhGe!TNsT$;x{K_tRBGG!J35XmVs literal 0 HcmV?d00001 diff --git a/libinput.changes b/libinput.changes index cbe8310..e2a6b65 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Nov 9 19:40:43 UTC 2017 - aavindraa@gmail.com + +- Update to version 1.9.1: + + Stop a crash when a lid was opened/closed multiple times while + typing. + + Reduction of the palm edge zone to a maximum width of 8mm (this + notably helps users of recent macs that have large touchpads) + + Benjamin's fix to the device groups enables touch arbitration + on the Dell Canvas 27 (still needs libwacom changes) +- Remove name specification from %setup, not needed + ------------------------------------------------------------------- Wed Oct 25 21:41:24 UTC 2017 - dimstar@opensuse.org diff --git a/libinput.spec b/libinput.spec index 18f2603..9cc790b 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,7 +18,7 @@ Name: libinput %define lname libinput10 -Version: 1.9.0 +Version: 1.9.1 Release: 0 Summary: Input device and event processing library License: MIT @@ -97,7 +97,7 @@ This package contains all necessary include files and libraries needed to develop applications that require libinput. %prep -%setup -qn %name-%version +%setup -q %build %meson \