forked from pool/libinput
Accepting request 555773 from X11:Wayland
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/555773 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=54
This commit is contained in:
commit
93cd9550c5
51
kill-env.diff
Normal file
51
kill-env.diff
Normal 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)
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
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
BIN
libinput-1.9.3.tar.xz.sig
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -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,7 @@ This package contains all necessary include files and libraries needed
|
||||
to develop applications that require libinput.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson \
|
||||
|
Loading…
Reference in New Issue
Block a user