From f599606262d79e4e12d504502d3e71abff9445144213b96c3d631d3761d632ab Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 6 Jan 2025 11:52:32 +0000 Subject: [PATCH] [info=c64a9ce34b54113bfb3638680858d1a8148b1648427700ec2fd145fd68d5d894] OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=290 --- _scmsync.obsinfo | 4 ++-- build.specials.obscpio | 2 +- libinput-1.27.0.tar.gz | 3 --- libinput-1.27.1.tar.gz | 3 +++ libinput.changes | 9 +++++++++ libinput.spec | 5 ++--- 6 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 libinput-1.27.0.tar.gz create mode 100644 libinput-1.27.1.tar.gz diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 395b85b..cad4dbe 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1732013969 -commit: 74279972fd40e07a6be6e7b16ff6550c827956f70b9b482fbbc11f35f0543d62 +mtime: 1736164337 +commit: c64a9ce34b54113bfb3638680858d1a8148b1648427700ec2fd145fd68d5d894 url: https://src.opensuse.org/jengelh/libinput revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index 1c726ea..bdfde13 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6ef8ef0b1761a0f368c79e5f2fac27ae5c5fb972001d1b779dbcca24a498e93 +oid sha256:a2ac260b72aec44218eb076b39a02a814d322cd0cba4c7c89d0e0c60258e04bb size 256 diff --git a/libinput-1.27.0.tar.gz b/libinput-1.27.0.tar.gz deleted file mode 100644 index 7b155ba..0000000 --- a/libinput-1.27.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b11b900bf88ef68fe688c107226bb453ef26faf461ae2dcf9690b00009d660a6 -size 1056295 diff --git a/libinput-1.27.1.tar.gz b/libinput-1.27.1.tar.gz new file mode 100644 index 0000000..573308a --- /dev/null +++ b/libinput-1.27.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d623dd8230db337a6457645ebca96b9d4788a56385463bb14b8174910dfe23 +size 1057073 diff --git a/libinput.changes b/libinput.changes index ed7929b..066adf7 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 6 11:50:58 UTC 2025 - Jan Engelhardt + +- 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 diff --git a/libinput.spec b/libinput.spec index 8bda47a..fe89c80 100644 --- a/libinput.spec +++ b/libinput.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -37,13 +37,12 @@ %define lname libinput10 %define pname libinput Name: libinput%{?xsuffix} -Version: 1.27.0 +Version: 1.27.1 Release: 0 Summary: Input device and event processing library License: MIT Group: Development/Libraries/C and C++ URL: https://www.freedesktop.org/wiki/Software/libinput/ - #Git-Web: https://gitlab.freedesktop.org/libinput/libinput/ #DL-URL: https://gitlab.freedesktop.org/libinput/libinput/-/releases Source: https://gitlab.freedesktop.org/libinput/libinput/-/archive/%version/libinput-%version.tar.gz