diff --git a/.gitignore b/.gitignore index 73a8fe3..77f3c5d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /xf86-input-libinput-0.19.0.tar.bz2 /xf86-input-libinput-0.19.1.tar.bz2 /xf86-input-libinput-20160929.tar.xz +/xf86-input-libinput-0.20.0.tar.bz2 diff --git a/sources b/sources index 0cfc2c4..8d921b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab2a99e2548e18614946764b6bd05858 xf86-input-libinput-20160929.tar.xz +9a9e638c3e50e1789041619716ac59a2 xf86-input-libinput-0.20.0.tar.bz2 diff --git a/xorg-x11-drv-libinput.spec b/xorg-x11-drv-libinput.spec index fca38a6..242249a 100644 --- a/xorg-x11-drv-libinput.spec +++ b/xorg-x11-drv-libinput.spec @@ -1,13 +1,14 @@ %global tarball xf86-input-libinput %global moduledir %(pkg-config xorg-server --variable=moduledir ) %global driverdir %{moduledir}/input -%define gitdate 20160929 -%define gitrev .%{gitdate} + +#define gitdate 20160929 +%global gitversion 66c997886 Summary: Xorg X11 libinput input driver Name: xorg-x11-drv-libinput -Version: 0.19.1 -Release: 3%{?gitrev}%{?dist} +Version: 0.20.0 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} URL: http://www.x.org License: MIT @@ -35,7 +36,7 @@ A generic input driver for the X.Org X11 X server based on libinput, supporting all devices. %prep -%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{dirsuffix}} +%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}} %patch1 -p1 %build @@ -74,6 +75,9 @@ Xorg X11 libinput input driver development files. %{_includedir}/xorg/libinput-properties.h %changelog +* Tue Oct 18 2016 Peter Hutterer 0.20.0-1 +- xf86-input-libinput 0.20.0 + * Thu Sep 29 2016 Hans de Goede 0.19.1-3.20160929 - Fix crash when the first detected input device gets removed (rhbz#1381840)