From e7b63214a0cf46ea8eded14539e81aa2d4ef2f40 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:58:26 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- libcroco.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libcroco.spec b/libcroco.spec index a3f76a8..67a0335 100644 --- a/libcroco.spec +++ b/libcroco.spec @@ -1,6 +1,6 @@ Name: libcroco Version: 0.6.13 -Release: 3 +Release: 4 Summary: A CSS parsing library License: LGPLv2 URL: https://formulae.brew.sh/formula/libcroco @@ -9,7 +9,7 @@ Source0: https://gitlab.gnome.org/Archive/libcroco/-/archive/%{version}/% Patch0: CVE-2017-8834_CVE-2017-8871.patch Patch1: backport-CVE-2020-12825-parser-limit-recursion-in-block-and-any-productions.patch -BuildRequires: git gcc glib2-devel libxml2-devel pkgconfig gtk-doc libtool +BuildRequires: gcc glib2-devel libxml2-devel pkgconfig gtk-doc libtool %description Libcroco is a standalone css2 parsing and manipulation library. @@ -27,7 +27,7 @@ Files for %{name} development %package_help %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 sh autogen.sh %build @@ -64,6 +64,9 @@ make test %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.6.13-4 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Tue Jan 12 2021 zoulin - 0.6.13-3 - Type:CVE - CVE:CVE-2020-12825 -- Gitee