libinput 0.11.0
This commit is contained in:
parent
9c9d37a2ec
commit
2b6aa58f36
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/libinput-0.8.0.tar.xz
|
/libinput-0.8.0.tar.xz
|
||||||
/libinput-0.9.0.tar.xz
|
/libinput-0.9.0.tar.xz
|
||||||
/libinput-0.10.0.tar.xz
|
/libinput-0.10.0.tar.xz
|
||||||
|
/libinput-0.11.0.tar.xz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%global gitversion 58abea394
|
%global gitversion 58abea394
|
||||||
|
|
||||||
Name: libinput
|
Name: libinput
|
||||||
Version: 0.10.0
|
Version: 0.11.0
|
||||||
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||||
Summary: Input device library
|
Summary: Input device library
|
||||||
|
|
||||||
@ -72,6 +72,8 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
%files
|
%files
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_libdir}/libinput.so.*
|
%{_libdir}/libinput.so.*
|
||||||
|
%{_libdir}/udev/libinput-device-group
|
||||||
|
%{_libdir}/udev/rules.d/80-libinput-device-groups.rules
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/libinput.h
|
%{_includedir}/libinput.h
|
||||||
@ -80,6 +82,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 23 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.11.0-1
|
||||||
|
- libinput 0.11.0
|
||||||
|
|
||||||
* Fri Feb 06 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.10.0-1
|
* Fri Feb 06 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.10.0-1
|
||||||
- libinput 0.10.0
|
- libinput 0.10.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user