Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libinput for openSUSE:Factory 
checked in at 2021-03-02 14:42:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libinput (Old)
 and      /work/SRC/openSUSE:Factory/.libinput.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libinput"

Tue Mar  2 14:42:34 2021 rev:97 rq:874555 version:1.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libinput/libinput.changes        2021-01-18 
11:30:39.504424276 +0100
+++ /work/SRC/openSUSE:Factory/.libinput.new.2378/libinput.changes      
2021-03-02 15:19:06.521696367 +0100
@@ -1,0 +2,8 @@
+Tue Feb 23 09:44:29 UTC 2021 - Jan Engelhardt <jeng...@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
+
+-------------------------------------------------------------------

Old:
----
  libinput-1.16.4.tar.xz
  libinput-1.16.4.tar.xz.sig

New:
----
  libinput-1.17.0.tar.xz
  libinput-1.17.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libinput.spec ++++++
--- /var/tmp/diff_new_pack.UAItm9/_old  2021-03-02 15:19:07.145696774 +0100
+++ /var/tmp/diff_new_pack.UAItm9/_new  2021-03-02 15:19:07.149696776 +0100
@@ -17,16 +17,14 @@
 
 
 %global flavor @BUILD_FLAVOR@%nil
-
 %if "%flavor" == ""
-Name:           libinput
 %bcond_without  completion
 %bcond_with     documentation
 %bcond_with     debug_gui
 %endif
 
 %if "%flavor" == "extra"
-Name:           libinput-extra
+%define xsuffix -extra
 %bcond_with     completion
 # no python3-recommonmark
 %bcond_with     documentation
@@ -38,7 +36,8 @@
 
 %define lname  libinput10
 %define pname  libinput
-Version:        1.16.4
+Name:           libinput%{?xsuffix}
+Version:        1.17.0
 Release:        0
 Summary:        Input device and event processing library
 License:        MIT

++++++ kill-env.diff ++++++
--- /var/tmp/diff_new_pack.UAItm9/_old  2021-03-02 15:19:07.189696803 +0100
+++ /var/tmp/diff_new_pack.UAItm9/_new  2021-03-02 15:19:07.189696803 +0100
@@ -3,57 +3,123 @@
 
 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-touch-size.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-replay                       |    2 +-
- 5 files changed, 5 insertions(+), 5 deletions(-)
+ tools/libinput-record-verify-yaml.py        |    2 +-
+ 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.12.0/tools/libinput-measure-fuzz.py
+--- libinput-1.17.0.orig/tools/libinput-analyze-per-slot-delta.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 @@
+-#!/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-measure-touch-size.py
+===================================================================
+--- libinput-1.17.0.orig/tools/libinput-measure-touch-size.py
++++ libinput-1.17.0/tools/libinput-measure-touch-size.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-measure-touchpad-pressure.py
+===================================================================
+--- libinput-1.17.0.orig/tools/libinput-measure-touchpad-pressure.py
++++ libinput-1.17.0/tools/libinput-measure-touchpad-pressure.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-measure-touchpad-size.py
+===================================================================
+--- libinput-1.17.0.orig/tools/libinput-measure-touchpad-size.py
++++ libinput-1.17.0/tools/libinput-measure-touchpad-size.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.12.0/tools/libinput-measure-touch-size.py
+Index: libinput-1.17.0/tools/libinput-measure-touchpad-tap.py
 ===================================================================
---- libinput-1.12.0.orig/tools/libinput-measure-touch-size.py
-+++ libinput-1.12.0/tools/libinput-measure-touch-size.py
+--- libinput-1.17.0.orig/tools/libinput-measure-touchpad-tap.py
++++ 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.12.0/tools/libinput-measure-touchpad-pressure.py
+Index: libinput-1.17.0/tools/libinput-record-verify-yaml.py
 ===================================================================
---- libinput-1.12.0.orig/tools/libinput-measure-touchpad-pressure.py
-+++ libinput-1.12.0/tools/libinput-measure-touchpad-pressure.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.12.0/tools/libinput-measure-touchpad-tap.py
+Index: libinput-1.17.0/tools/libinput-replay.py
 ===================================================================
---- libinput-1.12.0.orig/tools/libinput-measure-touchpad-tap.py
-+++ libinput-1.12.0/tools/libinput-measure-touchpad-tap.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.12.0/tools/libinput-replay
+Index: libinput-1.17.0/tools/test_tool_option_parsing.py
 ===================================================================
---- libinput-1.12.0.orig/tools/libinput-replay
-+++ libinput-1.12.0/tools/libinput-replay
+--- 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 @@
 -#!/usr/bin/env python3
 +#!/usr/bin/python3

++++++ libinput-1.16.4.tar.xz -> libinput-1.17.0.tar.xz ++++++
++++ 17462 lines of diff (skipped)

Reply via email to