xterm version update 369
Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>master
parent
46fd8fead0
commit
fcdb390db2
|
@ -1,14 +1,18 @@
|
|||
|
||||
%bcond_with trace
|
||||
|
||||
Summary: Terminal emulator for the X Window System
|
||||
Name: xterm
|
||||
Version: 355
|
||||
Version: 369
|
||||
Release: 1%{?dist}
|
||||
URL: https://invisible-island.net/xterm
|
||||
License: MIT
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel
|
||||
BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils
|
||||
BuildRequires: libxkbfile-devel xorg-x11-apps
|
||||
BuildRequires: libxkbfile-devel pcre2-devel pkgconfig(libpcre2-posix)
|
||||
Requires: xterm-resize = %{version}-%{release}
|
||||
#Recommends: xorg-x11-fonts-misc
|
||||
Requires: xorg-x11-fonts-misc
|
||||
|
||||
Source0: ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz
|
||||
Source1: ftp://ftp.invisible-island.net/xterm/16colors.txt
|
||||
|
@ -17,8 +21,6 @@ Patch1: xterm-defaults.patch
|
|||
Patch2: xterm-desktop.patch
|
||||
Patch3: xterm-man-paths.patch
|
||||
|
||||
%bcond_with trace
|
||||
|
||||
%global x11_app_defaults_dir %(pkg-config --variable appdefaultdir xt)
|
||||
|
||||
%description
|
||||
|
@ -51,7 +53,6 @@ done
|
|||
--disable-backarrow-key \
|
||||
--enable-256-color \
|
||||
--enable-exec-xterm \
|
||||
--enable-luit \
|
||||
%{?with_trace: --enable-trace} \
|
||||
--enable-warnings \
|
||||
--enable-wide-chars \
|
||||
|
@ -61,12 +62,13 @@ done
|
|||
--with-utempter \
|
||||
--with-tty-group=tty \
|
||||
--disable-full-tgetent \
|
||||
--enable-sixel-graphics
|
||||
--enable-sixel-graphics \
|
||||
--with-pcre2
|
||||
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
%make_install
|
||||
|
||||
cp -fp %{SOURCE1} 16colors.txt
|
||||
|
||||
|
@ -101,6 +103,73 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
|
|||
%{_mandir}/man1/resize.1*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 22 2021 Tomas Korbar <tkorbar@redhat.com> - 369-1
|
||||
- Rebase to version 369
|
||||
- Resolves: rhbz#2006589
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 368-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jul 14 2021 Petr Pisar <ppisar@redhat.com> - 368-2
|
||||
- Rebuild against pcre2-10.37 (bug #1965025)
|
||||
|
||||
* Tue Jun 08 2021 Tomas Korbar <tkorbar@redhat.com> - 368-1
|
||||
- Rebase to version 368
|
||||
- Resolves: rhbz#1969214
|
||||
|
||||
* Fri May 21 2021 Joe Orton <jorton@redhat.com> - 367-3
|
||||
- drop luit support
|
||||
|
||||
* Mon May 17 2021 Peter Hutterer <peter.hutterer@redhat.com> 367-2
|
||||
- Add luit to Requires
|
||||
- Resolves: rhbz#1959210
|
||||
|
||||
* Mon Apr 12 2021 Tomas Korbar <tkorbar@redhat.com> - 367-1
|
||||
- Rebase to version 367
|
||||
- Resolves: rhbz#1943741
|
||||
|
||||
* 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
|
||||
- Rebase to version 364 (#1924362)
|
||||
- Build with pcre2 support (#1909609)
|
||||
|
||||
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 363-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jan 19 2021 Tomas Korbar <tkorbar@redhat.com> - 363-1
|
||||
- Rebase to version 363 (#1910995)
|
||||
- Build with pcre2 support (#1909609)
|
||||
|
||||
* Fri Nov 13 2020 Tomas Korbar <tkorbar@redhat.com> - 362-1
|
||||
- Rebase to version 362 (#1896986)
|
||||
|
||||
* Thu Oct 22 2020 Tomas Korbar <tkorbar@redhat.com> - 361-1
|
||||
- Rebase to version 361 (#1888488)
|
||||
|
||||
* Mon Sep 21 2020 Tomas Korbar <tkorbar@redhat.com> - 360-1
|
||||
- Rebase to version 360 (#1880883)
|
||||
|
||||
* 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
|
||||
|
||||
* Mon Jul 13 2020 Tomas Korbar <tkorbar@redhat.com> - 358-1
|
||||
- Rebase to version 358 (#1856126)
|
||||
|
||||
* Mon Jul 06 2020 Tomas Korbar <tkorbar@redhat.com> - 357-1
|
||||
- Rebase to version 357 (#1853951)
|
||||
|
||||
* Sun May 03 2020 Tomas Korbar <tkorbar@redhat.com> - 356-1
|
||||
- Rebase to version 356 (#1830237)
|
||||
|
||||
* Wed Apr 29 2020 Tomas Korbar <tkorbar@redhat.com> - 354-1
|
||||
- Rebase to version 354 (#1828107)
|
||||
|
||||
* Mon Feb 24 2020 Tomas Korbar <tkorbar@redhat.com> - 353-1
|
||||
- Rebase to version 353 (#1792091)
|
||||
|
||||
|
|
Loading…
Reference in New Issue