Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/xterm.git#39c3dc0891fb5a5e0b274f83cbe81b9c85fc3a3d
This commit is contained in:
DistroBaker 2021-01-19 09:06:33 +00:00
parent b03b137bf4
commit 4b8002fc5c
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/xterm-360.tgz
/xterm-361.tgz
/xterm-362.tgz
/xterm-363.tgz

View File

@ -1 +1 @@
SHA512 (xterm-362.tgz) = fddfa689fe948245964b347f27c8c66b28eee82cb78062f0e296053a5db9a20f74786b34058512b109064628992db94e87bc12c79f2db4a50acb79e408173168
SHA512 (xterm-363.tgz) = e9148f144e5e38597c84ccd82033f4fb83a9dd222c4cecf7498e31065e7d0148c89631290e5f804fcd9d2d55f59f4fd271aaf220eb636fbe38ae245ea6537871

View File

@ -1,12 +1,13 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 362
Version: 363
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 luit
BuildRequires: libxkbfile-devel luit pcre2-devel
Requires: xterm-resize = %{version}-%{release}
Recommends: xorg-x11-fonts-misc
@ -101,6 +102,10 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%{_mandir}/man1/resize.1*
%changelog
* 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)