From 1dc1a03f2c6cdfe27d4e8eed76097d63ab34aaf2 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Thu, 22 Sep 2022 14:56:40 +0800 Subject: [PATCH] modify URL --- yajl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yajl.spec b/yajl.spec index a4b1c8a..d6dbcd0 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 -- Gitee