forked from pool/libinput
Accepting request 540335 from X11:Wayland
- Update to version 1.9.1: + Stop a crash when a lid was opened/closed multiple times while typing. + Reduction of the palm edge zone to a maximum width of 8mm (this notably helps users of recent macs that have large touchpads) + Benjamin's fix to the device groups enables touch arbitration on the Dell Canvas 27 (still needs libwacom changes) - Remove name specification from %setup, not needed (forwarded request 540324 from avindra) OBS-URL: https://build.opensuse.org/request/show/540335 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=51
This commit is contained in:
commit
533b725264
BIN
libinput-1.9.0.tar.xz
(Stored with Git LFS)
BIN
libinput-1.9.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libinput-1.9.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-1.9.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-1.9.1.tar.xz.sig
Normal file
BIN
libinput-1.9.1.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 9 19:40:43 UTC 2017 - aavindraa@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.9.1:
|
||||||
|
+ Stop a crash when a lid was opened/closed multiple times while
|
||||||
|
typing.
|
||||||
|
+ Reduction of the palm edge zone to a maximum width of 8mm (this
|
||||||
|
notably helps users of recent macs that have large touchpads)
|
||||||
|
+ Benjamin's fix to the device groups enables touch arbitration
|
||||||
|
on the Dell Canvas 27 (still needs libwacom changes)
|
||||||
|
- Remove name specification from %setup, not needed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 25 21:41:24 UTC 2017 - dimstar@opensuse.org
|
Wed Oct 25 21:41:24 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libinput
|
Name: libinput
|
||||||
%define lname libinput10
|
%define lname libinput10
|
||||||
Version: 1.9.0
|
Version: 1.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Input device and event processing library
|
Summary: Input device and event processing library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -97,7 +97,7 @@ This package contains all necessary include files and libraries needed
|
|||||||
to develop applications that require libinput.
|
to develop applications that require libinput.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn %name-%version
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
|
Loading…
Reference in New Issue
Block a user