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 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 61e4949..0000000 Binary files a/libinput-1.10.4.tar.xz.sig and /dev/null differ diff --git a/libinput-1.10.5.tar.xz b/libinput-1.10.5.tar.xz new file mode 100644 index 0000000..125dba6 --- /dev/null +++ b/libinput-1.10.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb1c03b8fb4b1d3781db5c8c66cdc1e754c0354037bcf39b2d8d08710077b2e +size 497496 diff --git a/libinput-1.10.5.tar.xz.sig b/libinput-1.10.5.tar.xz.sig new file mode 100644 index 0000000..d73e250 Binary files /dev/null and b/libinput-1.10.5.tar.xz.sig differ 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