SHA256
1
0
forked from pool/libinput

- Update to new upstream release 1.9.3

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=141
This commit is contained in:
Jan Engelhardt 2017-11-28 10:03:31 +00:00 committed by Git OBS Bridge
parent 9b49e046e8
commit df2c0b0589
7 changed files with 66 additions and 5 deletions

51
kill-env.diff Normal file
View File

@ -0,0 +1,51 @@
From: Jan Engelhardt <jengelh@inai.de>
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 -*- */
#

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 28 09:51:32 UTC 2017 - jengelh@inai.de
- 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
-------------------------------------------------------------------
Wed Nov 15 10:22:51 UTC 2017 - jengelh@inai.de

View File

@ -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 @@ Source2: http://freedesktop.org/software/libinput/%name-%version.tar.xz.s
Source3: baselibs.conf
Source4: %name.keyring
Source5: libinput-rpmlintrc
Patch1: kill-env.diff
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: gcc-c++
@ -97,7 +98,8 @@ This package contains all necessary include files and libraries needed
to develop applications that require libinput.
%prep
%autosetup
%setup -q
%patch -P 1 -p1
%build
%meson \