From 58a3bec6c615a5764d27bb8b62d950706f354007ec53ad8e38d2f92ff170bcf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 12 Nov 2024 12:15:04 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main libinput revision a55cfa878e42ea881ecd68090a83b418 --- _scmsync.obsinfo | 4 +++ build.specials.obscpio | 3 +++ libinput-1.23.0.tar.gz | 3 --- libinput-1.26.2.tar.gz | 3 +++ libinput.changes | 56 ++++++++++++++++++++++++++++++++++++++++++ libinput.spec | 9 ++++--- 6 files changed, 72 insertions(+), 6 deletions(-) create mode 100644 _scmsync.obsinfo create mode 100644 build.specials.obscpio delete mode 100644 libinput-1.23.0.tar.gz create mode 100644 libinput-1.26.2.tar.gz diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..6962166 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,4 @@ +mtime: 1724053860 +commit: f353a5bf6d120393ffc3474fd4f6e74cc03902301bd8332a5beea121f2caa611 +url: https://src.opensuse.org/jengelh/libinput +revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..5f47f92 --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b43def16e260ed28527bd67b601c9b1f9d778b4518cf6d2c72d2d5a840d67f5 +size 256 diff --git a/libinput-1.23.0.tar.gz b/libinput-1.23.0.tar.gz deleted file mode 100644 index ab1fcfb..0000000 --- a/libinput-1.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a7c90fbc59f1f65c781a51fa634e4f79e460bf6e16ad68afbe7965d25d09738 -size 1003796 diff --git a/libinput-1.26.2.tar.gz b/libinput-1.26.2.tar.gz new file mode 100644 index 0000000..532cdc6 --- /dev/null +++ b/libinput-1.26.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1c4150f217fea1db2d1fd88e2607b2f1928cfde65c34da65a9f24dcfd69464 +size 1032914 diff --git a/libinput.changes b/libinput.changes index b5a96bc..8924017 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,59 @@ +------------------------------------------------------------------- +Mon Aug 19 07:40:24 UTC 2024 - Jan Engelhardt + +- 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 + +- Update to release 1.26 + * Touchpads can now configure a clickfinger button map + * Tablet pads now have an API for relative dials. + * A new configuration option for tablet tools allow reducing + the available logical range. + * Tablet tools can now use BTN_STYLUS3 too and tablet pad strip + support should now work for non-Wacom devices, for systems + where the kernel driver implements it. + +------------------------------------------------------------------- +Tue Mar 26 10:25:10 UTC 2024 - pgajdos@suse.com + +- remove dependency on /usr/bin/python3 using + %python3_fix_shebang_path macro, [bsc#1212476] + +------------------------------------------------------------------- +Mon Jan 15 09:57:24 UTC 2024 - Jan Engelhardt + +- Update to release 1.25 + * Change how left-handed settings are handled for tablets: If + libwacom does not contain a definition for a tablet yet, + libinput defaults to enabling a left-handed setting. + * Quirks for laptops from Dell, Google, Graviton, HP, HUAWEI, + Lenovo and Razer, gadgets like the RollerMouse Pro3 and virtual + machines like GNOME Boxes, VirtualBox or Virtual Machine + Manager are included. + +------------------------------------------------------------------- +Fri Aug 25 16:22:44 UTC 2023 - Bjørn Lie + +- Update to release 1.24.0 + * On Apple touchpads, natural scrolling is now enabled by default + and palm detection is disabled - the touchpads are good enough + that they don't need our help. + * Built-in tablet devices now always have touch arbitration + enabled, so we no longer need to add a quirk for each of them. + And speaking of tablets: the pressure offset limit for worn-out + devices is now at 50% of the range. Modern pens have a precise + enough range that even worn out pen can still provide + satisfactory pressure sensitivity. This pressure offset is now + detected on worn-out pens that do not support distance. + * Finally, where a relative device's rotation is 180 degrees + (e.g. a trackball used upside-down) we now flip the scroll + wheel direction as well. + * The rest of the changes is the usual mix of janitorial patches + and device-specific quirks. + ------------------------------------------------------------------- Sat Mar 25 22:00:30 UTC 2023 - Jan Engelhardt diff --git a/libinput.spec b/libinput.spec index 659796c..12cba47 100644 --- a/libinput.spec +++ b/libinput.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package libinput # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,7 +37,7 @@ %define lname libinput10 %define pname libinput Name: libinput%{?xsuffix} -Version: 1.23.0 +Version: 1.26.2 Release: 0 Summary: Input device and event processing library License: MIT @@ -163,6 +163,9 @@ done %endif %fdupes %buildroot/%_prefix +%if %{suse_version} >= 1600 +%python3_fix_shebang_path %{buildroot}%{_libexecdir}/libinput/* +%endif %ldconfig_scriptlets -n %lname