From 1d78f209fc35e40b5fde27961646b634fecfa9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 14 Jul 2021 11:31:28 +0200 Subject: [PATCH] Rebuild against pcre2-10.37 (bug #1965025) --- xterm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xterm.spec b/xterm.spec index 9095416..e5bd4e4 100644 --- a/xterm.spec +++ b/xterm.spec @@ -4,7 +4,7 @@ Summary: Terminal emulator for the X Window System Name: xterm Version: 368 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://invisible-island.net/xterm License: MIT BuildRequires: make @@ -103,6 +103,9 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %{_mandir}/man1/resize.1* %changelog +* Wed Jul 14 2021 Petr Pisar - 368-2 +- Rebuild against pcre2-10.37 (bug #1965025) + * Tue Jun 08 2021 Tomas Korbar - 368-1 - Rebase to version 368 - Resolves: rhbz#1969214