diff --git a/pcre.spec b/pcre.spec index db7cb33d47cac5056f313c5789323447b2cecca9..12fe753ef4a04fd77df58cf219fc4775eb0f3d43 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,6 +1,6 @@ Name: pcre Version: 8.45 -Release: 3 +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 @@ -75,7 +75,7 @@ The %{name}-help package contains doc files for %{name}. libtoolize -cf autoreconf -vif %configure \ -%ifarch riscv64 loongarch64 +%ifarch riscv64 sw_64 loongarch64 --disable-jit \ %else --enable-jit \ @@ -116,6 +116,15 @@ 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 + +* Sat Nov 26 2022 wuzx - 8.45-4 +- Add sw64 architecture + * Mon Nov 14 2022 zhaozhen - 8.45-3 - Type:enhancement - ID:NA