diff --git a/yajl.spec b/yajl.spec index a4b1c8a0d32f7250d8470e6a62b301684397bc99..d6dbcd094c0b96927882b1720987d5c97483f50b 100644 --- a/yajl.spec +++ b/yajl.spec @@ -1,9 +1,9 @@ Name: yajl Version: 2.1.0 -Release: 18 +Release: 19 Summary: Yet Another JSON Library License: ISC -URL: http://lloyd.github.com/yajl/ +URL: https://github.com/lloyd/yajl Source0: https://github.com/lloyd/yajl/archive/%{version}.tar.gz Patch1: 0001-yajl-2.1.0-pkgconfig-location.patch @@ -71,6 +71,9 @@ cd ../api %{_libdir}/libyajl_s.a %changelog +* Thu Sep 22 2022 panxiaohe - 2.1.0-19 +- modify URL + * Fri Sep 9 2022 panxiaohe - 2.1.0-18 - assert error when memory allocation failed