diff --git a/libcroco.spec b/libcroco.spec index a3f76a8025173085c22bbcd10ccdbbfcd4b9973f..67a033550e60e9fcbb9d9b0fe48bf1d3d8b595f5 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