From 5424e02b8e8e252a84df656daa94968d30c215b3 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 11 Feb 2021 17:03:08 +0000 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#e605fc79ecd73ad7bb873f576c65d34a3e2e169f --- .gitignore | 1 + sources | 2 +- xterm.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 479ae0f..41b3213 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /xterm-362.tgz /xterm-363.tgz /xterm-364.tgz +/xterm-366.tgz diff --git a/sources b/sources index 52eddb7..fbd9b37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xterm-364.tgz) = c9363a4f64622729a8c954833956bf4019eb69dfc6e7b448be7f0dbf4ac5a56788a32d14f952e2c5021efd9c02e5390dadfbd9a11332a7a1c11c1e43972cd28d +SHA512 (xterm-366.tgz) = ffab7e0970b92a25488bd57da2dfe2856279208c489a632e0e92788deec2a4f99510f76e1c88e55f389dfe984c323add0fab31b04d2a1d774ce6d3b2c9c642ef diff --git a/xterm.spec b/xterm.spec index 37737bd..42c9e31 100644 --- a/xterm.spec +++ b/xterm.spec @@ -1,6 +1,6 @@ Summary: Terminal emulator for the X Window System Name: xterm -Version: 364 +Version: 366 Release: 1%{?dist} URL: https://invisible-island.net/xterm License: MIT @@ -103,6 +103,10 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %{_mandir}/man1/resize.1* %changelog +* Thu Feb 11 2021 Tomas Korbar - 366-1 +- Rebase to version 366 +- Resolves: rhbz#1927543 + * Wed Feb 03 2021 Tomas Korbar - 364-1 - Rebase to version 364 (#1924362) - Build with pcre2 support (#1909609)