diff --git a/libinput-1.1.3.tar.xz b/libinput-1.1.3.tar.xz deleted file mode 100644 index 3185c3b..0000000 --- a/libinput-1.1.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b95af39391e2b91957af0addce691a4070b28aff69cd2348823bf6ce8169995e -size 815840 diff --git a/libinput-1.1.3.tar.xz.sig b/libinput-1.1.3.tar.xz.sig deleted file mode 100644 index b178ee2..0000000 Binary files a/libinput-1.1.3.tar.xz.sig and /dev/null differ diff --git a/libinput-1.1.4.tar.xz b/libinput-1.1.4.tar.xz new file mode 100644 index 0000000..54bfeb1 --- /dev/null +++ b/libinput-1.1.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302cb76209b9c57a5a318e178f9bc446eede8ea79386103b5291cbfaa5fab5b6 +size 819536 diff --git a/libinput-1.1.4.tar.xz.sig b/libinput-1.1.4.tar.xz.sig new file mode 100644 index 0000000..7ed7552 Binary files /dev/null and b/libinput-1.1.4.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index 5c5cdf1..2683017 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Dec 22 13:04:12 UTC 2015 - zaitor@opensuse.org + +- Update to version 1.1.4: + * One significant change: previously, we used to take the + device's fd from open_restricted() and start synching the + device immediately. If the fd is not closed between a + close_restricted() and a subsequent open_restricted(), or if + the time between opening the fd and handing it to libinput is + great enough, some events accumulate on the fd and are (in + part) immediately replayed after opening the device or + confusing libinput. We now drain any pending events on the fd + after the caller hands it to us. + ------------------------------------------------------------------- Wed Dec 16 22:07:02 UTC 2015 - zaitor@opensuse.org diff --git a/libinput.spec b/libinput.spec index e885d6c..8299ac2 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,8 +18,8 @@ Name: libinput %define lname libinput10 -%define rversion 1.1.3 -Version: 1.1.3 +%define rversion 1.1.4 +Version: 1.1.4 Release: 0 Summary: Input device and event processing library License: MIT