Rebase to version 366

Resolves: rhbz#1927543
This commit is contained in:
Tomas Korbar 2021-02-11 09:05:14 +01:00
parent f0bb4e3b3c
commit e605fc79ec
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/xterm-362.tgz
/xterm-363.tgz
/xterm-364.tgz
/xterm-366.tgz

View File

@ -1 +1 @@
SHA512 (xterm-364.tgz) = c9363a4f64622729a8c954833956bf4019eb69dfc6e7b448be7f0dbf4ac5a56788a32d14f952e2c5021efd9c02e5390dadfbd9a11332a7a1c11c1e43972cd28d
SHA512 (xterm-366.tgz) = ffab7e0970b92a25488bd57da2dfe2856279208c489a632e0e92788deec2a4f99510f76e1c88e55f389dfe984c323add0fab31b04d2a1d774ce6d3b2c9c642ef

View File

@ -1,6 +1,6 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 364
Version: 366
Release: 1%{?dist}
URL: https://invisible-island.net/xterm
License: MIT
@ -103,6 +103,10 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%{_mandir}/man1/resize.1*
%changelog
* Thu Feb 11 2021 Tomas Korbar <tkorbar@redhat.com> - 366-1
- Rebase to version 366
- Resolves: rhbz#1927543
* Wed Feb 03 2021 Tomas Korbar <tkorbar@redhat.com> - 364-1
- Rebase to version 364 (#1924362)
- Build with pcre2 support (#1909609)