diff --git a/.gitignore b/.gitignore index a8852de..658f810 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libinput.spec b/libinput.spec index 8a6516d..bb1b582 100644 --- a/libinput.spec +++ b/libinput.spec @@ -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 1.5.2-1 +- libinput 1.5.2 + * Tue Nov 22 2016 Peter Hutterer 1.5.1-2 - Improve responsiveness of touchpads by reducing the motion history. diff --git a/sources b/sources index d0f0a25..6387000 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23a7bc2dad6ff701d2b82d2e5b218051 libinput-1.5.1.tar.xz +78f6de46eb44564ccbb76cb56f043fe6 libinput-1.5.2.tar.xz