libinput 0.11.0
This commit is contained in:
parent
9c9d37a2ec
commit
2b6aa58f36
3 changed files with 8 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <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
|
||||
- libinput 0.10.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
05f7d54380ff033d421944d906dc1ecb libinput-0.10.0.tar.xz
|
||||
59fef57c3a3151d6f4be539469d67e37 libinput-0.11.0.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue