Browse Source

update to v372

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2 years ago
parent
commit
6343e9d3de
  1. BIN
      SOURCES/xterm-366.tgz
  2. 75
      SPECS/xterm.spec

BIN
SOURCES/xterm-366.tgz

Binary file not shown.

75
SPECS/xterm.spec

@ -1,7 +1,10 @@ @@ -1,7 +1,10 @@

%bcond_with trace

Summary: Terminal emulator for the X Window System
Name: xterm
Version: 366
Release: 8%{?dist}
Version: 372
Release: 2%{?dist}
URL: https://invisible-island.net/xterm
License: MIT
BuildRequires: make
@ -11,15 +14,13 @@ BuildRequires: libxkbfile-devel pcre2-devel pkgconfig(libpcre2-posix) @@ -11,15 +14,13 @@ BuildRequires: libxkbfile-devel pcre2-devel pkgconfig(libpcre2-posix)
Requires: xterm-resize = %{version}-%{release}
Recommends: xorg-x11-fonts-misc

Source0: http://ftp.invisible-island.net/archives/xterm/%{name}-%{version}.tgz
Source1: http://ftp.invisible-island.net/archives/xterm/16colors.txt
Source0: ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz
Source1: ftp://ftp.invisible-island.net/xterm/16colors.txt

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
@ -50,18 +51,16 @@ done @@ -50,18 +51,16 @@ done
%configure \
--enable-meta-sends-esc \
--disable-backarrow-key \
--enable-256-color \
--enable-exec-xterm \
%{?with_trace: --enable-trace} \
--enable-warnings \
--enable-wide-chars \
--with-app-defaults=%{x11_app_defaults_dir} \
--with-icon-theme=hicolor \
--with-icondir=%{_datadir}/icons \
--with-utempter \
--with-tty-group=tty \
--disable-full-tgetent \
--with-pcre2
--with-pcre2

%make_build

@ -101,30 +100,52 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata @@ -101,30 +100,52 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%{_mandir}/man1/resize.1*

%changelog
* Tue Feb 08 2022 Tomas Korbar <tkorbar@redhat.com> - 366-8
- disable sixel support
- Resolves: CVE-2022-24130
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 372-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Mon Apr 25 2022 Tomas Korbar <tkorbar@redhat.com> - 372-1
- Rebase to version 372
- Resolves: rhbz#2062511

* Mon Feb 28 2022 Tomas Korbar <tkorbar@redhat.com> - 371-1
- Rebase to version 371
- Resolves: rhbz#2058442

* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 370-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Fri Jan 07 2022 Thomas E. Dickey <dickey@invisible-island.net> - 370-2
- Trim configure options which are no longer necessary.
- Resolves: rhbz#2038247

* Tue Nov 30 2021 Tomas Korbar <tkorbar@redhat.com> - 370-1
- Rebase to version 370
- Resolves: rhbz#2023017

* Wed Sep 22 2021 Tomas Korbar <tkorbar@redhat.com> - 369-1
- Rebase to version 369
- Resolves: rhbz#2006589

* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com>
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 368-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Thu 05 Aug 2021 Lukas Javorsky <ljavorsk@redhat.com> - 366-6
- Second rebuild against pcre2-10.37 (bug #1970765)
* Wed Jul 14 2021 Petr Pisar <ppisar@redhat.com> - 368-2
- Rebuild against pcre2-10.37 (bug #1965025)

* Thu Aug 05 2021 Tomas Korbar <tkorbar@redhat.com> - 366-5
- Rebuild because of missing gating configuration
- Related: rhbz#1970765
* Tue Jun 08 2021 Tomas Korbar <tkorbar@redhat.com> - 368-1
- Rebase to version 368
- Resolves: rhbz#1969214

* Wed Jul 28 2021 Lukas Javorsky <ljavorsk@redhat.com> - 366-4
- Rebuild against pcre2-10.37 (bug #1970765)
* Fri May 21 2021 Joe Orton <jorton@redhat.com> - 367-3
- drop luit support

* Tue Jun 01 2021 Tomas Korbar <tkorbar@redhat.com> - 366-3
- Drop luit support
- Resolves: rhbz#1959213
* Mon May 17 2021 Peter Hutterer <peter.hutterer@redhat.com> 367-2
- Add luit to Requires
- Resolves: rhbz#1959210

* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 366-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* 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

Loading…
Cancel
Save