Rebase to version 361

Resolves: rhbz#1888488
This commit is contained in:
Tomas Korbar 2020-10-22 15:14:22 +02:00
parent 2c71d4c0ce
commit 0403565e9c
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/xterm-358.tgz /xterm-358.tgz
/xterm-359.tgz /xterm-359.tgz
/xterm-360.tgz /xterm-360.tgz
/xterm-361.tgz

View File

@ -1 +1 @@
SHA512 (xterm-360.tgz) = ffca51e21584e4b84b271a555bead45df1759a9e353d776fd7d8736fb001b71cfa14dc85336c01c304b4fc98297523b1a943792da73b453e1810b890671bb607 SHA512 (xterm-361.tgz) = 99e2a018729840c3ec8fe81d3cb305af249b641ceb40c2020f3cd4af3be7d88b6174a39fe8aa614d4ba1734af5f858762ffd68c9ee118ec3ef9030469583e852

View File

@ -1,6 +1,6 @@
Summary: Terminal emulator for the X Window System Summary: Terminal emulator for the X Window System
Name: xterm Name: xterm
Version: 360 Version: 361
Release: 1%{?dist} Release: 1%{?dist}
URL: https://invisible-island.net/xterm URL: https://invisible-island.net/xterm
License: MIT License: MIT
@ -101,6 +101,9 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%{_mandir}/man1/resize.1* %{_mandir}/man1/resize.1*
%changelog %changelog
* Thu Oct 22 2020 Tomas Korbar <tkorbar@redhat.com> - 361-1
- Rebase to version 361 (#1888488)
* Mon Sep 21 2020 Tomas Korbar <tkorbar@redhat.com> - 360-1 * Mon Sep 21 2020 Tomas Korbar <tkorbar@redhat.com> - 360-1
- Rebase to version 360 (#1880883) - Rebase to version 360 (#1880883)