From 78460c171d4564923dcf8699f1421baa33807d47 Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Mon, 20 Jan 2020 23:13:21 +0800 Subject: [PATCH] add build requires of libtool --- libcroco.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libcroco.spec b/libcroco.spec index a161852..f0b7464 100644 --- a/libcroco.spec +++ b/libcroco.spec @@ -1,6 +1,6 @@ Name: libcroco Version: 0.6.12 -Release: 12 +Release: 13 Summary: A CSS parsing library License: LGPLv2 URL: https://github.com/GNOME/libcroco @@ -10,7 +10,7 @@ Patch6000: 0002-input-check-end-of-input-before-reading-a-byte.patch Patch6001: 0004-tknzr-support-only-max-long-rgb-values.patch Patch6002: CVE-2017-8834_CVE-2017-8871.patch -BuildRequires: git gcc glib2-devel libxml2-devel pkgconfig gtk-doc +BuildRequires: git gcc glib2-devel libxml2-devel pkgconfig gtk-doc libtool %description Libcroco is a standalone css2 parsing and manipulation library. @@ -65,6 +65,12 @@ make test %changelog +* Mon Jan 20 2020 hanxinke - 0.6.12-13 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add build requires for libtool + * Wed Jan 8 2020 hanxinke - 0.6.12-12 - Type:enhancement - ID:NA -- Gitee