From 2cbff2db7636189dd204450a63bc953d70a2b93a Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Fri, 4 Jun 2021 11:08:25 +0800 Subject: [PATCH] add gcc to BuildRequires --- libunistring.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libunistring.spec b/libunistring.spec index 227a24e..4cf3f59 100644 --- a/libunistring.spec +++ b/libunistring.spec @@ -1,11 +1,12 @@ Name: libunistring Version: 0.9.10 -Release: 7 +Release: 8 Summary: GNU Unicode string library License: GPLV2+ or LGPLv3+ URL: http://www.gnu.org/software/libunistring/ Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz +BuildRequires: gcc Provides: bundled(gnulib) %description @@ -58,6 +59,9 @@ make check %doc README DEPENDENCIES %changelog +* Fri Jun 4 2021 panxiaohe - 0.9.10-8 +- add gcc to BuildRequires + * Fri Sep 27 2019 shenyangyang - 0.9.10-7 - Type:enhancement - ID:NA