xf86-input-libinput 0.20.0

This commit is contained in:
Peter Hutterer 2016-10-18 07:44:58 +10:00
parent 7ef1303a3f
commit cbe64f5a09
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/xf86-input-libinput-0.19.0.tar.bz2 /xf86-input-libinput-0.19.0.tar.bz2
/xf86-input-libinput-0.19.1.tar.bz2 /xf86-input-libinput-0.19.1.tar.bz2
/xf86-input-libinput-20160929.tar.xz /xf86-input-libinput-20160929.tar.xz
/xf86-input-libinput-0.20.0.tar.bz2

View File

@ -1 +1 @@
ab2a99e2548e18614946764b6bd05858 xf86-input-libinput-20160929.tar.xz 9a9e638c3e50e1789041619716ac59a2 xf86-input-libinput-0.20.0.tar.bz2

View File

@ -1,13 +1,14 @@
%global tarball xf86-input-libinput %global tarball xf86-input-libinput
%global moduledir %(pkg-config xorg-server --variable=moduledir ) %global moduledir %(pkg-config xorg-server --variable=moduledir )
%global driverdir %{moduledir}/input %global driverdir %{moduledir}/input
%define gitdate 20160929
%define gitrev .%{gitdate} #define gitdate 20160929
%global gitversion 66c997886
Summary: Xorg X11 libinput input driver Summary: Xorg X11 libinput input driver
Name: xorg-x11-drv-libinput Name: xorg-x11-drv-libinput
Version: 0.19.1 Version: 0.20.0
Release: 3%{?gitrev}%{?dist} Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
URL: http://www.x.org URL: http://www.x.org
License: MIT License: MIT
@ -35,7 +36,7 @@ A generic input driver for the X.Org X11 X server based on libinput,
supporting all devices. supporting all devices.
%prep %prep
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{dirsuffix}} %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
%patch1 -p1 %patch1 -p1
%build %build
@ -74,6 +75,9 @@ Xorg X11 libinput input driver development files.
%{_includedir}/xorg/libinput-properties.h %{_includedir}/xorg/libinput-properties.h
%changelog %changelog
* Tue Oct 18 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.20.0-1
- xf86-input-libinput 0.20.0
* Thu Sep 29 2016 Hans de Goede <hdegoede@redhat.com> 0.19.1-3.20160929 * Thu Sep 29 2016 Hans de Goede <hdegoede@redhat.com> 0.19.1-3.20160929
- Fix crash when the first detected input device gets removed (rhbz#1381840) - Fix crash when the first detected input device gets removed (rhbz#1381840)