From ecd89c3f24da5bf9d800264f9f24088d0a57c21e Mon Sep 17 00:00:00 2001 From: Mingtai Date: Sat, 26 Nov 2022 07:48:54 +0000 Subject: [PATCH] update Source0 URL Signed-off-by: Mingtai --- pcre.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pcre.spec b/pcre.spec index 1521a63..5bba355 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,6 +1,6 @@ Name: pcre Version: 8.45 -Release: 4 +Release: 5 Summary: Perl Compatible Regular Expressions ## Source package only: # INSTALL: FSFAP @@ -25,7 +25,7 @@ Summary: Perl Compatible Regular Expressions # other files: BSD License: BSD URL: http://www.pcre.org/ -Source0: https://ftp.pcre.org/pub/pcre/%{name}-%{version}.tar.bz2 +Source0: https://sourceforge.net/projects/pcre/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildRequires: readline-devel autoconf automake coreutils @@ -116,6 +116,12 @@ make check VERBOSE=yes %{_mandir}/man3/* %changelog +* Sat Nov 26 2022 yangmingtai - 8.45-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:update Source0 URL + * Mon Nov 14 2022 zhaozhen - 8.45-4 - Type:enhancement - ID:NA