Sync from SUSE:SLFO:Main libinput revision a55cfa878e42ea881ecd68090a83b418
This commit is contained in:
parent
95b72f02e4
commit
58a3bec6c6
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
mtime: 1724053860
|
||||
commit: f353a5bf6d120393ffc3474fd4f6e74cc03902301bd8332a5beea121f2caa611
|
||||
url: https://src.opensuse.org/jengelh/libinput
|
||||
revision: master
|
BIN
build.specials.obscpio
(Stored with Git LFS)
Normal file
BIN
build.specials.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-1.23.0.tar.gz
(Stored with Git LFS)
BIN
libinput-1.23.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
libinput-1.26.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
libinput-1.26.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,59 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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 <jengelh@inai.de>
|
||||
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <jengelh@inai.de>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user