From 06ccfbdba9acd87c9da51484aa1167701727d167 Mon Sep 17 00:00:00 2001 From: wangjiang Date: Fri, 18 Nov 2022 10:46:48 +0800 Subject: [PATCH] modify Source0 (cherry picked from commit 91965553fa3bebf6d65d923afe2faa9ee30b053f) --- tcsh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tcsh.spec b/tcsh.spec index 9bd03a4..bd6f1e5 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -1,10 +1,10 @@ Name: tcsh Version: 6.23.00 -Release: 2 +Release: 3 Summary: C shell with file name completion and command line editing License: BSD URL: http://www.tcsh.org/ -Source0: http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/%{name}/%{name}-%{version}.tar.gz +Source0: http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/%{name}/old/%{name}-%{version}.tar.gz BuildRequires: gettext-devel ncurses-devel autoconf gcc Requires(post): coreutils grep @@ -95,6 +95,9 @@ fi %changelog +* Fri Nov 18 2022 wangjiang - 6.23.00-3 +- modify Source0 + * Tue Oct 25 2022 wangjiang - 6.23.00-2 - Rebuild for next release -- Gitee