From 4aff670d03483b5f485c16d3480f03e325d44b3f824aac21305284502b27bc05 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 25 Aug 2023 19:12:15 +0000 Subject: [PATCH] Accepting request 1105936 from home:iznogood:branches:X11:Wayland New upstream release OBS-URL: https://build.opensuse.org/request/show/1105936 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=279 --- libinput-1.23.0.tar.gz | 3 --- libinput-1.24.0.tar.gz | 3 +++ libinput.changes | 20 ++++++++++++++++++++ libinput.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 libinput-1.23.0.tar.gz create mode 100644 libinput-1.24.0.tar.gz 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.24.0.tar.gz b/libinput-1.24.0.tar.gz new file mode 100644 index 0000000..f9a36dd --- /dev/null +++ b/libinput-1.24.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7413c3733b8c39dc38b8687950e0e0d9d38a73394539f9efa2a7c84a412cb505 +size 1015264 diff --git a/libinput.changes b/libinput.changes index b5a96bc..e45a05b 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +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..7c6b6d0 100644 --- a/libinput.spec +++ b/libinput.spec @@ -37,7 +37,7 @@ %define lname libinput10 %define pname libinput Name: libinput%{?xsuffix} -Version: 1.23.0 +Version: 1.24.0 Release: 0 Summary: Input device and event processing library License: MIT