Rebase to version 359 (#1869418)

This commit is contained in:
Tomas Korbar 2020-08-18 10:47:21 +02:00
parent 7d521159fb
commit dde87d4c31
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/xterm-356.tgz
/xterm-357.tgz
/xterm-358.tgz
/xterm-359.tgz

View File

@ -1 +1 @@
SHA512 (xterm-358.tgz) = fa4769e1ab967b753ac349f968d6240c2eac1fc4f01ee7dace999492e221c6283af0bea0a72289760653cd4f833d08168e613beb3c89ac78dece8eb702d1ab3b
SHA512 (xterm-359.tgz) = 277167e09d8568b4a2c6f65fb572fdd41ed4b8c93d9b1e37118dbd4f37a577544e16d639849b008b54b7c7c8746cd37a086cf3ed396c0cefbfcc085ca297609f

View File

@ -1,7 +1,7 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 358
Release: 2%{?dist}
Version: 359
Release: 1%{?dist}
URL: https://invisible-island.net/xterm
License: MIT
BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel
@ -63,10 +63,10 @@ done
--disable-full-tgetent \
--enable-sixel-graphics
make %{?_smp_mflags}
%make_build
%install
make DESTDIR=$RPM_BUILD_ROOT install
%make_install
cp -fp %{SOURCE1} 16colors.txt
@ -101,6 +101,9 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%{_mandir}/man1/resize.1*
%changelog
* Tue Aug 18 2020 Tomas Korbar <tkorbar@redhat.com> - 359-1
- Rebase to version 359 (#1869418)
* Tue Jul 28 2020 Adam Jackson <ajax@redhat.com> - 358-2
- BuildRequires luit, not xorg-x11-apps