diff --git a/yajl.spec b/yajl.spec index bf9bf45..ac20275 100644 --- a/yajl.spec +++ b/yajl.spec @@ -1,6 +1,6 @@ Name: yajl Version: 2.1.0 -Release: 13 +Release: 14 Summary: Yet Another JSON Library License: ISC URL: http://lloyd.github.com/yajl/ @@ -12,7 +12,7 @@ Patch3: yajl-2.1.0-test-location.patch Patch4: yajl-2.1.0-dynlink-binaries.patch Patch5: yajl-2.1.0-fix-memory-leak.patch -BuildRequires: cmake +BuildRequires: cmake gcc %description yajl is a small event-driven JSON parser written in ANSI C, and a small @@ -67,6 +67,9 @@ cd ../api %{_libdir}/libyajl_s.a %changelog +* Tue Jun 8 2021 panxiaohe - 2.1.0-14 +- add gcc to BuildRequires + * Wed Sep 9 2020 wangchen - 2.1.0-13 - Type:enhancement - ID:NA