libinput 1.5.2
This commit is contained in:
parent
41496b9261
commit
aaa5726f36
3 changed files with 7 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -52,3 +52,4 @@
|
|||
/libinput-1.4.901.tar.xz
|
||||
/libinput-1.5.0.tar.xz
|
||||
/libinput-1.5.1.tar.xz
|
||||
/libinput-1.5.2.tar.xz
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
%global gitversion 58abea394
|
||||
|
||||
Name: libinput
|
||||
Version: 1.5.1
|
||||
Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Version: 1.5.2
|
||||
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Summary: Input device library
|
||||
|
||||
License: MIT
|
||||
|
|
@ -18,8 +18,6 @@ Source2: commitid
|
|||
Source0: http://www.freedesktop.org/software/libinput/libinput-%{version}.tar.xz
|
||||
%endif
|
||||
|
||||
Patch01: 0001-touchpad-only-use-the-last-two-coordinates-for-delta.patch
|
||||
|
||||
BuildRequires: git
|
||||
BuildRequires: autoconf automake libtool pkgconfig
|
||||
BuildRequires: libevdev-devel
|
||||
|
|
@ -96,6 +94,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 25 2016 Peter Hutterer <peter.hutterer@redhat.com> 1.5.2-1
|
||||
- libinput 1.5.2
|
||||
|
||||
* Tue Nov 22 2016 Peter Hutterer <peter.hutterer@redhat.com> 1.5.1-2
|
||||
- Improve responsiveness of touchpads by reducing the motion history.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
23a7bc2dad6ff701d2b82d2e5b218051 libinput-1.5.1.tar.xz
|
||||
78f6de46eb44564ccbb76cb56f043fe6 libinput-1.5.2.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue