diff --git a/libinput-0.12.0.tar.xz b/libinput-0.12.0.tar.xz deleted file mode 100644 index f98312e..0000000 --- a/libinput-0.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e0ce9dd9ff04e9ac382dffb7fa332b94f093227a197a9c8189e87de6d88b55a -size 538364 diff --git a/libinput-0.12.0.tar.xz.sig b/libinput-0.12.0.tar.xz.sig deleted file mode 100644 index b3c759d..0000000 Binary files a/libinput-0.12.0.tar.xz.sig and /dev/null differ diff --git a/libinput-0.13.0.tar.xz b/libinput-0.13.0.tar.xz new file mode 100644 index 0000000..e301268 --- /dev/null +++ b/libinput-0.13.0.tar.xz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..9e7d60e Binary files /dev/null and b/libinput-0.13.0.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index 0d98ebc..3ff3b21 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Apr 8 19:46:59 UTC 2015 - mpluskal@suse.com + +- Update to 0.13.0 + * No API changes were merged in this release, the ABI is + compatible with 0.12.0. + * The tap motion threshold is now a fixed distance on all + touchpads (withphysical resolution). This stops the delay in + pointer motion seen on some devices. + * The edge scrolling motion threshold now accumulates, so even a + slow scroll will eventually trigger edge scrolling. + * The velocity calculation on slow movements was fixed, this + should provide a slightly more responsive and accurate + touchpad motion, especially on direction changes. + * To ease development, libinput will now print warnings when a + caller does wrong event conversions (e.g. requesting a touch + event when the event is a pointer event, etc.). + ------------------------------------------------------------------- Sat Mar 14 20:24:07 UTC 2015 - jengelh@inai.de diff --git a/libinput.spec b/libinput.spec index 49ae073..023a0e2 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,8 +18,8 @@ Name: libinput %define lname libinput10 -%define rversion 0.12.0 -Version: 0.12 +%define rversion 0.13.0 +Version: 0.13 Release: 0 Summary: Input device and event processing library License: HPND