From e8ac4c1f39dec8361a85f7c941c08ca434ca64701e999fc48e7cec0c8e1598fc Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 22 Oct 2021 10:19:58 +0000 Subject: [PATCH] Accepting request 926916 from home:polslinux:branches:X11:Wayland - Update to release 1.19.2: * quirks: add quirk for GPD Win Max * evdev: disable button scroll timeout for extra mouse buttons * evdev: avoid usage of bogus BTN_FORWARD name * gestures: avoid processing the last hold and motion event twice * quirks: Add quirk for StarLabs clickpads with two phyisical buttons * quirks: Update dmi for StarBook Mk V * quirks: relax DMI modalias match for Purism Librem 14v1 OBS-URL: https://build.opensuse.org/request/show/926916 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=260 --- libinput-1.19.1.tar.xz | 3 --- libinput-1.19.1.tar.xz.sig | Bin 95 -> 0 bytes libinput-1.19.2.tar.xz | 3 +++ libinput-1.19.2.tar.xz.sig | Bin 0 -> 95 bytes libinput.changes | 14 ++++++++++++++ libinput.spec | 4 ++-- 6 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 libinput-1.19.1.tar.xz delete mode 100644 libinput-1.19.1.tar.xz.sig create mode 100644 libinput-1.19.2.tar.xz create mode 100644 libinput-1.19.2.tar.xz.sig diff --git a/libinput-1.19.1.tar.xz b/libinput-1.19.1.tar.xz deleted file mode 100644 index 477d7af..0000000 --- a/libinput-1.19.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bdcf5b1783b737854b7af1ca22df67bc36a6fe7c9cfa71f01e9149f9220446d -size 654600 diff --git a/libinput-1.19.1.tar.xz.sig b/libinput-1.19.1.tar.xz.sig deleted file mode 100644 index 5b93add918bb574419645c707f25dc89d454cdb8bb0bdba75ae3f2b5cd2ded4c..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95 zcmeB(WnmCxVvrS6WUx`Hj~ANI2{B?gsNGjMSVz(i^x`Hj~ANI2{B^JE7&%nhg027%}$gp6R viP2M5_U!-e_uIWRQ%){dYPS2tuwe22Nb75zC3&6|ucsz&HF{zDDe^i1; + +- Update to release 1.19.2: + * quirks: add quirk for GPD Win Max + * evdev: disable button scroll timeout for extra mouse buttons + * evdev: avoid usage of bogus BTN_FORWARD name + * gestures: avoid processing the last hold and + motion event twice + * quirks: Add quirk for StarLabs clickpads with two + phyisical buttons + * quirks: Update dmi for StarBook Mk V + * quirks: relax DMI modalias match for Purism Librem 14v1 + ------------------------------------------------------------------- Tue Sep 28 08:28:21 UTC 2021 - Jan Engelhardt diff --git a/libinput.spec b/libinput.spec index 551d999..613dbe0 100644 --- a/libinput.spec +++ b/libinput.spec @@ -37,7 +37,7 @@ %define lname libinput10 %define pname libinput Name: libinput%{?xsuffix} -Version: 1.19.1 +Version: 1.19.2 Release: 0 Summary: Input device and event processing library License: MIT @@ -60,7 +60,7 @@ BuildRequires: graphviz >= 2.26 BuildRequires: python3-Sphinx BuildRequires: python3-recommonmark %endif -BuildRequires: meson >= 0.41.0 +BuildRequires: meson >= 0.49.0 BuildRequires: pkg-config %if %{with debug_gui} BuildRequires: pkgconfig(cairo)