SHA256
1
0
forked from pool/libinput

Accepting request 350347 from X11:Wayland

New upstream release (forwarded request 350344 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/350347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2015-12-27 00:58:15 +00:00 committed by Git OBS Bridge
commit 9b0daa7da1
6 changed files with 40 additions and 5 deletions

BIN
libinput-1.1.1.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,38 @@
-------------------------------------------------------------------
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
- Update to version 1.1.3:
* Only one change that affects users, and that one is limited to
users of the Lenovo x220 with an updated touchpad firmware
version 8.1.
- Changes from version 1.1.2:
* The 2-finger scroll threshold was reduced to 1mm which
significantly reduces the delay users experienced when
scrolling.
* BTN_TOOL_* events are not posted as button events anymore.
These aren't button events anyway, they are signals from the
kernel that a different tool is being used.
* Once diagonal scrolling was triggered, scroll events without a
horizontal or vertical would still have the matching axis flag
set and look like scroll stop events to the caller.
* On a semi-mt touchpad with hovering capabilities, releasing
both fingers within the same event frame caused a bug log
message, this is fixed now.
-------------------------------------------------------------------
Tue Nov 24 12:44:41 UTC 2015 - alarrosa@suse.com

View File

@ -18,8 +18,8 @@
Name: libinput
%define lname libinput10
%define rversion 1.1.1
Version: 1.1.1
%define rversion 1.1.4
Version: 1.1.4
Release: 0
Summary: Input device and event processing library
License: MIT