From 31f114ad702a8fbdea4c9caa6552e904aca0eb60 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Thu, 22 Sep 2022 15:17:00 +0800 Subject: [PATCH] modify URL --- yajl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yajl.spec b/yajl.spec index 9e3ef34..53ea054 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 -- Gitee