Compare commits

..

6 Commits

Author SHA256 Message Date
2c8ae2f6ff Wrap changelog to 68 cols 2025-03-26 11:15:24 +01:00
a94794985f libinput 1.28 2025-03-26 05:05:15 +01:00
d6a8f82055 Switch to %udev_hwdb_update 2025-02-28 16:57:20 +01:00
c64a9ce34b libinput 1.27.1 2025-01-06 12:52:17 +01:00
74279972fd libinput 1.27 2024-11-19 11:59:29 +01:00
f353a5bf6d libinput 1.16.2 2024-08-19 09:51:00 +02:00
6 changed files with 26 additions and 13 deletions

View File

@ -1,4 +0,0 @@
mtime: 1736164337
commit: c64a9ce34b54113bfb3638680858d1a8148b1648427700ec2fd145fd68d5d894
url: https://src.opensuse.org/jengelh/libinput
revision: master

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2ac260b72aec44218eb076b39a02a814d322cd0cba4c7c89d0e0c60258e04bb
size 256

BIN
libinput-1.27.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
libinput-1.28.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
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>

View File

@ -37,7 +37,7 @@
%define lname libinput10
%define pname libinput
Name: libinput%{?xsuffix}
Version: 1.27.1
Version: 1.28.0
Release: 0
Summary: Input device and event processing library
License: MIT
@ -70,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
@ -168,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