From cc4d6b361e28636993185501722fbdd3fc3427f1 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Wed, 26 May 2021 10:59:51 +0800 Subject: [PATCH] Add a BuildRequires for gcc (cherry picked from commit b228176c27249cec82231e2fa33f97f0d1a73158) --- cairo.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/cairo.spec b/cairo.spec index b969978..750c27a 100644 --- a/cairo.spec +++ b/cairo.spec @@ -1,8 +1,8 @@ %global cairogl --disable-gl Name: cairo -Version: 1.15.14 -Release: 7 +Version: 1.16.0 +Release: 5 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,7 +82,10 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %{_bindir}/cairo-trace %changelog -* Thu Apr 1 2021 wangkerong - 1.15.14-7 +* Wed May 26 2021 liuyumeng - 1.16.0-5 +- Add a BuildRequires for gcc + +* Thu Apr 1 2021 wangkerong - 1.16.0-4 - Type:cve - ID:CVE-2020-35492 - SUG:NA -- Gitee