diff --git a/libinput-1.18.1.tar.xz b/libinput-1.18.1.tar.xz deleted file mode 100644 index 1cbe263..0000000 --- a/libinput-1.18.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ca14021fbc2523bc0610582c51f368321592040b6ca63becc2fa1ea11f1a7cb -size 618524 diff --git a/libinput-1.18.1.tar.xz.sig b/libinput-1.18.1.tar.xz.sig deleted file mode 100644 index 79ac2cd..0000000 Binary files a/libinput-1.18.1.tar.xz.sig and /dev/null differ diff --git a/libinput-1.19.0.tar.xz b/libinput-1.19.0.tar.xz new file mode 100644 index 0000000..bfdb3fd --- /dev/null +++ b/libinput-1.19.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3a2f12b4a65cd82684121ae4b33cdc3ad541c761a55e8eb73a8e5e443cccbb +size 654308 diff --git a/libinput-1.19.0.tar.xz.sig b/libinput-1.19.0.tar.xz.sig new file mode 100644 index 0000000..9d3a992 Binary files /dev/null and b/libinput-1.19.0.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index 289321c..584d225 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Sep 14 11:57:29 UTC 2021 - Jan Engelhardt + +- Update to release 1.19 + * Hold gestures are a new type of gestures that are triggered + by holding one or more fingers on a touchpad without + significant movement. They add to the existing pinch and + swipe gestures and allow for the implementation of + hold-to-click. + * High-resolution wheel scrolling has been long in the making + and the solution ends up replacing the existing pointer axis + API. Three new events are available: + LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, + LIBINPUT_EVENT_POINTER_SCROLL_FINGER, and + LIBINPUT_EVENT_POINTER_SCROLL_CONTINUOUS. These events + replace the existing LIBINPUT_EVENT_POINTER_AXIS events, i.e. + if you are processing the new events simply discard the old + events. + ------------------------------------------------------------------- Tue Aug 3 00:05:19 UTC 2021 - Jan Engelhardt diff --git a/libinput.spec b/libinput.spec index dd32a07..d88e9ed 100644 --- a/libinput.spec +++ b/libinput.spec @@ -37,7 +37,7 @@ %define lname libinput10 %define pname libinput Name: libinput%{?xsuffix} -Version: 1.18.1 +Version: 1.19.0 Release: 0 Summary: Input device and event processing library License: MIT