From 26b25e0aaec04b9604307cd6cda117416a4c0036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=AE=87=E5=BD=AA?= Date: Sat, 26 Nov 2022 03:16:32 +0000 Subject: [PATCH] Update the Source0 URL. (cherry picked from commit 332b5eb47ca0e700313146812ef5e2a904aa0717) --- pcre2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pcre2.spec b/pcre2.spec index 31d304d..f8c1f64 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -1,10 +1,10 @@ Name: pcre2 Version: 10.39 -Release: 5 +Release: 6 Summary: Perl Compatible Regular Expressions License: BSD URL: http://www.pcre.org/ -Source0: https://ftp.pcre.org/pub/pcre/%{name}-%{version}.tar.bz2 +Source0: https://github.com/PCRE2Project/pcre2/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 # Do no set RPATH if libdir is not /usr/lib Patch6000: backport-pcre2-10.10-Fix-multilib.patch @@ -139,6 +139,9 @@ make check %{_pkgdocdir}/html/ %changelog +* Sat Nov 26 2022 huyubiao - 10.39-6 +- Update the Source0 URL. + * Mon Nov 14 2022 zhaozhen - 10.39-5 - Type:enhancement - ID:NA -- Gitee