Rebase to version 388

Resolves: rhbz#2242865
This commit is contained in:
Tomas Korbar 2023-10-25 10:15:16 +02:00
parent d0925c19e4
commit 7a0445378d
3 changed files with 9 additions and 3 deletions

2
.gitignore vendored
View File

@ -39,3 +39,5 @@
/xterm-384.tgz.asc
/xterm-385.tgz
/xterm-385.tgz.asc
/xterm-388.tgz
/xterm-388.tgz.asc

View File

@ -1,3 +1,3 @@
SHA512 (xterm-385.tgz) = e00601a91238b6f0dc6cb973c928387ef7c41a3244cdb463d931c23e0ff93a76498b0d17ea90656a6bed7fcf0a24a788f1cbc02f1ff73e3fbc5ad0540f4982f7
SHA512 (xterm-385.tgz.asc) = c60550a65f2b866274c0be830972471c5c6e80c96020588aad5dcb4d6c4e48c3b974f1a0bea5af9fc57b0181f1cee631dbf7154d9827b5446343268cca60484e
SHA512 (xterm-388.tgz) = 7ded1c32b18e629222c9109dc9eb206511762447f07a1043fb63802f036d6d685d332697edd46556c07e6fb5ca95f9bcf836c48d05bd72d626bb90dfa1bfc21a
SHA512 (xterm-388.tgz.asc) = 60d45780deba965b11bfe63a173d7413a76c05f043666aa41973296745976fd51380bebb6b6a120983c206889d550fb35895233492c674bc04555957829e4563
SHA512 (dickey@invisible-island.net-rsa3072.asc) = 19e19d3844b82d956ed01fc553bfbfcbd80f41a0ed2d51a2d0a6b9d2d5eede9482c9dba792f540c5cc386b8bf5d4a4a8da831edc42a2e50465fa42a3224b55af

View File

@ -3,7 +3,7 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 385
Version: 388
Release: 1%{?dist}
URL: https://invisible-island.net/xterm
License: MIT
@ -105,6 +105,10 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%{_mandir}/man1/resize.1*
%changelog
* Wed Oct 25 2023 Tomas Korbar <tkorbar@redhat.com> - 388-1
- Rebase to version 388
- Resolves: rhbz#2242865
* Tue Oct 03 2023 Tomas Korbar <tkorbar@redhat.com> - 385-1
- Rebase to version 385
- Resolves: rhbz#2241681