diff --git a/pcre2.spec b/pcre2.spec index 18cb08f21a517e6d258a56fe60e47718a8ad14d6..2358c0526061353b62fac220554f6df14fb3bb6c 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -1,6 +1,6 @@ Name: pcre2 Version: 10.39 -Release: 3 +Release: 4 Summary: Perl Compatible Regular Expressions License: BSD URL: http://www.pcre.org/ @@ -69,7 +69,7 @@ autoreconf -vif %build %configure \ -%ifarch riscv64 +%ifarch riscv64 sw_64 --disable-jit \ %else --enable-jit \ @@ -139,6 +139,9 @@ make check %{_pkgdocdir}/html/ %changelog +* Thu Nov 3 2022 wuzx - 10.39-4 +- Add sw64 architecture + * Tue Oct 18 2022 yangmingtai - 10.39-3 - DESC:sync community patchs