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 9e7d60e..0000000 Binary files a/libinput-0.13.0.tar.xz.sig and /dev/null differ diff --git a/libinput-0.14.1.tar.xz b/libinput-0.14.1.tar.xz new file mode 100644 index 0000000..12b2748 --- /dev/null +++ b/libinput-0.14.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bed202ebe2d5026950d6f9d2ac0f0160d12f61c5a0f6d0d6ef671bbb02c1b64 +size 568616 diff --git a/libinput-0.14.1.tar.xz.sig b/libinput-0.14.1.tar.xz.sig new file mode 100644 index 0000000..1fd119c Binary files /dev/null and b/libinput-0.14.1.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index 41be27a..ec6f0b5 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Apr 22 14:37:33 UTC 2015 - zaitor@opensuse.org + +- Update to version 0.14.1: + * 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 + 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 + 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 + 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 + http://wayland.freedesktop.org/libinput/doc/latest/palm_detection.html + * 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. + ------------------------------------------------------------------- Wed Apr 8 19:46:59 UTC 2015 - mpluskal@suse.com diff --git a/libinput.spec b/libinput.spec index 023a0e2..be823d6 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,8 +18,8 @@ Name: libinput %define lname libinput10 -%define rversion 0.13.0 -Version: 0.13 +%define rversion 0.14.1 +Version: 0.14 Release: 0 Summary: Input device and event processing library License: HPND @@ -77,6 +77,14 @@ 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 tools +Summary: Utilities to display libinput configuration +Group: System/X11/Utilities + +%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 Group: Development/Libraries/C and C++ @@ -124,6 +132,11 @@ export XDG_RUNTIME_DIR="$PWD/xdg" %defattr(-,root,root) %_libdir/libinput.so.10* +%files tools +%defattr(-,root,root) +%_bindir/libinput-list-devices +%_mandir/man1/libinput-list-devices.1.gz + %files devel %defattr(-,root,root) %_includedir/%name/