diff --git a/.gitignore b/.gitignore index da3c959..d8f58b5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /libinput-0.8.0.tar.xz /libinput-0.9.0.tar.xz /libinput-0.10.0.tar.xz +/libinput-0.11.0.tar.xz diff --git a/libinput.spec b/libinput.spec index 6b2b186..7dadddd 100644 --- a/libinput.spec +++ b/libinput.spec @@ -2,7 +2,7 @@ %global gitversion 58abea394 Name: libinput -Version: 0.10.0 +Version: 0.11.0 Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} Summary: Input device library @@ -72,6 +72,8 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %files %doc COPYING %{_libdir}/libinput.so.* +%{_libdir}/udev/libinput-device-group +%{_libdir}/udev/rules.d/80-libinput-device-groups.rules %files devel %{_includedir}/libinput.h @@ -80,6 +82,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %changelog +* Mon Feb 23 2015 Peter Hutterer 0.11.0-1 +- libinput 0.11.0 + * Fri Feb 06 2015 Peter Hutterer 0.10.0-1 - libinput 0.10.0 diff --git a/sources b/sources index deb94f0..08cfbd0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -05f7d54380ff033d421944d906dc1ecb libinput-0.10.0.tar.xz +59fef57c3a3151d6f4be539469d67e37 libinput-0.11.0.tar.xz