diff --git a/libinput-0.14.1.tar.xz b/libinput-0.14.1.tar.xz deleted file mode 100644 index 12b2748..0000000 --- a/libinput-0.14.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1fd119c..0000000 Binary files a/libinput-0.14.1.tar.xz.sig and /dev/null differ diff --git a/libinput-0.15.0.tar.xz b/libinput-0.15.0.tar.xz new file mode 100644 index 0000000..013fca7 --- /dev/null +++ b/libinput-0.15.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1656db18977d24b4f5754d38ba350a1c2f8b3fb00358fa96e931ce28e112fc1d +size 573388 diff --git a/libinput-0.15.0.tar.xz.sig b/libinput-0.15.0.tar.xz.sig new file mode 100644 index 0000000..3b05f7a Binary files /dev/null and b/libinput-0.15.0.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index a772aa5..98fd452 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed May 6 10:24:26 UTC 2015 - zaitor@opensuse.org + +- Update to version 0.15.0: + * One new API was added: libinput_device_keyboard_has_key() which + does what it says on the box. + * A new tool is now available: libinput-debug-events + This tool allows debugging libinput events directly, it works + as something like an evtest to libinput. Note that it is very + much a debugging tool only, do not rely on any specific + behavior or output format. + * A new udev property POINTINGSTICK_CONST_ACCEL is now supported + for pointing sticks. If set for a compatible device, the input + data is multiplied with a constant factor. + * We've added support for the LIBINPUT_MODEL_xzy udev tag. This + enables us to tag specific models or series in udev and apply + required quirks. + * A couple of bugfixes, mainly in the touchpad code. The + doubletap timeout is now longer but multi-tapping is generally + more responsive now. + * Clickfinger behavior was fixed to allow left-clicks even when a + touch isn't present on the device. + * Button scrolling is enabled by default on some devices now, + specifically on devices without a scroll wheel but with a + middle button. + ------------------------------------------------------------------- Mon May 4 20:07:31 UTC 2015 - zaitor@opensuse.org diff --git a/libinput.spec b/libinput.spec index eb49119..8d4235e 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,8 +18,8 @@ Name: libinput %define lname libinput10 -%define rversion 0.14.1 -Version: 0.14.1 +%define rversion 0.15.0 +Version: 0.15 Release: 0 Summary: Input device and event processing library License: HPND @@ -134,7 +134,9 @@ export XDG_RUNTIME_DIR="$PWD/xdg" %files tools %defattr(-,root,root) +%_bindir/libinput-debug-events %_bindir/libinput-list-devices +%_mandir/man1/libinput-debug-events.1.gz %_mandir/man1/libinput-list-devices.1.gz %files devel