From 81770cccd9ba0070b57991e62240139100452823 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 05:27: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/tcsh.git#7c8cd948e8eb499aaa6139d5a7a2734800d68377 --- tcsh.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tcsh.spec b/tcsh.spec index 11e4e2a..e8c5140 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -13,7 +13,7 @@ Name: tcsh Summary: An enhanced version of csh, the C shell Version: 6.22.03 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: http://www.tcsh.org/ @@ -27,6 +27,7 @@ Requires(post): coreutils Requires(post): grep Requires(postun): sed +BuildRequires: make BuildRequires: gcc BuildRequires: git BuildRequires: autoconf @@ -176,6 +177,9 @@ fi # ============================================================================= %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 6.22.03-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 19 2020 Jan Macku - 6.22.03-1 - Update to tcsh-6.22.03 - Drop tcsh-6.22.02-avoid-gcc-to-fail.patch - applied by upstream