From fcdb390db2c31aa2f93664910862d27324d6d69e Mon Sep 17 00:00:00 2001 From: guibuilder_pel7x64builder0 Date: Wed, 15 Dec 2021 22:17:06 +0100 Subject: [PATCH] xterm version update 369 Signed-off-by: guibuilder_pel7x64builder0 --- SPECS/xterm.spec | 87 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 78 insertions(+), 9 deletions(-) diff --git a/SPECS/xterm.spec b/SPECS/xterm.spec index 209368e..c2ee0c0 100644 --- a/SPECS/xterm.spec +++ b/SPECS/xterm.spec @@ -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 - 369-1 +- Rebase to version 369 +- Resolves: rhbz#2006589 + +* Fri Jul 23 2021 Fedora Release Engineering - 368-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jul 14 2021 Petr Pisar - 368-2 +- Rebuild against pcre2-10.37 (bug #1965025) + +* Tue Jun 08 2021 Tomas Korbar - 368-1 +- Rebase to version 368 +- Resolves: rhbz#1969214 + +* Fri May 21 2021 Joe Orton - 367-3 +- drop luit support + +* Mon May 17 2021 Peter Hutterer 367-2 +- Add luit to Requires +- Resolves: rhbz#1959210 + +* Mon Apr 12 2021 Tomas Korbar - 367-1 +- Rebase to version 367 +- Resolves: rhbz#1943741 + +* Thu Feb 11 2021 Tomas Korbar - 366-1 +- Rebase to version 366 +- Resolves: rhbz#1927543 + +* Wed Feb 03 2021 Tomas Korbar - 364-1 +- Rebase to version 364 (#1924362) +- Build with pcre2 support (#1909609) + +* Thu Jan 28 2021 Fedora Release Engineering - 363-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jan 19 2021 Tomas Korbar - 363-1 +- Rebase to version 363 (#1910995) +- Build with pcre2 support (#1909609) + +* Fri Nov 13 2020 Tomas Korbar - 362-1 +- Rebase to version 362 (#1896986) + +* Thu Oct 22 2020 Tomas Korbar - 361-1 +- Rebase to version 361 (#1888488) + +* Mon Sep 21 2020 Tomas Korbar - 360-1 +- Rebase to version 360 (#1880883) + +* Tue Aug 18 2020 Tomas Korbar - 359-1 +- Rebase to version 359 (#1869418) + +* Tue Jul 28 2020 Adam Jackson - 358-2 +- BuildRequires luit, not xorg-x11-apps + +* Mon Jul 13 2020 Tomas Korbar - 358-1 +- Rebase to version 358 (#1856126) + +* Mon Jul 06 2020 Tomas Korbar - 357-1 +- Rebase to version 357 (#1853951) + +* Sun May 03 2020 Tomas Korbar - 356-1 +- Rebase to version 356 (#1830237) + +* Wed Apr 29 2020 Tomas Korbar - 354-1 +- Rebase to version 354 (#1828107) + * Mon Feb 24 2020 Tomas Korbar - 353-1 - Rebase to version 353 (#1792091)