From ff1749b1d870837cdafe0f4e1ff15b911767aee2 Mon Sep 17 00:00:00 2001 From: zou_lin77 <422351577@qq.com> Date: Wed, 9 Dec 2020 16:48:10 +0800 Subject: [PATCH] Modify URL --- readline.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readline.spec b/readline.spec index 4df88c6..c5eba78 100644 --- a/readline.spec +++ b/readline.spec @@ -1,10 +1,10 @@ Name: readline Version: 8.0 -Release: 2 +Release: 3 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 Patch0000: 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-3 +- Modify URL + * Wed Jun 24 2020 xuping - 8.0-2 - quality enhancement synchronization github patch -- Gitee