Rebase to version 363
Resolves: rhbz#1910995 Build with pcre2 support Resolves: rhbz#1909609
This commit is contained in:
parent
a105b35744
commit
39c3dc0891
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/xterm-360.tgz
|
||||
/xterm-361.tgz
|
||||
/xterm-362.tgz
|
||||
/xterm-363.tgz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xterm-362.tgz) = fddfa689fe948245964b347f27c8c66b28eee82cb78062f0e296053a5db9a20f74786b34058512b109064628992db94e87bc12c79f2db4a50acb79e408173168
|
||||
SHA512 (xterm-363.tgz) = e9148f144e5e38597c84ccd82033f4fb83a9dd222c4cecf7498e31065e7d0148c89631290e5f804fcd9d2d55f59f4fd271aaf220eb636fbe38ae245ea6537871
|
||||
|
@ -1,13 +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
|
||||
|
||||
@ -102,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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user