diff --git a/cairo.spec b/cairo.spec index b969978a2570037cd096ffd25dc34b30dc2d30c8..750c27a04a6e5513a6590cba4e34a6b0451686f4 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