From 4e240609d5264180e3735d522554fbe0358a91a2 Mon Sep 17 00:00:00 2001 From: liqingqing_1229 Date: Tue, 13 Oct 2020 15:55:13 +0800 Subject: [PATCH] update source 0 --- figlet.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/figlet.spec b/figlet.spec index 5b31947..07aa38c 100644 --- a/figlet.spec +++ b/figlet.spec @@ -2,11 +2,11 @@ Name: figlet Version: 2.2.5 -Release: 1 +Release: 2 Summary: FIGlet is a program for making large letters out of ordinary text License: BSD URL: http://www.figlet.org/ -Source0: https://github.com/cmatsuoka/figlet/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/cmatsuoka/figlet/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: figlet-fix-man-install-path.patch @@ -44,6 +44,9 @@ end of e-mail and UseNet messages. /usr/share/%{name}/ %changelog +* Tue Oct 13 2020 liqingqing_1229 +- update source0 + * Sun Mar 29 2020 Wei Xiong - Package init -- Gitee