diff --git a/pcre.spec b/pcre.spec index 7d70a190d0bd6aca0c9225bc600c6f76e15a2a77..ed792c3bd8f2693774a05a6b2d47f38ae29ffcd8 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 # Is this a stable/testing release: #%%global rcversion RC1 Name: pcre @@ -162,7 +162,7 @@ done %global optflags %{optflags} -fno-strict-aliasing %endif %configure \ -%ifarch s390 s390x sparc64 sparcv9 riscv64 loongarch64 +%ifarch s390 s390x sparc64 sparcv9 riscv64 loongarch64 sw_64 --disable-jit \ %else --enable-jit \ @@ -240,6 +240,9 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcretest.* %changelog +* Fri Jun 30 2023 wxiat - 8.42-6.0.2 +- add sw arch + * Wed Aug 11 2021 zhangwenlong - 8.42-6.0.1 - Support loongarch64