From c5af1d0b76cb9ecfc659b3e60c760d8df8c230130414b3f0024d916ef5cb9abd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 2 Jun 2019 17:19:05 +0000 Subject: [PATCH] Accepting request 706416 from home:iznogood:branches:X11:Wayland - Update to version 1.13.2: * Apple Bluetooth touchpads are now recognized with the correct touch size, which should make finger detection more reliable. * External tablets with a touchpad component (e.g. Wacom Intuos Pro series) will now rotate the touchpad by 180 degrees when set to left-handed. Previously only the tablet pen rotated, leaving pen and touch with two different orientations. Note that users need to set both the tablet and the touchpad to left-handed to have this work correctly; a better fix is in the works but taking longer than anticipated. * The button scroll timeout reduction introduced in 1.13 is reverted again, it caused a few regressions. If you had issues with your middle button, that's likely going to fix it. OBS-URL: https://build.opensuse.org/request/show/706416 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=194 --- libinput-1.13.1.tar.xz | 3 --- libinput-1.13.1.tar.xz.sig | Bin 95 -> 0 bytes libinput-1.13.2.tar.xz | 3 +++ libinput-1.13.2.tar.xz.sig | Bin 0 -> 95 bytes libinput.changes | 17 +++++++++++++++++ libinput.spec | 2 +- 6 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 libinput-1.13.1.tar.xz delete mode 100644 libinput-1.13.1.tar.xz.sig create mode 100644 libinput-1.13.2.tar.xz create mode 100644 libinput-1.13.2.tar.xz.sig diff --git a/libinput-1.13.1.tar.xz b/libinput-1.13.1.tar.xz deleted file mode 100644 index a01c175..0000000 --- a/libinput-1.13.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1d487d478ee2bb118890a64211c2b7f2348aaed7363b214bed4d642274841ab -size 529516 diff --git a/libinput-1.13.1.tar.xz.sig b/libinput-1.13.1.tar.xz.sig deleted file mode 100644 index 3165f36bc31cacebebfaec91cd05eb0ff54ad1cfb0713561c86917f01013b8fa..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95 zcmeB(WnmCxVvrS6WUx`Hj~ANI2{#jO6dmw}5@048!`Im7(4 wn~J87CaLgh9cH|2buIe*%E@}O8Rl@L9x(I~=Kbz7f5j!kYa2cUAFi|l0O=YirvLx| diff --git a/libinput-1.13.2.tar.xz b/libinput-1.13.2.tar.xz new file mode 100644 index 0000000..05ae260 --- /dev/null +++ b/libinput-1.13.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9fa0698348dea46f75321d98788f8ac7181c069b70c4d10736910a12bb6a6d +size 529488 diff --git a/libinput-1.13.2.tar.xz.sig b/libinput-1.13.2.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..220cfda1b5a52840cdb550726bb8146bf61e87c23446630892be0f68271a9c24 GIT binary patch literal 95 zcmeB(WnmCxVvrS6WUx`Hj~ANI2{#aylnW#HlzfQj%gVOTKn vi-zX9FWE(N&p9!aJ>T)@=J6Aa471rUoV#kG$$CMrPT;q$YaGjSQyF6b?olV> literal 0 HcmV?d00001 diff --git a/libinput.changes b/libinput.changes index ba6cedb..f4ad670 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed May 29 19:53:12 UTC 2019 - Bjørn Lie + +- Update to version 1.13.2: + * Apple Bluetooth touchpads are now recognized with the correct + touch size, which should make finger detection more reliable. + * External tablets with a touchpad component (e.g. Wacom Intuos + Pro series) will now rotate the touchpad by 180 degrees when + set to left-handed. Previously only the tablet pen rotated, + leaving pen and touch with two different orientations. Note + that users need to set both the tablet and the touchpad to + left-handed to have this work correctly; a better fix is in the + works but taking longer than anticipated. + * The button scroll timeout reduction introduced in 1.13 is + reverted again, it caused a few regressions. If you had issues + with your middle button, that's likely going to fix it. + ------------------------------------------------------------------- Tue Apr 9 07:59:33 UTC 2019 - Jan Engelhardt diff --git a/libinput.spec b/libinput.spec index ab89051..716cb49 100644 --- a/libinput.spec +++ b/libinput.spec @@ -22,7 +22,7 @@ Name: libinput %define lname libinput10 -Version: 1.13.1 +Version: 1.13.2 Release: 0 Summary: Input device and event processing library License: MIT