Rebase to version 354

Resolves: rhbz#1828107
This commit is contained in:
Tomas Korbar 2020-04-29 08:22:34 +02:00
parent 03ef596bf5
commit e36682c1c2
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/xterm-350.tgz
/xterm-351.tgz
/xterm-353.tgz
/xterm-354.tgz

View File

@ -1 +1 @@
SHA512 (xterm-353.tgz) = 2ea63858ec069a769f0a25a159d17099044686e20649233631244fed29440fa8beebbd0dd8ccaf4260fb3d26996a49013eeeea7e0c98860e00d2e657019e2611
SHA512 (xterm-354.tgz) = 24be0b00ebea90990e131d5dd243d5fecef495efb9c6b6fde45d20f5ffc0a5def55f73e10f221efac4432426ffd0bbca500174c0542981543b861ff4f3e71aea

View File

@ -1,6 +1,6 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 353
Version: 354
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
* Wed Apr 29 2020 Tomas Korbar <tkorbar@redhat.com> - 354-1
- Rebase to version 354 (#1828107)
* Mon Feb 24 2020 Tomas Korbar <tkorbar@redhat.com> - 353-1
- Rebase to version 353 (#1792091)