From 38a730a7a1763b585f1504938bedf7a6c74808a0 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Wed, 26 May 2021 18:55:56 +0800 Subject: [PATCH] Add a BuildRequires for gcc --- cairo.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cairo.spec b/cairo.spec index b969978..47e77aa 100644 --- a/cairo.spec +++ b/cairo.spec @@ -2,7 +2,7 @@ Name: cairo Version: 1.15.14 -Release: 7 +Release: 8 Summary: A 2D graphics library License: LGPLv2 or MPLv1.1 URL: http://cairographics.org @@ -13,6 +13,7 @@ Patch2: CVE-2019-6461.patch Patch3: CVE-2019-6462.patch Patch6000: backport-CVE-2020-35492.patch +BuildRequires: gcc BuildRequires: pkgconfig glib2-devel librsvg2-devel BuildRequires: libXrender-devel libX11-devel libpng-devel libxml2-devel BuildRequires: pixman-devel >= 0.30.0 @@ -81,6 +82,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %{_bindir}/cairo-trace %changelog +* Wed May 26 2021 liuyumeng - 1.15.14-8 +- Add a BuildRequires for gcc + * Thu Apr 1 2021 wangkerong - 1.15.14-7 - Type:cve - ID:CVE-2020-35492 -- Gitee