Rebase to version 383

Resolves: rhbz#2218033
This commit is contained in:
Tomas Korbar 2023-07-07 13:03:56 +02:00
parent a3a3a5b8b4
commit 167f8c3d1a
3 changed files with 9 additions and 3 deletions

2
.gitignore vendored
View File

@ -33,3 +33,5 @@
/xterm-381.tgz.asc /xterm-381.tgz.asc
/xterm-382.tgz /xterm-382.tgz
/xterm-382.tgz.asc /xterm-382.tgz.asc
/xterm-383.tgz
/xterm-383.tgz.asc

View File

@ -1,3 +1,3 @@
SHA512 (xterm-382.tgz) = 52780430928d071a131ba9d79ca6915d9f627e82a527f5b0c1eac8e05cea62294631e4a6f27a29e5fa046e3b15c3744e532322e547f4a6a01d05779f0807b8b5 SHA512 (xterm-383.tgz) = 68befcf821a752992d82c48c2fabd86953185c691b5f16d6dcc8427156469bf0790737b12d3b57e70fe52e8ddf7139380b30c46d7724b961b7c35c3a0efa097f
SHA512 (xterm-382.tgz.asc) = d399cb16dcb8b0c6c6eb998d2d37c445079d57d46e5ec3e8ca94479443a817419dc1051181b31e8f478ab8910773477de19d6b783439454fb259f135390a8bd1 SHA512 (xterm-383.tgz.asc) = 5ec5ac94ac031a91d0ddabeb09afb1a72bf3f926f6fe7d840000729194923a7495463c0ff91f63a2bc920703ba07c0bb1b21a05c35a539a7b948eb42c574e358
SHA512 (dickey@invisible-island.net-rsa3072.asc) = 19e19d3844b82d956ed01fc553bfbfcbd80f41a0ed2d51a2d0a6b9d2d5eede9482c9dba792f540c5cc386b8bf5d4a4a8da831edc42a2e50465fa42a3224b55af SHA512 (dickey@invisible-island.net-rsa3072.asc) = 19e19d3844b82d956ed01fc553bfbfcbd80f41a0ed2d51a2d0a6b9d2d5eede9482c9dba792f540c5cc386b8bf5d4a4a8da831edc42a2e50465fa42a3224b55af

View File

@ -3,7 +3,7 @@
Summary: Terminal emulator for the X Window System Summary: Terminal emulator for the X Window System
Name: xterm Name: xterm
Version: 382 Version: 383
Release: 1%{?dist} Release: 1%{?dist}
URL: https://invisible-island.net/xterm URL: https://invisible-island.net/xterm
License: MIT License: MIT
@ -105,6 +105,10 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%{_mandir}/man1/resize.1* %{_mandir}/man1/resize.1*
%changelog %changelog
* Fri Jul 07 2023 Tomas Korbar <tkorbar@redhat.com> - 383-1
- Rebase to version 383
- Resolves: rhbz#2218033
* Wed May 31 2023 Tomas Korbar <tkorbar@redhat.com> - 382-1 * Wed May 31 2023 Tomas Korbar <tkorbar@redhat.com> - 382-1
- Rebase to version 382 - Rebase to version 382
- Resolves: rhbz#2211276 - Resolves: rhbz#2211276