diff --git a/pcre.spec b/pcre.spec index 440e065..3fe81b1 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,6 +1,6 @@ Name: pcre Version: 8.45 -Release: 2 +Release: 3 Summary: Perl Compatible Regular Expressions ## Source package only: # INSTALL: FSFAP @@ -75,7 +75,7 @@ The %{name}-help package contains doc files for %{name}. libtoolize -cf autoreconf -vif %configure \ -%ifarch riscv64 +%ifarch riscv64 sw_64 --disable-jit \ %else --enable-jit \ @@ -116,6 +116,9 @@ make check VERBOSE=yes %{_mandir}/man3/* %changelog +* Thu Nov 3 2022 wuzx - 8.45-3 +- Add sw64 architecture + * Sat Oct 8 2022 huangduirong - 8.45-2 - Type:enhancement - ID:NA