From fe992e2c3b46e977a62e2c08cb375824f24aeddf Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Tue, 8 Jun 2021 09:56:26 +0800 Subject: [PATCH] add gcc to BuildRequires --- yajl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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