Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/xterm.git#e605fc79ecd73ad7bb873f576c65d34a3e2e169f
This commit is contained in:
DistroBaker 2021-02-11 17:03:08 +00:00
parent 1f93fe3fca
commit 5424e02b8e
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/xterm-362.tgz /xterm-362.tgz
/xterm-363.tgz /xterm-363.tgz
/xterm-364.tgz /xterm-364.tgz
/xterm-366.tgz

View File

@ -1 +1 @@
SHA512 (xterm-364.tgz) = c9363a4f64622729a8c954833956bf4019eb69dfc6e7b448be7f0dbf4ac5a56788a32d14f952e2c5021efd9c02e5390dadfbd9a11332a7a1c11c1e43972cd28d SHA512 (xterm-366.tgz) = ffab7e0970b92a25488bd57da2dfe2856279208c489a632e0e92788deec2a4f99510f76e1c88e55f389dfe984c323add0fab31b04d2a1d774ce6d3b2c9c642ef

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: 364 Version: 366
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
* Thu Feb 11 2021 Tomas Korbar <tkorbar@redhat.com> - 366-1
- Rebase to version 366
- Resolves: rhbz#1927543
* Wed Feb 03 2021 Tomas Korbar <tkorbar@redhat.com> - 364-1 * Wed Feb 03 2021 Tomas Korbar <tkorbar@redhat.com> - 364-1
- Rebase to version 364 (#1924362) - Rebase to version 364 (#1924362)
- Build with pcre2 support (#1909609) - Build with pcre2 support (#1909609)