diff --git a/cairo.spec b/cairo.spec index 66a1f07..7505710 100644 --- a/cairo.spec +++ b/cairo.spec @@ -4,7 +4,7 @@ Summary: A vector graphics library Name: cairo Version: 1.1.4 -Release: 1 +Release: 2 URL: http://cairographics.org Source0: %{name}-%{version}.tar.gz License: LGPL/MPL @@ -23,6 +23,8 @@ BuildRequires: libpng-devel BuildRequires: freetype-devel >= %{freetype_version} BuildRequires: fontconfig-devel >= %{fontconfig_version} +Patch0: cairo-1.1.4-work-with-older-poppler.patch + %description Cairo is a vector graphics library designed to provide high-quality display and print output. Currently supported output targets include @@ -48,6 +50,7 @@ source vector graphics library. %prep %setup -q +%patch0 -p1 -b .work-with-older-poppler %build %configure --enable-warnings --disable-glitz --disable-quartz \ @@ -82,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/* %changelog +* Wed May 3 2006 Carl Worth - 1.1.4-2 +- Revert upstream commit that introduced a dependency on a newer + poppler version for the PDF tests. + * Wed May 3 2006 Carl Worth - 1.1.4-1 - Update to new upstream 1.1.4 - Drop both embedded-bitmaps and XRenderAddGlyphs patches as both now