Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 27d121ec3f | |||
| dd742e196b | |||
| 97c105365a | |||
| 89f79b2d69 | |||
| 8e6921ec90 | |||
| d98c02d156 | |||
| 2c8ae2f6ff | |||
| a94794985f | |||
| d6a8f82055 | |||
| c64a9ce34b | |||
| 74279972fd | |||
| f353a5bf6d |
112
kill-env.diff
112
kill-env.diff
@@ -3,9 +3,12 @@ Date: 2017-11-28 11:01:12.978019538 +0100
|
||||
|
||||
Kill /usr/bin/env. We can't have random python interpreters be executed.
|
||||
---
|
||||
test/test_quirks_files.py | 2 +-
|
||||
tools/libinput-analyze-buttons.py | 2 +-
|
||||
tools/libinput-analyze-per-slot-delta.py | 2 +-
|
||||
tools/libinput-analyze-recording.py | 2 +-
|
||||
tools/libinput-analyze-touch-down-state.py | 2 +-
|
||||
tools/libinput-list-kernel-devices.py | 2 +-
|
||||
tools/libinput-measure-fuzz.py | 2 +-
|
||||
tools/libinput-measure-touch-size.py | 2 +-
|
||||
tools/libinput-measure-touchpad-pressure.py | 2 +-
|
||||
@@ -13,113 +16,154 @@ Kill /usr/bin/env. We can't have random python interpreters be executed.
|
||||
tools/libinput-measure-touchpad-tap.py | 2 +-
|
||||
tools/libinput-record-verify-yaml.py | 2 +-
|
||||
tools/libinput-replay.py | 2 +-
|
||||
tools/razer-quirks-lister.py | 2 +-
|
||||
tools/test_tool_option_parsing.py | 2 +-
|
||||
11 files changed, 11 insertions(+), 11 deletions(-)
|
||||
15 files changed, 15 insertions(+), 15 deletions(-)
|
||||
|
||||
Index: libinput-1.17.0/tools/libinput-analyze-per-slot-delta.py
|
||||
Index: libinput-1.30.0/test/test_quirks_files.py
|
||||
===================================================================
|
||||
--- libinput-1.17.0.orig/tools/libinput-analyze-per-slot-delta.py
|
||||
+++ libinput-1.17.0/tools/libinput-analyze-per-slot-delta.py
|
||||
--- libinput-1.30.0.orig/test/test_quirks_files.py
|
||||
+++ libinput-1.30.0/test/test_quirks_files.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
#
|
||||
# This file is formatted with Python Black
|
||||
#
|
||||
Index: libinput-1.30.0/tools/libinput-analyze-buttons.py
|
||||
===================================================================
|
||||
--- libinput-1.30.0.orig/tools/libinput-analyze-buttons.py
|
||||
+++ libinput-1.30.0/tools/libinput-analyze-buttons.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
|
||||
Index: libinput-1.30.0/tools/libinput-analyze-per-slot-delta.py
|
||||
===================================================================
|
||||
--- libinput-1.17.0.orig/tools/libinput-analyze-recording.py
|
||||
+++ libinput-1.17.0/tools/libinput-analyze-recording.py
|
||||
--- libinput-1.30.0.orig/tools/libinput-analyze-per-slot-delta.py
|
||||
+++ libinput-1.30.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-touch-down-state.py
|
||||
Index: libinput-1.30.0/tools/libinput-analyze-recording.py
|
||||
===================================================================
|
||||
--- libinput-1.17.0.orig/tools/libinput-analyze-touch-down-state.py
|
||||
+++ libinput-1.17.0/tools/libinput-analyze-touch-down-state.py
|
||||
--- libinput-1.30.0.orig/tools/libinput-analyze-recording.py
|
||||
+++ libinput-1.30.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-measure-fuzz.py
|
||||
Index: libinput-1.30.0/tools/libinput-analyze-touch-down-state.py
|
||||
===================================================================
|
||||
--- libinput-1.17.0.orig/tools/libinput-measure-fuzz.py
|
||||
+++ libinput-1.17.0/tools/libinput-measure-fuzz.py
|
||||
--- libinput-1.30.0.orig/tools/libinput-analyze-touch-down-state.py
|
||||
+++ libinput-1.30.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.30.0/tools/libinput-list-kernel-devices.py
|
||||
===================================================================
|
||||
--- libinput-1.30.0.orig/tools/libinput-list-kernel-devices.py
|
||||
+++ libinput-1.30.0/tools/libinput-list-kernel-devices.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
|
||||
Index: libinput-1.30.0/tools/libinput-measure-fuzz.py
|
||||
===================================================================
|
||||
--- libinput-1.17.0.orig/tools/libinput-measure-touch-size.py
|
||||
+++ libinput-1.17.0/tools/libinput-measure-touch-size.py
|
||||
--- libinput-1.30.0.orig/tools/libinput-measure-fuzz.py
|
||||
+++ libinput-1.30.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-touchpad-pressure.py
|
||||
Index: libinput-1.30.0/tools/libinput-measure-touch-size.py
|
||||
===================================================================
|
||||
--- libinput-1.17.0.orig/tools/libinput-measure-touchpad-pressure.py
|
||||
+++ libinput-1.17.0/tools/libinput-measure-touchpad-pressure.py
|
||||
--- libinput-1.30.0.orig/tools/libinput-measure-touch-size.py
|
||||
+++ libinput-1.30.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-size.py
|
||||
Index: libinput-1.30.0/tools/libinput-measure-touchpad-pressure.py
|
||||
===================================================================
|
||||
--- libinput-1.17.0.orig/tools/libinput-measure-touchpad-size.py
|
||||
+++ libinput-1.17.0/tools/libinput-measure-touchpad-size.py
|
||||
--- libinput-1.30.0.orig/tools/libinput-measure-touchpad-pressure.py
|
||||
+++ libinput-1.30.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-tap.py
|
||||
Index: libinput-1.30.0/tools/libinput-measure-touchpad-size.py
|
||||
===================================================================
|
||||
--- libinput-1.17.0.orig/tools/libinput-measure-touchpad-tap.py
|
||||
+++ libinput-1.17.0/tools/libinput-measure-touchpad-tap.py
|
||||
--- libinput-1.30.0.orig/tools/libinput-measure-touchpad-size.py
|
||||
+++ libinput-1.30.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.17.0/tools/libinput-record-verify-yaml.py
|
||||
Index: libinput-1.30.0/tools/libinput-measure-touchpad-tap.py
|
||||
===================================================================
|
||||
--- libinput-1.17.0.orig/tools/libinput-record-verify-yaml.py
|
||||
+++ libinput-1.17.0/tools/libinput-record-verify-yaml.py
|
||||
--- libinput-1.30.0.orig/tools/libinput-measure-touchpad-tap.py
|
||||
+++ libinput-1.30.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.17.0/tools/libinput-replay.py
|
||||
Index: libinput-1.30.0/tools/libinput-record-verify-yaml.py
|
||||
===================================================================
|
||||
--- libinput-1.17.0.orig/tools/libinput-replay.py
|
||||
+++ libinput-1.17.0/tools/libinput-replay.py
|
||||
--- libinput-1.30.0.orig/tools/libinput-record-verify-yaml.py
|
||||
+++ libinput-1.30.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.17.0/tools/test_tool_option_parsing.py
|
||||
Index: libinput-1.30.0/tools/libinput-replay.py
|
||||
===================================================================
|
||||
--- libinput-1.17.0.orig/tools/test_tool_option_parsing.py
|
||||
+++ libinput-1.17.0/tools/test_tool_option_parsing.py
|
||||
--- libinput-1.30.0.orig/tools/libinput-replay.py
|
||||
+++ libinput-1.30.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.30.0/tools/razer-quirks-lister.py
|
||||
===================================================================
|
||||
--- libinput-1.30.0.orig/tools/razer-quirks-lister.py
|
||||
+++ libinput-1.30.0/tools/razer-quirks-lister.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
Index: libinput-1.30.0/tools/test_tool_option_parsing.py
|
||||
===================================================================
|
||||
--- libinput-1.30.0.orig/tools/test_tool_option_parsing.py
|
||||
+++ libinput-1.30.0/tools/test_tool_option_parsing.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
|
||||
BIN
libinput-1.26.0.tar.gz
LFS
BIN
libinput-1.26.0.tar.gz
LFS
Binary file not shown.
BIN
libinput-1.30.1.tar.gz
LFS
Normal file
BIN
libinput-1.30.1.tar.gz
LFS
Normal file
Binary file not shown.
115
libinput.changes
115
libinput.changes
@@ -1,3 +1,118 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 8 10:09:17 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.30.1
|
||||
* Fixed a regression in the tablet handling code for some tablets
|
||||
that send input events while being logically out of proximity.
|
||||
* Support for the INPUT_PROP_PRESSUREPAD property available in
|
||||
Linux kernel 6.18.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 25 05:33:46 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.30
|
||||
* touchpad: allow disabling the touchpad jumping cursor
|
||||
detection, touchpad hysteresis, and palm dectection as a whole.
|
||||
* Add quirks for Microsoft Surface Keyboard BTN_0, TongFang GX4
|
||||
(X4SP4NAL) touchpad, the RazerBlade162025 keyboard, HP OmniBook
|
||||
Ultra Flip Laptop 14-fh0xxx, GPD MicroPC 2 touchpad, ROG Flow
|
||||
Z13 2025 (GZ302EA) keyboard, Nulea M501 thumb trackball, Dell
|
||||
laptops, Google Chromebook Roric/Rull, MX Master 4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 21 08:48:42 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.29.2
|
||||
* A potential crasher caused by abort if the dial/ring/strip
|
||||
pad mode group was not found, was fixed.
|
||||
* A zero delta timestamp caused the custom pointer acceleration
|
||||
to jump to 0/0 when clicking a button.
|
||||
* A missing forced proximity out event could cause two tablet
|
||||
tools to be in proximity at the same time. This could cause GTK
|
||||
applications to crash.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 31 10:35:40 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.29
|
||||
* High-resolution scroll wheels have better heuristics to avoid
|
||||
inadvertent scrolls. This should also help with
|
||||
lesser-resolution scroll wheels which can skip those heuristics
|
||||
now, resulting in better responsiveness.
|
||||
* Virtual devices (e.g. uinput) are now detected in libinput and
|
||||
some internal heuristics are disabled for those (e.g. tablet
|
||||
smoothing).
|
||||
* Tablet tools with an fixed eraser button (almost all these
|
||||
days) can now configure that eraser button to be a regular
|
||||
button instead.
|
||||
* Jumping cursors on Asus "ASUE..." touchpads have lost their
|
||||
excitement and are no longer jumping.
|
||||
* libinput debug-tablet-pad is a new tool for interactive tablet
|
||||
pad debugging.
|
||||
- Delete pkgconf.patch (merged)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 29 13:39:19 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Add pkgconf.patch [boo#1242039]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:14:26 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.28.1
|
||||
* After unplugging and re-plugging a tablet device, proximity
|
||||
events toggled the tip on/off due to an uninitialized (== zero)
|
||||
pressure range. Repeatedly unplugging also eventually triggered
|
||||
an bug notification.
|
||||
* The `debug-events` diagnosis command failed to print pinch
|
||||
angle and rotation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 03:15:52 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.28
|
||||
* Support for three-finger drag for touchpads.
|
||||
* On tablets the pressure range is now correctly tracked per
|
||||
tablet.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 15:13:10 UTC 2025 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Use %udev_hwdb_update in %posttrans to update udev hwdb. On
|
||||
recent distros such as TW, this should not be necessary at all as
|
||||
the hwdb is automatically updated via the rpm file triggers
|
||||
mechanism. However, the explicit call to update the hwdb is kept
|
||||
in case the spec file is also used for older ditros. The call is
|
||||
also done from %posttrans where we know that udev is fully
|
||||
functional without the need of `Requires(post): udev`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 6 11:50:58 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.27.1
|
||||
* Fixed two regressions in the gesture state handling.
|
||||
* Removed an assert triggered by a finger count mismatch.
|
||||
* libinput replay has a slightly new output format and now
|
||||
supports Ctrl+C to stop the currently replaying event sequence.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 10:32:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.27
|
||||
* New "sticky" mode for drag-locking
|
||||
* For tablet pads we now support tablet pad mode groups for
|
||||
devices without status LEDs as well
|
||||
* If a tablet is unknown to libwacom we now assume that it is a
|
||||
built-in tablet. (similar to libwacom 2.11)
|
||||
* The available area on external tablets can be reduced via the
|
||||
new tablet "area" configuration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 07:40:24 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.26.2
|
||||
* Added quirks for the LG Gram 14 and the Minisvorum V3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 07:04:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libinput
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -37,13 +37,12 @@
|
||||
%define lname libinput10
|
||||
%define pname libinput
|
||||
Name: libinput%{?xsuffix}
|
||||
Version: 1.26.0
|
||||
Version: 1.30.1
|
||||
Release: 0
|
||||
Summary: Input device and event processing library
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://www.freedesktop.org/wiki/Software/libinput/
|
||||
|
||||
#Git-Web: https://gitlab.freedesktop.org/libinput/libinput/
|
||||
#DL-URL: https://gitlab.freedesktop.org/libinput/libinput/-/releases
|
||||
Source: https://gitlab.freedesktop.org/libinput/libinput/-/archive/%version/libinput-%version.tar.gz
|
||||
@@ -71,6 +70,7 @@ BuildRequires: pkgconfig(libevdev) >= 0.4
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(libwacom) >= 0.20
|
||||
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
||||
BuildRequires: systemd-rpm-macros
|
||||
|
||||
%description
|
||||
libinput is a library that handles input devices for display servers and
|
||||
@@ -144,7 +144,7 @@ to develop applications that require libinput.
|
||||
-Dtests=false \
|
||||
-Ddebug-gui=%{?with_debug_gui:true}%{!?with_debug_gui:false} \
|
||||
-Ddocumentation=%{?with_documentation:true}%{!?with_documentation:false} \
|
||||
%nil
|
||||
-Dlua-plugins=disabled
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@@ -169,8 +169,8 @@ done
|
||||
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%post udev
|
||||
[ -x /usr/bin/udevadm ] && /usr/bin/udevadm hwdb --update || :
|
||||
%posttrans udev
|
||||
%udev_hwdb_update
|
||||
|
||||
%if "%flavor" == ""
|
||||
%files udev
|
||||
|
||||
Reference in New Issue
Block a user