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