Accepting request 540324 from home:avindra

- 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

OBS-URL: https://build.opensuse.org/request/show/540324
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=136
This commit is contained in:
Jan Engelhardt 2017-11-09 20:13:11 +00:00 committed by Git OBS Bridge
parent dbf7107bb6
commit d73f3bd7a7
6 changed files with 17 additions and 5 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

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

View File

@ -18,7 +18,7 @@
Name: libinput
%define lname libinput10
Version: 1.9.0
Version: 1.9.1
Release: 0
Summary: Input device and event processing library
License: MIT
@ -97,7 +97,7 @@ This package contains all necessary include files and libraries needed
to develop applications that require libinput.
%prep
%setup -qn %name-%version
%setup -q
%build
%meson \