xterm package update
Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>master
parent
26503146fa
commit
af7cf5a6c0
|
@ -1,10 +1,9 @@
|
|||
Summary: Terminal emulator for the X Window System
|
||||
Name: xterm
|
||||
Version: 348
|
||||
Version: 351
|
||||
Release: 1%{?dist}
|
||||
URL: https://invisible-island.net/xterm
|
||||
License: MIT
|
||||
Group: User Interface/X
|
||||
BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel
|
||||
BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils
|
||||
BuildRequires: libxkbfile-devel xorg-x11-apps
|
||||
|
@ -61,7 +60,8 @@ done
|
|||
--with-icondir=%{_datadir}/icons \
|
||||
--with-utempter \
|
||||
--with-tty-group=tty \
|
||||
--disable-full-tgetent
|
||||
--disable-full-tgetent \
|
||||
--enable-sixel-graphics
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
@ -99,6 +99,36 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
|
|||
%{_mandir}/man1/resize.1*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 25 2019 Tomas Korbar <tkorbar@redhat.com> - 351-1
|
||||
- update to 351
|
||||
|
||||
* 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)
|
||||
|
||||
* Tue Sep 24 2019 Tomas Korbar <tkorbar@redhat.com> - 349-1
|
||||
- update to 349
|
||||
|
||||
* Mon Aug 26 2019 Tomas Korbar <tkorbar@redhat.com> - 348-1
|
||||
- update to 348
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 346-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue May 28 2019 Miroslav Lichvar <mlichvar@redhat.com> 346-1
|
||||
- update to 346
|
||||
|
||||
* Tue May 14 2019 Miroslav Lichvar <mlichvar@redhat.com> 345-1
|
||||
- update to 345
|
||||
|
||||
* Tue Feb 26 2019 Miroslav Lichvar <mlichvar@redhat.com> 344-1
|
||||
- update to 344
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 334-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Aug 13 2018 Miroslav Lichvar <mlichvar@redhat.com> 334-1
|
||||
- update to 334
|
||||
|
||||
|
|
Loading…
Reference in New Issue