Rebase to version 360

Resolves: rhbz#1880883
This commit is contained in:
Tomas Korbar 2020-09-21 07:45:01 +02:00
parent dde87d4c31
commit 2c71d4c0ce
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/xterm-357.tgz
/xterm-358.tgz
/xterm-359.tgz
/xterm-360.tgz

View File

@ -1 +1 @@
SHA512 (xterm-359.tgz) = 277167e09d8568b4a2c6f65fb572fdd41ed4b8c93d9b1e37118dbd4f37a577544e16d639849b008b54b7c7c8746cd37a086cf3ed396c0cefbfcc085ca297609f
SHA512 (xterm-360.tgz) = ffca51e21584e4b84b271a555bead45df1759a9e353d776fd7d8736fb001b71cfa14dc85336c01c304b4fc98297523b1a943792da73b453e1810b890671bb607

View File

@ -1,6 +1,6 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 359
Version: 360
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
* Mon Sep 21 2020 Tomas Korbar <tkorbar@redhat.com> - 360-1
- Rebase to version 360 (#1880883)
* Tue Aug 18 2020 Tomas Korbar <tkorbar@redhat.com> - 359-1
- Rebase to version 359 (#1869418)