SHA256
1
0
forked from pool/libinput

Accepting request 350344 from home:Zaitor

New upstream release

OBS-URL: https://build.opensuse.org/request/show/350344
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=58
This commit is contained in:
Jan Engelhardt 2015-12-22 13:20:56 +00:00 committed by Git OBS Bridge
parent cf4281bdc1
commit d5ece3fee9
6 changed files with 19 additions and 5 deletions

BIN
libinput-1.1.3.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
libinput-1.1.4.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libinput-1.1.4.tar.xz.sig Normal file

Binary file not shown.

View File

@ -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

View File

@ -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