From f04fee37992d04e04160a2c7506782f6f4c605df7e6b269b03ddd6a408866bf4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 19 Apr 2018 07:05:28 +0000 Subject: [PATCH 1/2] - Update to new bugfix release 1.10.5 * The Logitech K400 has button debouncing disabled to avoid missing double-taps. The Dell XPS13 L322X had the touchpad pressure ranges added to provide better responsiveness. And the Lenovo T440, T450s and X280 laptops had the trackpoint ranges added to provide better trackpoint acceleration. OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=157 --- libinput-1.10.4.tar.xz | 3 --- libinput-1.10.4.tar.xz.sig | Bin 95 -> 0 bytes libinput-1.10.5.tar.xz | 3 +++ libinput-1.10.5.tar.xz.sig | Bin 0 -> 95 bytes libinput.changes | 10 ++++++++++ libinput.spec | 2 +- 6 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 libinput-1.10.4.tar.xz delete mode 100644 libinput-1.10.4.tar.xz.sig create mode 100644 libinput-1.10.5.tar.xz create mode 100644 libinput-1.10.5.tar.xz.sig diff --git a/libinput-1.10.4.tar.xz b/libinput-1.10.4.tar.xz deleted file mode 100644 index d69a0c6..0000000 --- a/libinput-1.10.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2330a82f3e4b617a4f9ff0f2bf9cc217b3c4e69d767e61ca59ca07add61f68ac -size 493152 diff --git a/libinput-1.10.4.tar.xz.sig b/libinput-1.10.4.tar.xz.sig deleted file mode 100644 index 61e4949275139e4a6239dd01d2f79236702cf3df5c87a5628a2cc0e9bc2461d7..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95 zcmeB(WnmCxVvrS6WUx`Hj~ANI2{MVx}048F6ieY}W v=qKmJ>x`Hj~ANI2{MP2`~je(0(048#@mSKK` vPr-Hb!firT22GwO9-ozFi|>hJn8ozz`tjL2pZ};Z&SHIYqO76*?%Wvw@~$cn literal 0 HcmV?d00001 diff --git a/libinput.changes b/libinput.changes index 42b4c71..332fa73 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 19 07:04:52 UTC 2018 - jengelh@inai.de + +- Update to new bugfix release 1.10.5 + * The Logitech K400 has button debouncing disabled to avoid + missing double-taps. The Dell XPS13 L322X had the touchpad + pressure ranges added to provide better responsiveness. And + the Lenovo T440, T450s and X280 laptops had the trackpoint + ranges added to provide better trackpoint acceleration. + ------------------------------------------------------------------- Tue Apr 10 01:35:22 UTC 2018 - bjorn.lie@gmail.com diff --git a/libinput.spec b/libinput.spec index a4854d6..503a5dd 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,7 +18,7 @@ Name: libinput %define lname libinput10 -Version: 1.10.4 +Version: 1.10.5 Release: 0 Summary: Input device and event processing library License: MIT From 867d4122af514350f298715b8ac7d13fc0afdf57d3742cbf461216f47f4e0dd7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 19 Apr 2018 07:07:45 +0000 Subject: [PATCH 2/2] update kill-env.diff OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=158 --- kill-env.diff | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/kill-env.diff b/kill-env.diff index 499382a..e6c0ba1 100644 --- a/kill-env.diff +++ b/kill-env.diff @@ -5,44 +5,55 @@ Kill /usr/bin/env. We can't have random python interpreters be executed. --- tools/libinput-measure-touch-size | 2 +- tools/libinput-measure-touchpad-pressure | 2 +- + tools/libinput-measure-touchpad-tap | 2 +- tools/libinput-measure-trackpoint-range | 2 +- udev/parse_hwdb.py | 2 +- - 4 files changed, 4 insertions(+), 4 deletions(-) + 5 files changed, 5 insertions(+), 5 deletions(-) -Index: libinput-1.9.3/tools/libinput-measure-touch-size +Index: libinput-1.10.5/tools/libinput-measure-touch-size =================================================================== ---- libinput-1.9.3.orig/tools/libinput-measure-touch-size -+++ libinput-1.9.3/tools/libinput-measure-touch-size +--- libinput-1.10.5.orig/tools/libinput-measure-touch-size ++++ libinput-1.10.5/tools/libinput-measure-touch-size @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # vim: set expandtab shiftwidth=4: # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # -Index: libinput-1.9.3/tools/libinput-measure-touchpad-pressure +Index: libinput-1.10.5/tools/libinput-measure-touchpad-pressure =================================================================== ---- libinput-1.9.3.orig/tools/libinput-measure-touchpad-pressure -+++ libinput-1.9.3/tools/libinput-measure-touchpad-pressure +--- libinput-1.10.5.orig/tools/libinput-measure-touchpad-pressure ++++ libinput-1.10.5/tools/libinput-measure-touchpad-pressure @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # vim: set expandtab shiftwidth=4: # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # -Index: libinput-1.9.3/tools/libinput-measure-trackpoint-range +Index: libinput-1.10.5/tools/libinput-measure-touchpad-tap =================================================================== ---- libinput-1.9.3.orig/tools/libinput-measure-trackpoint-range -+++ libinput-1.9.3/tools/libinput-measure-trackpoint-range +--- libinput-1.10.5.orig/tools/libinput-measure-touchpad-tap ++++ libinput-1.10.5/tools/libinput-measure-touchpad-tap @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # vim: set expandtab shiftwidth=4: # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # -Index: libinput-1.9.3/udev/parse_hwdb.py +Index: libinput-1.10.5/tools/libinput-measure-trackpoint-range =================================================================== ---- libinput-1.9.3.orig/udev/parse_hwdb.py -+++ libinput-1.9.3/udev/parse_hwdb.py +--- libinput-1.10.5.orig/tools/libinput-measure-trackpoint-range ++++ libinput-1.10.5/tools/libinput-measure-trackpoint-range +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python3 ++#!/usr/bin/python3 + # vim: set expandtab shiftwidth=4: + # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ + # +Index: libinput-1.10.5/udev/parse_hwdb.py +=================================================================== +--- libinput-1.10.5.orig/udev/parse_hwdb.py ++++ libinput-1.10.5/udev/parse_hwdb.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3