Rebuild against pcre2-10.37 (bug #1970765)

Resolves: rhbz#1986853
This commit is contained in:
Lukas Javorsky 2021-07-28 15:40:01 +02:00
parent 6931c5ca89
commit fd0e9afe00

View File

@ -1,7 +1,7 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 366
Release: 3%{?dist}
Release: 4%{?dist}
URL: https://invisible-island.net/xterm
License: MIT
BuildRequires: make
@ -102,6 +102,9 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%{_mandir}/man1/resize.1*
%changelog
* Wed Jul 28 2021 Lukas Javorsky <ljavorsk@redhat.com> - 366-4
- Rebuild against pcre2-10.37 (bug #1970765)
* Tue Jun 01 2021 Tomas Korbar <tkorbar@redhat.com> - 366-3
- Drop luit support
- Resolves: rhbz#1959213