forked from pool/libinput
Accepting request 874555 from X11:Wayland
- Update to release 1.17 OBS-URL: https://build.opensuse.org/request/show/874555 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=97
This commit is contained in:
commit
20c6435955
100
kill-env.diff
100
kill-env.diff
@ -3,57 +3,123 @@ Date: 2017-11-28 11:01:12.978019538 +0100
|
|||||||
|
|
||||||
Kill /usr/bin/env. We can't have random python interpreters be executed.
|
Kill /usr/bin/env. We can't have random python interpreters be executed.
|
||||||
---
|
---
|
||||||
|
tools/libinput-analyze-per-slot-delta.py | 2 +-
|
||||||
|
tools/libinput-analyze-recording.py | 2 +-
|
||||||
|
tools/libinput-analyze-touch-down-state.py | 2 +-
|
||||||
tools/libinput-measure-fuzz.py | 2 +-
|
tools/libinput-measure-fuzz.py | 2 +-
|
||||||
tools/libinput-measure-touch-size.py | 2 +-
|
tools/libinput-measure-touch-size.py | 2 +-
|
||||||
tools/libinput-measure-touchpad-pressure.py | 2 +-
|
tools/libinput-measure-touchpad-pressure.py | 2 +-
|
||||||
|
tools/libinput-measure-touchpad-size.py | 2 +-
|
||||||
tools/libinput-measure-touchpad-tap.py | 2 +-
|
tools/libinput-measure-touchpad-tap.py | 2 +-
|
||||||
tools/libinput-replay | 2 +-
|
tools/libinput-record-verify-yaml.py | 2 +-
|
||||||
5 files changed, 5 insertions(+), 5 deletions(-)
|
tools/libinput-replay.py | 2 +-
|
||||||
|
tools/test_tool_option_parsing.py | 2 +-
|
||||||
|
11 files changed, 11 insertions(+), 11 deletions(-)
|
||||||
|
|
||||||
Index: libinput-1.12.0/tools/libinput-measure-fuzz.py
|
Index: libinput-1.17.0/tools/libinput-analyze-per-slot-delta.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libinput-1.12.0.orig/tools/libinput-measure-fuzz.py
|
--- libinput-1.17.0.orig/tools/libinput-analyze-per-slot-delta.py
|
||||||
+++ libinput-1.12.0/tools/libinput-measure-fuzz.py
|
+++ libinput-1.17.0/tools/libinput-analyze-per-slot-delta.py
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python3
|
||||||
|
+#!/usr/bin/python3
|
||||||
|
# -*- coding: utf-8
|
||||||
|
# vim: set expandtab shiftwidth=4:
|
||||||
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
|
Index: libinput-1.17.0/tools/libinput-analyze-recording.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/libinput-analyze-recording.py
|
||||||
|
+++ libinput-1.17.0/tools/libinput-analyze-recording.py
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python3
|
||||||
|
+#!/usr/bin/python3
|
||||||
|
# -*- coding: utf-8
|
||||||
|
# vim: set expandtab shiftwidth=4:
|
||||||
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
|
Index: libinput-1.17.0/tools/libinput-analyze-touch-down-state.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/libinput-analyze-touch-down-state.py
|
||||||
|
+++ libinput-1.17.0/tools/libinput-analyze-touch-down-state.py
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python3
|
||||||
|
+#!/usr/bin/python3
|
||||||
|
# -*- coding: utf-8
|
||||||
|
# vim: set expandtab shiftwidth=4:
|
||||||
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
|
Index: libinput-1.17.0/tools/libinput-measure-fuzz.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/libinput-measure-fuzz.py
|
||||||
|
+++ libinput-1.17.0/tools/libinput-measure-fuzz.py
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/usr/bin/env python3
|
-#!/usr/bin/env python3
|
||||||
+#!/usr/bin/python3
|
+#!/usr/bin/python3
|
||||||
# vim: set expandtab shiftwidth=4:
|
# vim: set expandtab shiftwidth=4:
|
||||||
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
#
|
#
|
||||||
Index: libinput-1.12.0/tools/libinput-measure-touch-size.py
|
Index: libinput-1.17.0/tools/libinput-measure-touch-size.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libinput-1.12.0.orig/tools/libinput-measure-touch-size.py
|
--- libinput-1.17.0.orig/tools/libinput-measure-touch-size.py
|
||||||
+++ libinput-1.12.0/tools/libinput-measure-touch-size.py
|
+++ libinput-1.17.0/tools/libinput-measure-touch-size.py
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/usr/bin/env python3
|
-#!/usr/bin/env python3
|
||||||
+#!/usr/bin/python3
|
+#!/usr/bin/python3
|
||||||
# vim: set expandtab shiftwidth=4:
|
# vim: set expandtab shiftwidth=4:
|
||||||
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
#
|
#
|
||||||
Index: libinput-1.12.0/tools/libinput-measure-touchpad-pressure.py
|
Index: libinput-1.17.0/tools/libinput-measure-touchpad-pressure.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libinput-1.12.0.orig/tools/libinput-measure-touchpad-pressure.py
|
--- libinput-1.17.0.orig/tools/libinput-measure-touchpad-pressure.py
|
||||||
+++ libinput-1.12.0/tools/libinput-measure-touchpad-pressure.py
|
+++ libinput-1.17.0/tools/libinput-measure-touchpad-pressure.py
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/usr/bin/env python3
|
-#!/usr/bin/env python3
|
||||||
+#!/usr/bin/python3
|
+#!/usr/bin/python3
|
||||||
# vim: set expandtab shiftwidth=4:
|
# vim: set expandtab shiftwidth=4:
|
||||||
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
#
|
#
|
||||||
Index: libinput-1.12.0/tools/libinput-measure-touchpad-tap.py
|
Index: libinput-1.17.0/tools/libinput-measure-touchpad-size.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libinput-1.12.0.orig/tools/libinput-measure-touchpad-tap.py
|
--- libinput-1.17.0.orig/tools/libinput-measure-touchpad-size.py
|
||||||
+++ libinput-1.12.0/tools/libinput-measure-touchpad-tap.py
|
+++ libinput-1.17.0/tools/libinput-measure-touchpad-size.py
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/usr/bin/env python3
|
-#!/usr/bin/env python3
|
||||||
+#!/usr/bin/python3
|
+#!/usr/bin/python3
|
||||||
# vim: set expandtab shiftwidth=4:
|
# vim: set expandtab shiftwidth=4:
|
||||||
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
#
|
#
|
||||||
Index: libinput-1.12.0/tools/libinput-replay
|
Index: libinput-1.17.0/tools/libinput-measure-touchpad-tap.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libinput-1.12.0.orig/tools/libinput-replay
|
--- libinput-1.17.0.orig/tools/libinput-measure-touchpad-tap.py
|
||||||
+++ libinput-1.12.0/tools/libinput-replay
|
+++ libinput-1.17.0/tools/libinput-measure-touchpad-tap.py
|
||||||
|
@@ -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.17.0/tools/libinput-record-verify-yaml.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/libinput-record-verify-yaml.py
|
||||||
|
+++ libinput-1.17.0/tools/libinput-record-verify-yaml.py
|
||||||
|
@@ -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.17.0/tools/libinput-replay.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/libinput-replay.py
|
||||||
|
+++ libinput-1.17.0/tools/libinput-replay.py
|
||||||
|
@@ -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.17.0/tools/test_tool_option_parsing.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/test_tool_option_parsing.py
|
||||||
|
+++ libinput-1.17.0/tools/test_tool_option_parsing.py
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/usr/bin/env python3
|
-#!/usr/bin/env python3
|
||||||
+#!/usr/bin/python3
|
+#!/usr/bin/python3
|
||||||
|
BIN
libinput-1.16.4.tar.xz
(Stored with Git LFS)
BIN
libinput-1.16.4.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libinput-1.17.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-1.17.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-1.17.0.tar.xz.sig
Normal file
BIN
libinput-1.17.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 23 09:44:29 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.17
|
||||||
|
* New (sub-)tool: `libinput analyze recording`
|
||||||
|
* Support for tap-and-drag with two and three fingers
|
||||||
|
* Wacom's AES tablets no longer have smoothing enabled
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 14 08:29:45 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Jan 14 08:29:45 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,16 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%global flavor @BUILD_FLAVOR@%nil
|
%global flavor @BUILD_FLAVOR@%nil
|
||||||
|
|
||||||
%if "%flavor" == ""
|
%if "%flavor" == ""
|
||||||
Name: libinput
|
|
||||||
%bcond_without completion
|
%bcond_without completion
|
||||||
%bcond_with documentation
|
%bcond_with documentation
|
||||||
%bcond_with debug_gui
|
%bcond_with debug_gui
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%flavor" == "extra"
|
%if "%flavor" == "extra"
|
||||||
Name: libinput-extra
|
%define xsuffix -extra
|
||||||
%bcond_with completion
|
%bcond_with completion
|
||||||
# no python3-recommonmark
|
# no python3-recommonmark
|
||||||
%bcond_with documentation
|
%bcond_with documentation
|
||||||
@ -38,7 +36,8 @@ Name: libinput-extra
|
|||||||
|
|
||||||
%define lname libinput10
|
%define lname libinput10
|
||||||
%define pname libinput
|
%define pname libinput
|
||||||
Version: 1.16.4
|
Name: libinput%{?xsuffix}
|
||||||
|
Version: 1.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Input device and event processing library
|
Summary: Input device and event processing library
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user