From d6749f3011108e4a3486c5ec49e18b53b6a310da4526ff49b9c2733ce632a474 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 22 Apr 2015 20:59:34 +0000 Subject: [PATCH 1/3] Accepting request 298662 from home:Zaitor:branches:GNOME:Next New upstream release. OBS-URL: https://build.opensuse.org/request/show/298662 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=24 --- libinput-0.13.0.tar.xz | 3 --- libinput-0.13.0.tar.xz.sig | Bin 72 -> 0 bytes libinput-0.14.1.tar.xz | 3 +++ libinput-0.14.1.tar.xz.sig | Bin 0 -> 72 bytes libinput.changes | 33 +++++++++++++++++++++++++++++++++ libinput.spec | 18 ++++++++++++++++-- 6 files changed, 52 insertions(+), 5 deletions(-) delete mode 100644 libinput-0.13.0.tar.xz delete mode 100644 libinput-0.13.0.tar.xz.sig create mode 100644 libinput-0.14.1.tar.xz create mode 100644 libinput-0.14.1.tar.xz.sig diff --git a/libinput-0.13.0.tar.xz b/libinput-0.13.0.tar.xz deleted file mode 100644 index e301268..0000000 --- a/libinput-0.13.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cecaf7fde525f1d81474cbd495ce526d5e34c845d3e9d6f3e2565b7048cc61a -size 540300 diff --git a/libinput-0.13.0.tar.xz.sig b/libinput-0.13.0.tar.xz.sig deleted file mode 100644 index 9e7d60e220d89159bdd4d79f433083b709a68811c36d8fa31d852bcb2384d7b1..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#y+K@Bj)45aK(2aI|OezvI#XpJW7p< Date: Wed, 22 Apr 2015 21:38:43 +0000 Subject: [PATCH 2/3] Make the changelog shorter (remove non-interesting changes). FIX the second-level entries. These ought to be asterisks, NOT pluses. OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=25 --- libinput.changes | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/libinput.changes b/libinput.changes index d195c89..ec6f0b5 100644 --- a/libinput.changes +++ b/libinput.changes @@ -2,31 +2,27 @@ Wed Apr 22 14:37:33 UTC 2015 - zaitor@opensuse.org - Update to version 0.14.1: - + This is a brown paper bag release, 0.14.0 failed distcheck. - Oops. Only one single patch to include the new man page for - libinput-list-devices in the tarball, the rest is identical. -- Changes from version 0.14.0: - + libinput now provides middle button emulation for physical + * libinput now provides middle button emulation for physical buttons and, for some devices, a configuration interface to enable said emulation. - + A new tool "libinput-list-devices" was added. This tool lists + * A new tool "libinput-list-devices" was added. This tool lists the locally recognised devices and their respective configuration options and configuration defaults. Note that due to the design of libinput, this tool can only show the _default_ configurations, not the _current_ configuration of each device. - + The pointer acceleration range has been widened to allow for + * The pointer acceleration range has been widened to allow for greater deceleration and greater acceleration. Since we retain the [-1, 1] range, you may see a slight slowdown or speedup. To get the previous behaviour, use the value: current setting * 2.0/3.0. - + Five (or more) finger tapping is now handled correctly, though + * Five (or more) finger tapping is now handled correctly, though note we only send events for up to three fingers. libinput now supports multi-tap and drag, so e.g. three taps will execute a triple-click. - + Palm detection now avoids accidental tapping, see + * Palm detection now avoids accidental tapping, see http://wayland.freedesktop.org/libinput/doc/latest/palm_detection.html - + And of course the usual bugfixing, including letting libinput + * And of course the usual bugfixing, including letting libinput handle more devices such as keyboards with scroll wheels or devices that only consist of a wheel. - Add tool subpackage. From c044e0e23c765dfb270773e5552030a2eecd35c46687d82481b8d559536cc786 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 22 Apr 2015 21:39:00 +0000 Subject: [PATCH 3/3] Rename -tool subpackage to -tools to be in line with other packages' practice OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=26 --- libinput.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/libinput.spec b/libinput.spec index 3ddb93f..be823d6 100644 --- a/libinput.spec +++ b/libinput.spec @@ -77,14 +77,13 @@ processing and abstraction so minimize the amount of custom input code the user of libinput need to provide the common set of functionality that users expect. -%package tool -Summary: This tool lists the locally recognised devices. -Group: System/Tools +%package tools +Summary: Utilities to display libinput configuration +Group: System/X11/Utilities -%description tool -This tool lists the locally -recognised devices and their respective configuration options and -configuration defaults. +%description tools +This tool lists the locally recognised devices and their respective +configuration options and configuration defaults. %package devel Summary: Development files for the Wayland Input Device Library @@ -133,7 +132,7 @@ export XDG_RUNTIME_DIR="$PWD/xdg" %defattr(-,root,root) %_libdir/libinput.so.10* -%files tool +%files tools %defattr(-,root,root) %_bindir/libinput-list-devices %_mandir/man1/libinput-list-devices.1.gz