Rebase to version 370

Resolves: rhbz#2023017
This commit is contained in:
Tomas Korbar 2021-11-30 09:46:07 +01:00
parent a7e5712a96
commit e672959dd1
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/xterm-367.tgz /xterm-367.tgz
/xterm-368.tgz /xterm-368.tgz
/xterm-369.tgz /xterm-369.tgz
/xterm-370.tgz

View File

@ -1 +1 @@
SHA512 (xterm-369.tgz) = b574e75e8bc7918f6e637534a39ebbc72cfbc74e4ff3e2b914962722b9c6e60adee49d74ebe1e778bcb35556e04098baa4465d1694fde61fbcca6434e6e706a7 SHA512 (xterm-370.tgz) = 24f1836c4f5aec175c45db77e9bc829b45ee2c93cf12c20252b22bee470392ef0637cfbbb6e90074b1c038ac023f74a4fb713bbd4abf2b5b86d064667caf38dd

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: 369 Version: 370
Release: 1%{?dist} Release: 1%{?dist}
URL: https://invisible-island.net/xterm URL: https://invisible-island.net/xterm
License: MIT License: MIT
@ -103,6 +103,10 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%{_mandir}/man1/resize.1* %{_mandir}/man1/resize.1*
%changelog %changelog
* Tue Nov 30 2021 Tomas Korbar <tkorbar@redhat.com> - 370-1
- Rebase to version 370
- Resolves: rhbz#2023017
* Wed Sep 22 2021 Tomas Korbar <tkorbar@redhat.com> - 369-1 * Wed Sep 22 2021 Tomas Korbar <tkorbar@redhat.com> - 369-1
- Rebase to version 369 - Rebase to version 369
- Resolves: rhbz#2006589 - Resolves: rhbz#2006589