From 66923c5aa837b64506d919e884d21304cf140711abc6860575f4f8fba90ccc66 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 24 Jun 2016 07:43:09 +0000 Subject: [PATCH] libinput-1.3.3 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=82 --- libinput-1.3.2.tar.xz | 3 --- libinput-1.3.2.tar.xz.sig | Bin 72 -> 0 bytes libinput-1.3.3.tar.xz | 3 +++ libinput-1.3.3.tar.xz.sig | Bin 0 -> 72 bytes libinput.changes | 13 +++++++++++++ libinput.spec | 4 ++-- 6 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 libinput-1.3.2.tar.xz delete mode 100644 libinput-1.3.2.tar.xz.sig create mode 100644 libinput-1.3.3.tar.xz create mode 100644 libinput-1.3.3.tar.xz.sig diff --git a/libinput-1.3.2.tar.xz b/libinput-1.3.2.tar.xz deleted file mode 100644 index 0ade1ee..0000000 --- a/libinput-1.3.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0701230781b59c0f1510ae86da15a7b15655e723ace366ad479ccb09fe92a183 -size 884692 diff --git a/libinput-1.3.2.tar.xz.sig b/libinput-1.3.2.tar.xz.sig deleted file mode 100644 index cbf53731d1517703fbe3948b8ae0333d6e2680d5e016890a4f55ac26e463c221..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#{->>;MW05aK(2aI|OezXP-YnE~rSyWK+BM{hjPp`cqa+7IIJ%* eNCV#DCIFcMd8SELwXZ~m5W)M^Mu(|&hYi`gARXEO literal 0 HcmV?d00001 diff --git a/libinput.changes b/libinput.changes index d8e6b2d..37de329 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jun 24 07:32:24 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 1.3.3 +* libinput 1.2 dropped using a hysteresis for touchpad devices + because modern touchpads are more precise than older touchpads. + Since it was found that even those newer touchpads are prone to + a wobbling cursor when a finger is held still on the touchpad, + more touchpads were marked over time with the wobbly tag, + defeating the whole idea. The default hysteresis is now + restored for all touchpads. +* Tablet pad capabilities are now listed in libinput-list-devices. + ------------------------------------------------------------------- Thu Jun 16 06:44:52 UTC 2016 - jengelh@inai.de diff --git a/libinput.spec b/libinput.spec index fb11c04..cd663da 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,7 +18,7 @@ Name: libinput %define lname libinput10 -Version: 1.3.2 +Version: 1.3.3 Release: 0 Summary: Input device and event processing library License: MIT @@ -101,7 +101,7 @@ to develop applications that require libinput. %build if [ ! -e configure ]; then - autoreconf -fi; + autoreconf -fi fi; %configure --disable-static --includedir="%_includedir/%name" \ --with-udev-dir="%_libexecdir/udev"