From d65c520f441fcf01fdd9340fa7921cd2cfba357c Mon Sep 17 00:00:00 2001 From: wangjiang Date: Mon, 21 Nov 2022 09:46:14 +0800 Subject: [PATCH] modify Source0 --- tcsh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tcsh.spec b/tcsh.spec index 6cc3836..9912df1 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 +* Mon Nov 21 2022 wangjiang - 6.23.00-3 +- modify Source0 + * Tue Nov 01 2022 wangjiang - 6.23.00-2 - Rebuild for next release -- Gitee