Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc01fb84bc | ||
|
|
8b61806394 | ||
|
|
4c77456d80 | ||
|
|
ae972f4018 | ||
|
|
8a471d4c10 |
2 changed files with 23 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
%global gitversion 58abea394
|
%global gitversion 58abea394
|
||||||
|
|
||||||
Name: libinput
|
Name: libinput
|
||||||
Version: 1.13.4
|
Version: 1.14.2
|
||||||
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||||
Summary: Input device library
|
Summary: Input device library
|
||||||
|
|
||||||
|
|
@ -48,7 +48,7 @@ developing applications that use %{name}.
|
||||||
%package utils
|
%package utils
|
||||||
Summary: Utilities and tools for debugging %{name}
|
Summary: Utilities and tools for debugging %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: python3-evdev python3-pyudev python3-libevdev
|
Requires: python3-pyudev python3-libevdev
|
||||||
|
|
||||||
%description utils
|
%description utils
|
||||||
The %{name}-utils package contains tools to debug hardware and analyze
|
The %{name}-utils package contains tools to debug hardware and analyze
|
||||||
|
|
@ -88,16 +88,18 @@ pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python3')
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_libdir}/libinput.so.*
|
%{_libdir}/libinput.so.*
|
||||||
%{udevdir}/libinput-device-group
|
%{udevdir}/libinput-device-group
|
||||||
%{udevdir}/libinput-model-quirks
|
%{udevdir}/libinput-fuzz-override
|
||||||
%{udevdir}/rules.d/80-libinput-device-groups.rules
|
%{udevdir}/rules.d/80-libinput-device-groups.rules
|
||||||
%{udevdir}/rules.d/90-libinput-model-quirks.rules
|
%{udevdir}/rules.d/90-libinput-fuzz-override.rules
|
||||||
%{_bindir}/libinput
|
%{_bindir}/libinput
|
||||||
%dir %{_libexecdir}/libinput/
|
%dir %{_libexecdir}/libinput/
|
||||||
%{_libexecdir}/libinput/libinput-debug-events
|
%{_libexecdir}/libinput/libinput-debug-events
|
||||||
%{_libexecdir}/libinput/libinput-list-devices
|
%{_libexecdir}/libinput/libinput-list-devices
|
||||||
%{_mandir}/man1/libinput.1*
|
%{_mandir}/man1/libinput.1*
|
||||||
%{_datadir}/libinput/*.quirks
|
%{_datadir}/libinput/*.quirks
|
||||||
|
%dir %{_datadir}/zsh
|
||||||
|
%dir %{_datadir}/zsh/site-functions
|
||||||
|
%{_datadir}/zsh/site-functions/*
|
||||||
%{_mandir}/man1/libinput-list-devices.1*
|
%{_mandir}/man1/libinput-list-devices.1*
|
||||||
%{_mandir}/man1/libinput-debug-events.1*
|
%{_mandir}/man1/libinput-debug-events.1*
|
||||||
|
|
||||||
|
|
@ -131,6 +133,21 @@ pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python3')
|
||||||
%{_mandir}/man1/libinput-test-suite.1*
|
%{_mandir}/man1/libinput-test-suite.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 17 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.14.2-1
|
||||||
|
- libinput 1.14.2
|
||||||
|
|
||||||
|
* Mon Aug 26 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.14.1-1
|
||||||
|
- libinput 1.14.1
|
||||||
|
|
||||||
|
* Thu Aug 08 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.14.0-1
|
||||||
|
- libinput 1.14.0
|
||||||
|
|
||||||
|
* Wed Jul 31 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.13.902-1
|
||||||
|
- libinput 1.14rc2
|
||||||
|
|
||||||
|
* Fri Jul 19 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.13.901-1
|
||||||
|
- libinput 1.14rc1
|
||||||
|
|
||||||
* Fri Jun 28 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.13.4-1
|
* Fri Jun 28 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.13.4-1
|
||||||
- libinput 1.13.4
|
- libinput 1.13.4
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (libinput-1.13.4.tar.xz) = ccfdfc704dab9ea19a503399ecd4ce3a95b8d9480b8dfddeb80be01236c34c6f2f472be0e12e04dddd68092611470d303351e092141bc7491729639bcf7e64d7
|
SHA512 (libinput-1.14.2.tar.xz) = 932949a78bf95a7a05f50170cfc7dc109c99e1e3e70e63797566c0c3a3003632cad56e9b9ca2a180880f5e2ec1060613066d068b384096f37785fe70ac30c1eb
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue