import libinput-1.19.2-1.el9

This commit is contained in:
CentOS Sources 2021-12-07 13:16:04 -05:00 committed by Stepan Oksanichenko
parent 2e91e16cea
commit 06dfb954c3
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libinput-1.18.0.tar.xz
SOURCES/libinput-1.19.2.tar.xz

View File

@ -1 +1 @@
36910b665e159f319fe9d619f47d84f33201a9fc SOURCES/libinput-1.18.0.tar.xz
5440f51f6cdd9278986e112e28945b3cc8cfa60e SOURCES/libinput-1.19.2.tar.xz

View File

@ -4,8 +4,8 @@
%global gitversion 58abea394
Name: libinput
Version: 1.18.0
Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
Version: 1.19.2
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
Summary: Input device library
License: MIT
@ -146,6 +146,12 @@ pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python3')
%{_mandir}/man1/libinput-test-suite.1*
%changelog
* Thu Oct 21 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.19.2-1
- libinput 1.19.2 (#2004309)
* Mon Oct 18 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.19.1-1
- libinput 1.19.1 (#2004309)
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.18.0-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688