diff --git a/rapidjson.spec b/rapidjson.spec index 8340c8fd8cbf18ef4223e2a5c784f1a391db9dd2..1855efc3a739ff62a9ffc477864c7f5d41b2da3f 100644 --- a/rapidjson.spec +++ b/rapidjson.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 %global debug_package %{nil} @@ -20,13 +20,15 @@ Patch2: fix-cve-2024-38517.patch Patch3: Make-valgrind-optional-for-riscv64.patch -ExclusiveArch: aarch64 x86_64 riscv64 +ExclusiveArch: aarch64 x86_64 riscv64 loongarch64 BuildRequires: cmake BuildRequires: make BuildRequires: gcc-c++ BuildRequires: gtest-devel +%ifnarch loongarch64 BuildRequires: valgrind +%endif BuildRequires: doxygen %description @@ -128,6 +130,9 @@ find %{buildroot} -type f -name 'CMake*.txt' -delete %changelog +* Mon Dec 08 2025 Hao Wu - 1.1.0-5 +- skip valgrind_unittest on loongarch64 + * Mon Jun 09 2025 Shangtong Guo - 1.1.0-4 - fix test error on riscv64