From f69be29dcc31207f8079a3df5165e8dc47041d6a063d2ebbdeac2774c9bc38c3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 21 Apr 2016 08:07:23 +0000 Subject: [PATCH] - Update to new upstream release 1.2.902 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=75 --- libinput-1.2.4.tar.xz | 3 --- libinput-1.2.4.tar.xz.sig | Bin 72 -> 0 bytes libinput-1.2.902.tar.xz | 3 +++ libinput-1.2.902.tar.xz.sig | Bin 0 -> 72 bytes libinput.changes | 18 ++++++++++++++++++ libinput.spec | 5 ++--- 6 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 libinput-1.2.4.tar.xz delete mode 100644 libinput-1.2.4.tar.xz.sig create mode 100644 libinput-1.2.902.tar.xz create mode 100644 libinput-1.2.902.tar.xz.sig diff --git a/libinput-1.2.4.tar.xz b/libinput-1.2.4.tar.xz deleted file mode 100644 index 9e0b209..0000000 --- a/libinput-1.2.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aee3650ad2a864ab9a10e7e63df543cc2b475f6bf3974751037a2df325dabbb1 -size 857036 diff --git a/libinput-1.2.4.tar.xz.sig b/libinput-1.2.4.tar.xz.sig deleted file mode 100644 index 8b5b0581ad82f4075b36d479cc26990a1f46aa57231ad729d38f3c88985ccdcf..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#_AzeEN7Smh4nj e^hge@DgdCe%3*imRn$O{0$dvXV|VLT-e6hFbsqTu literal 0 HcmV?d00001 diff --git a/libinput.changes b/libinput.changes index 5568546..e0f0bd2 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Apr 21 07:57:12 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 1.2.902 +* Support for so-called tablet pads, i.e. the actual tablet part of + a graphics tablet. +* Addition of middle buttons for touchpads with a software button + area. Previously, a middle button could be triggered by pressing + with a finger in the left and right button area simultanously. + Too many touchpads are unable to reliably detect both fingers. + The middle button area is always available when software buttons + are enabled and encompasses the center 15–20mm on the touchpad. +* Touchscreens that have a fuzz value set on the kernel device are + now defuzzed in libinput, thus stopping pointer wobbles + previously seen when holding the finger still. Note that libinput + does not _set_ the fuzz value, it merely uses it. Employ a udev + rule or hwdb entry to set this on your device if needed. + ------------------------------------------------------------------- Tue Apr 19 07:57:48 UTC 2016 - jengelh@inai.de diff --git a/libinput.spec b/libinput.spec index b4415d9..15f6ed5 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,7 +18,7 @@ Name: libinput %define lname libinput10 -Version: 1.2.4 +Version: 1.2.902 Release: 0 Summary: Input device and event processing library License: MIT @@ -56,7 +56,6 @@ other applications that need to directly deal with input devices. Summary: Input device and event processing library integration into udev Group: System/Base -# These programs may be absorbed into udev main at a future time %description udev The libinput udev helper rule will set the LIBINPUT_DEVICE_GROUP variable for event devices. Device groups are a labelling system to @@ -118,7 +117,7 @@ rm -f "%buildroot/%_libdir"/*.la mkdir xdg chmod 700 xdg export XDG_RUNTIME_DIR="$PWD/xdg" -#make check %{?_smp_mflags} V=1 +make check %{?_smp_mflags} V=1 || : %endif %post -n %lname -p /sbin/ldconfig