diff --git a/pcre2.spec b/pcre2.spec index 6789b9c71d2c3dcd61b666e8fe25846e1637328a..2b2e487ca55b54529a14be83b6eaf2fad84324bd 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