diff --git a/yajl.spec b/yajl.spec index 9350d9e5e1ceb29305de6b4b151b20508650ea27..2b4a93a9ee7759f69c599686f61bb5c1ca9a33a8 100644 --- a/yajl.spec +++ b/yajl.spec @@ -3,7 +3,7 @@ Name: yajl Version: 2.1.0 -Release: 23 +Release: 24 Summary: Yet Another JSON Library License: ISC URL: https://github.com/lloyd/yajl @@ -47,11 +47,9 @@ necessary for developing against the yajl library. %cmake_install %check -#cd test -#(cd parsing && ./run_tests.sh) -#(cd api && ./run_tests.sh) -#Run the 'make test' command to execute the test case temporarily -%make_build test +cd test +(cd parsing && ./run_tests.sh) +(cd api && ./run_tests.sh) %files %license COPYING @@ -67,6 +65,9 @@ necessary for developing against the yajl library. %{_libdir}/pkgconfig/yajl.pc %changelog +* Fri Jan 24 2025 fuanan - 2.1.0-24 +- revert to the original test case + * Tue Jan 14 2025 pengjian - 2.1.0-23 - fix CVE-2017-16516