From fc4b585226b60f4ac483db89715a01c8233993d9 Mon Sep 17 00:00:00 2001 From: zhanzhimin <7587189+zzm_567@user.noreply.gitee.com> Date: Tue, 24 Nov 2020 15:44:31 +0800 Subject: [PATCH] delete libcroco dependency --- librsvg2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/librsvg2.spec b/librsvg2.spec index 444c0de..32f220e 100644 --- a/librsvg2.spec +++ b/librsvg2.spec @@ -1,6 +1,6 @@ Name: librsvg2 Version: 2.50.1 -Release: 1 +Release: 2 Summary: An SVG library based on cairo License: LGPLv2+ URL: https://wiki.gnome.org/Projects/LibRsvg @@ -8,7 +8,7 @@ Source0: https://download.gnome.org/sources/librsvg/2.50/librsvg-%{versio BuildRequires: chrpath gcc gobject-introspection-devel cairo-devel libxml2-devel BuildRequires: fontconfig-devel gdk-pixbuf2-devel glib2-devel pkgconfig(cairo-gobject) >= 1.16.0 -BuildRequires: libcroco-devel pango-devel vala cargo rust git-core +BuildRequires: pango-devel vala cargo rust git-core Requires: gdk-pixbuf2 cairo >= 1.16.0 @@ -70,6 +70,9 @@ rm -vrf %{buildroot}%{_datadir}/doc %{_mandir}/man1/*.1* %changelog +* Tue Nov 24 2020 zhanzhimin - 2.50.1-2 +- delete libcroco dependency + * Wed Nov 18 2020 zhanzhimin - 2.50.1-1 - update to 2.50.1 -- Gitee