Hello community,

here is the log from the commit of package libinput for openSUSE:Factory 
checked in at 2017-12-13 11:55:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libinput (Old)
 and      /work/SRC/openSUSE:Factory/.libinput.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libinput"

Wed Dec 13 11:55:35 2017 rev:54 rq:555773 version:1.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libinput/libinput.changes        2017-11-30 
12:33:11.220543777 +0100
+++ /work/SRC/openSUSE:Factory/.libinput.new/libinput.changes   2017-12-13 
11:55:37.292634670 +0100
@@ -1,0 +2,8 @@
+Tue Nov 28 09:51:32 UTC 2017 - [email protected]
+
+- Update to new upstream release 1.9.3
+  * New button debouncing code that makes the stuck buttons a
+    thing of the past.
+- Add kill-env.diff
+
+-------------------------------------------------------------------

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

New:
----
  kill-env.diff
  libinput-1.9.3.tar.xz
  libinput-1.9.3.tar.xz.sig

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

Other differences:
------------------
++++++ libinput.spec ++++++
--- /var/tmp/diff_new_pack.ioDhDZ/_old  2017-12-13 11:55:37.872606672 +0100
+++ /var/tmp/diff_new_pack.ioDhDZ/_new  2017-12-13 11:55:37.876606479 +0100
@@ -18,7 +18,7 @@
 
 Name:           libinput
 %define lname  libinput10
-Version:        1.9.2
+Version:        1.9.3
 Release:        0
 Summary:        Input device and event processing library
 License:        MIT
@@ -33,6 +33,7 @@
 Source3:        baselibs.conf
 Source4:        %name.keyring
 Source5:        libinput-rpmlintrc
+Patch1:         kill-env.diff
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -97,7 +98,7 @@
 to develop applications that require libinput.
 
 %prep
-%autosetup
+%autosetup -p1
 
 %build
 %meson \

++++++ kill-env.diff ++++++
From: Jan Engelhardt <[email protected]>
Date: 2017-11-28 11:01:12.978019538 +0100

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-trackpoint-range  |    2 +-
 udev/parse_hwdb.py                       |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Index: libinput-1.9.3/tools/libinput-measure-touch-size
===================================================================
--- libinput-1.9.3.orig/tools/libinput-measure-touch-size
+++ libinput-1.9.3/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
===================================================================
--- libinput-1.9.3.orig/tools/libinput-measure-touchpad-pressure
+++ libinput-1.9.3/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
===================================================================
--- libinput-1.9.3.orig/tools/libinput-measure-trackpoint-range
+++ libinput-1.9.3/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.9.3/udev/parse_hwdb.py
===================================================================
--- libinput-1.9.3.orig/udev/parse_hwdb.py
+++ libinput-1.9.3/udev/parse_hwdb.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 -*- */
 #
++++++ libinput-1.9.2.tar.xz -> libinput-1.9.3.tar.xz ++++++
++++ 4173 lines of diff (skipped)


Reply via email to