SHA256
1
0
forked from pool/libinput

Accepting request 598018 from X11:Wayland

- Update to new bugfix release 1.10.5

OBS-URL: https://build.opensuse.org/request/show/598018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=60
This commit is contained in:
Dominique Leuenberger 2018-04-22 12:33:58 +00:00 committed by Git OBS Bridge
commit 4e20ea8914
7 changed files with 38 additions and 17 deletions

View File

@ -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

BIN
libinput-1.10.4.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
libinput-1.10.5.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libinput-1.10.5.tar.xz.sig Normal file

Binary file not shown.

View File

@ -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

View File

@ -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