From 4969f9c3a21f480826c603b9b5c8451a44c08e70 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 4 May 2021 12:28:57 +1000 Subject: [PATCH] Rebuild to pick up the new xorgproto keysyms (#1954345) Resolves: rhbz#1954345 --- libX11.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libX11.spec b/libX11.spec index f18c8d2..4b07096 100644 --- a/libX11.spec +++ b/libX11.spec @@ -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 1.7.0-5 +- Rebuild to pick up the new xorgproto keysyms (#1954345) + * Fri Apr 16 2021 Mohan Boddu - 1.7.0-4 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937