Fix occasional crashes on gestures when libinput loses track of hovering
fake fingers
This commit is contained in:
parent
1778ef6300
commit
d99aa73a3c
2 changed files with 67 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Name: libinput
|
||||
Version: 1.10.2
|
||||
Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Summary: Input device library
|
||||
|
||||
License: MIT
|
||||
|
|
@ -18,6 +18,8 @@ Source2: commitid
|
|||
Source0: http://www.freedesktop.org/software/libinput/libinput-%{version}.tar.xz
|
||||
%endif
|
||||
|
||||
Patch01: 0001-touchpad-end-hovering-touches-in-maybe_end_touch.patch
|
||||
|
||||
BuildRequires: git-core
|
||||
BuildRequires: gcc gcc-c++
|
||||
BuildRequires: meson
|
||||
|
|
@ -109,6 +111,10 @@ The %{name}-utils package contains tools to debug hardware and analyze
|
|||
%{_mandir}/man1/libinput-measure-trackpoint-range.1*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 12 2018 Peter Hutterer <peter.hutterer@redhat.com> 1.10.2-4
|
||||
- Fix occasional crashes on gestures when libinput loses track of hovering
|
||||
fake fingers
|
||||
|
||||
* Thu Mar 08 2018 Peter Hutterer <peter.hutterer@redhat.com> 1.10.2-3
|
||||
- Add BuildRequires gcc-c++, needed for a test build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue