diff --git a/.gitignore b/.gitignore index 0f144c5..dc017d5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /xterm-364.tgz /xterm-366.tgz /xterm-367.tgz +/xterm-368.tgz diff --git a/sources b/sources index 63f3374..daa8931 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xterm-367.tgz) = 86fd6ed4e4aa0201349edd67d8bf00d3b93a19640307372011f9bdcd26fdb453267d1ab092a0639902e419b00c175d793b196884b6e65e546650e1b83a4461c4 +SHA512 (xterm-368.tgz) = ea2f27722795c47a406cf4956ecdd05bae19aee621a0183aa167d188a90767a859ce41c6d1b1352b5ebd94d920360d3f26248ec0bb2068c253583d460baeafda diff --git a/xterm.spec b/xterm.spec index 6bf6884..9095416 100644 --- a/xterm.spec +++ b/xterm.spec @@ -3,8 +3,8 @@ Summary: Terminal emulator for the X Window System Name: xterm -Version: 367 -Release: 3%{?dist} +Version: 368 +Release: 1%{?dist} URL: https://invisible-island.net/xterm License: MIT BuildRequires: make @@ -103,6 +103,10 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %{_mandir}/man1/resize.1* %changelog +* 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