diff --git a/libinput.spec b/libinput.spec index 9c08426..0920f66 100644 --- a/libinput.spec +++ b/libinput.spec @@ -1,5 +1,5 @@ Name: libinput -Version: 0.19.0 +Version: 0.20.0 Release: 1mamba Summary: A library that handles input devices for display servers and other applications Group: System/Libraries @@ -57,6 +57,8 @@ This package contains utility applications for %{name}. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall +mv %{buildroot}/lib/udev/*.rules %{buildroot}/lib/udev/rules.d/ + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -68,6 +70,7 @@ This package contains utility applications for %{name}. %{_libdir}/libinput.so.* /lib/udev/libinput-device-group /lib/udev/rules.d/*.rules +/lib/udev/libinput-model-quirks /lib/udev/hwdb.d/90-libinput-model-quirks.hwdb %doc COPYING @@ -87,6 +90,9 @@ This package contains utility applications for %{name}. %{_mandir}/man1/libinput-list-devices.1.gz %changelog +* Sun Aug 02 2015 Automatic Build System 0.20.0-1mamba +- automatic version update by autodist + * Sat Jul 11 2015 Automatic Build System 0.19.0-1mamba - automatic version update by autodist