From a5892975c39108cf9764ae13291b75659ca6133d Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Tue, 16 May 2006 14:58:32 +0000 Subject: [PATCH] - buildrequire libxml2-devel from the log: SVG: no (SVG backend requires libxml2) results in: rpmdiff cairo-1.1.6-5.x86_64.rpm removed REQUIRES libxml2.so.2()(64bit) rpmdiff cairo-devel-1.1.6-5.x86_64.rpm removed /usr/include/cairo/cairo-svg.h --- cairo.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cairo.spec b/cairo.spec index 528092a..e497714 100644 --- a/cairo.spec +++ b/cairo.spec @@ -4,7 +4,7 @@ Summary: A vector graphics library Name: cairo Version: 1.1.6 -Release: 5 +Release: 6 URL: http://cairographics.org Source0: %{name}-%{version}.tar.gz License: LGPL/MPL @@ -20,6 +20,7 @@ BuildRequires: pkgconfig BuildRequires: libXrender-devel BuildRequires: libX11-devel BuildRequires: libpng-devel +BuildRequires: libxml2-devel BuildRequires: freetype-devel >= %{freetype_version} BuildRequires: fontconfig-devel >= %{fontconfig_version} @@ -87,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/* %changelog +* Tue May 16 2006 Karsten Hopp 1.1.6-6 +- buildrequire libxml2-devel + * Fri May 5 2006 Carl Worth - 1.1.6-2 - Refuse to build pdf2svg to avoid depending on newer poppler