forked from pool/libinput
Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
89f79b2d69 | |||
8e6921ec90 | |||
d98c02d156 | |||
2c8ae2f6ff | |||
a94794985f | |||
d6a8f82055 | |||
c64a9ce34b | |||
74279972fd | |||
f353a5bf6d |
BIN
libinput-1.26.0.tar.gz
(Stored with Git LFS)
BIN
libinput-1.26.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
libinput-1.29.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
libinput-1.29.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,85 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu Jun 6 07:04:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libinput
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -37,13 +37,12 @@
|
|||||||
%define lname libinput10
|
%define lname libinput10
|
||||||
%define pname libinput
|
%define pname libinput
|
||||||
Name: libinput%{?xsuffix}
|
Name: libinput%{?xsuffix}
|
||||||
Version: 1.26.0
|
Version: 1.29.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Input device and event processing library
|
Summary: Input device and event processing library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://www.freedesktop.org/wiki/Software/libinput/
|
URL: https://www.freedesktop.org/wiki/Software/libinput/
|
||||||
|
|
||||||
#Git-Web: https://gitlab.freedesktop.org/libinput/libinput/
|
#Git-Web: https://gitlab.freedesktop.org/libinput/libinput/
|
||||||
#DL-URL: https://gitlab.freedesktop.org/libinput/libinput/-/releases
|
#DL-URL: https://gitlab.freedesktop.org/libinput/libinput/-/releases
|
||||||
Source: https://gitlab.freedesktop.org/libinput/libinput/-/archive/%version/libinput-%version.tar.gz
|
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(libudev)
|
||||||
BuildRequires: pkgconfig(libwacom) >= 0.20
|
BuildRequires: pkgconfig(libwacom) >= 0.20
|
||||||
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
||||||
|
BuildRequires: systemd-rpm-macros
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libinput is a library that handles input devices for display servers and
|
libinput is a library that handles input devices for display servers and
|
||||||
@@ -169,8 +169,8 @@ done
|
|||||||
|
|
||||||
%ldconfig_scriptlets -n %lname
|
%ldconfig_scriptlets -n %lname
|
||||||
|
|
||||||
%post udev
|
%posttrans udev
|
||||||
[ -x /usr/bin/udevadm ] && /usr/bin/udevadm hwdb --update || :
|
%udev_hwdb_update
|
||||||
|
|
||||||
%if "%flavor" == ""
|
%if "%flavor" == ""
|
||||||
%files udev
|
%files udev
|
||||||
|
Reference in New Issue
Block a user