Rebase to version 379

Resolves: rhbz#2170296
This commit is contained in:
Tomas Korbar 2023-02-20 08:36:59 +01:00
parent 73908343c4
commit 1017331240
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@
/xterm-375.tgz
/xterm-377.tgz
/xterm-378.tgz
/xterm-379.tgz

View File

@ -1 +1 @@
SHA512 (xterm-378.tgz) = 71515ecde2f050c17613f5851d00893326338dc31bd4db6a737792d2848d807c8d82ae9c49f8f673150b042c065d5b2a44da8d0cbcdbffbf55fe0919a1ee9047
SHA512 (xterm-379.tgz) = 69ec8fd7d425e934010543a4e6afcbec273ca1b0fafad3076af37d65fe369d6e0c5b3683003c1c41f70404d50a3ca1e826c98ee1b3ab0ab12dff22d0cb00a98b

View File

@ -3,8 +3,8 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 378
Release: 3%{?dist}
Version: 379
Release: 1%{?dist}
URL: https://invisible-island.net/xterm
License: MIT
BuildRequires: make
@ -100,6 +100,10 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%{_mandir}/man1/resize.1*
%changelog
* Sun Feb 19 2023 Tomas Korbar <tkorbar@redhat.com> - 379-1
- Rebase to version 379
- Resolves: rhbz#2170296
* Wed Feb 08 2023 Tomas Korbar <tkorbar@redhat.com> - 378-3
- Enable readline-mouse configuration option
- Resolves: rhbz#2166860