From 624759173800b6c0d9ae8a627e26084ee745e605 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 28 Oct 2020 00:09:10 +0100 Subject: [PATCH] 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#0403565e9c92e1e7646bbed97c8415232111477c --- .gitignore | 1 + sources | 2 +- xterm.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e029e4e..fe38fb6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /xterm-358.tgz /xterm-359.tgz /xterm-360.tgz +/xterm-361.tgz diff --git a/sources b/sources index b8044b4..bf794ff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xterm-360.tgz) = ffca51e21584e4b84b271a555bead45df1759a9e353d776fd7d8736fb001b71cfa14dc85336c01c304b4fc98297523b1a943792da73b453e1810b890671bb607 +SHA512 (xterm-361.tgz) = 99e2a018729840c3ec8fe81d3cb305af249b641ceb40c2020f3cd4af3be7d88b6174a39fe8aa614d4ba1734af5f858762ffd68c9ee118ec3ef9030469583e852 diff --git a/xterm.spec b/xterm.spec index 40acd16..fec731e 100644 --- a/xterm.spec +++ b/xterm.spec @@ -1,6 +1,6 @@ Summary: Terminal emulator for the X Window System Name: xterm -Version: 360 +Version: 361 Release: 1%{?dist} URL: https://invisible-island.net/xterm License: MIT @@ -101,6 +101,9 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %{_mandir}/man1/resize.1* %changelog +* 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)