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:
parent
9b49e046e8
commit
df2c0b0589
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
|
Wed Nov 15 10:22:51 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libinput
|
Name: libinput
|
||||||
%define lname libinput10
|
%define lname libinput10
|
||||||
Version: 1.9.2
|
Version: 1.9.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Input device and event processing library
|
Summary: Input device and event processing library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -33,6 +33,7 @@ Source2: http://freedesktop.org/software/libinput/%name-%version.tar.xz.s
|
|||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Source4: %name.keyring
|
Source4: %name.keyring
|
||||||
Source5: libinput-rpmlintrc
|
Source5: libinput-rpmlintrc
|
||||||
|
Patch1: kill-env.diff
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -97,7 +98,8 @@ This package contains all necessary include files and libraries needed
|
|||||||
to develop applications that require libinput.
|
to develop applications that require libinput.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%setup -q
|
||||||
|
%patch -P 1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
|
Loading…
Reference in New Issue
Block a user