From 374c3e020fc68dd1bbb29bf2759b7551b8582ae4 Mon Sep 17 00:00:00 2001 From: zou_lin77 <422351577@qq.com> Date: Wed, 9 Dec 2020 17:01:15 +0800 Subject: [PATCH] Modify URL --- readline.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readline.spec b/readline.spec index f359de3..fa2bd90 100644 --- a/readline.spec +++ b/readline.spec @@ -1,10 +1,10 @@ Name: readline Version: 8.0 -Release: 1 +Release: 2 Summary: Readline library for editing typed command lines License: GPLv3+ -URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html +URL: http://tiswww.case.edu/php/chet/readline/rltop.html Source0: http://git.savannah.gnu.org/cgit/readline.git/snapshot/%{name}-%{version}.tar.gz Patch0: readline-8.0-shlib.patch @@ -84,6 +84,9 @@ cp -a %{_libdir}/lib{readline,history}.so.7* %{buildroot}%{_libdir} %changelog +* Wed Dec 9 2020 zoulin - 8.0-2 +- Modify URL + * Mon Jul 13 2020 wangchen - 8.0-1 - update to 8.0 -- Gitee