Rebase to version 357

Resolves: rhbz#1853951
This commit is contained in:
Tomas Korbar 2020-07-06 08:17:25 +02:00
parent 87f100fb01
commit cbdb73e8c3
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/xterm-353.tgz
/xterm-354.tgz
/xterm-356.tgz
/xterm-357.tgz

View File

@ -1 +1 @@
SHA512 (xterm-356.tgz) = 181bec97c6290146e16af16fc9532961c3c9bc2343c7b9febe62091c59d2b50a1cd5ed6c4e8855cd656960295f3c644754741aa5eab28265ceb82a2004cb7fc8
SHA512 (xterm-357.tgz) = a4e3998496fe202835e97fef50eb608cbb0345d8f503dd4d629a1d313664b2c536e97e7eafdf9d346df87e31822f5cf6f78dc66833b0fe01b6d79dd7c58dc751

View File

@ -1,6 +1,6 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 356
Version: 357
Release: 1%{?dist}
URL: https://invisible-island.net/xterm
License: MIT
@ -101,6 +101,9 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%{_mandir}/man1/resize.1*
%changelog
* Mon Jul 06 2020 Tomas Korbar <tkorbar@redhat.com> - 357-1
- Rebase to version 357 (#1853951)
* Sun May 03 2020 Tomas Korbar <tkorbar@redhat.com> - 356-1
- Rebase to version 356 (#1830237)