diff --git a/cairo.spec b/cairo.spec index 8025669f3d1c6b7a0c37cb0196c4e838ce82b403..7187e0a15d26929d8750eaa255b420ab3b2e3833 100644 --- a/cairo.spec +++ b/cairo.spec @@ -2,7 +2,7 @@ Name: cairo Version: 1.16.0 -Release: 3 +Release: 5 Summary: A 2D graphics library License: LGPLv2 or MPLv1.1 URL: http://cairographics.org @@ -16,6 +16,7 @@ Patch0005: CVE-2019-6461.patch Patch0006: CVE-2019-6462.patch Patch6001: 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 @@ -84,7 +85,10 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %{_bindir}/cairo-trace %changelog -* Thu Apr 15 2021 wangkerong - 1.16.0-3 +* 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