From 32f1425b3d631bee71ea086017655737a2a150d4 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Tue, 8 Jun 2021 09:59:59 +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 f8f6967..5fef5e0 100644 --- a/yajl.spec +++ b/yajl.spec @@ -1,6 +1,6 @@ Name: yajl Version: 2.1.0 -Release: 12 +Release: 13 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-13 +- add gcc to BuildRequires + * Sat Aug 31 2019 dongjian - 2.1.0-12 - Type:bugfix - ID:NA -- Gitee