update to 350

Resolves: rhbz#1768150
Resolves: rhbz#1771042
This commit is contained in:
Tomas Korbar 2019-11-12 10:54:39 +01:00
parent bb3103106a
commit 7c201cc01b
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/xterm-346.tgz
/xterm-348.tgz
/xterm-349.tgz
/xterm-350.tgz

View File

@ -1 +1 @@
SHA512 (xterm-349.tgz) = d350671a262973b6486dd9785f84c1f09b6a5e52898ce38d39ed2b11cd8208c473c63c3504533e7e9004af4e690d9032828a14fe6c5474523cfb8ec4badcbd0f
SHA512 (xterm-350.tgz) = 66e6cb37ebedd65c473b04cc31917e509f50652358414787a0a3f0b8f39ae957bf0aefe372576f82a698fccc6c45840cd4e4a2d8ce9f0b1fe5582ed88dae724f

View File

@ -1,7 +1,7 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 349
Release: 2%{?dist}
Version: 350
Release: 1%{?dist}
URL: https://invisible-island.net/xterm
License: MIT
BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel
@ -101,6 +101,9 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%{_mandir}/man1/resize.1*
%changelog
* Tue Nov 12 2019 Tomas Korbar <tkorbar@redhat.com> - 350-1
- update to 350
* Tue Oct 29 2019 Tomas Korbar <tkorbar@redhat.com> - 349-2
- enable sixel graphics (#1763712)