Rebuild to pick up the new xorgproto keysyms (#1954345)

Resolves: rhbz#1954345
This commit is contained in:
Peter Hutterer 2021-05-04 12:28:57 +10:00
parent 35d89ab31d
commit 4969f9c3a2

View File

@ -5,7 +5,7 @@
Summary: Core X11 protocol client library
Name: libX11
Version: 1.7.0
Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
License: MIT
URL: http://www.x.org
@ -121,6 +121,9 @@ make %{?_smp_mflags} check
%{_mandir}/man5/*.5*
%changelog
* Tue May 04 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.7.0-5
- Rebuild to pick up the new xorgproto keysyms (#1954345)
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.7.0-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937