SHA256
1
0
forked from pool/libinput

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
This commit is contained in:
Jan Engelhardt 2021-10-22 10:19:58 +00:00 committed by Git OBS Bridge
parent 7d845a88bb
commit e8ac4c1f39
6 changed files with 19 additions and 5 deletions

BIN
libinput-1.19.1.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
libinput-1.19.2.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libinput-1.19.2.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Oct 22 09:49:40 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- 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 <jengelh@inai.de>

View File

@ -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)