From 86235ac9138d3e8036864868387ca625b851b032 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 27 Sep 2008 13:40:55 +0000 Subject: [PATCH] latest cairo has renamed function --- pango/pango.patch | 12 ++++++++++++ pango/pango.spec | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/pango/pango.patch b/pango/pango.patch index fe2cb975e9..84e2d555cd 100644 --- a/pango/pango.patch +++ b/pango/pango.patch @@ -116,3 +116,15 @@ Index: pangoxft.pc.in Libs: -L${libdir} -lpangoxft-@PANGO_API_VERSION@ -Cflags: -I${includedir}/pango-1.0 +Cflags: -I${includedir}/pango-1.0 -I${includedir} +Index: pango/pangocairo-render.c +--- pango/pangocairo-render.c.orig 2008-08-06 11:13:59 +0200 ++++ pango/pangocairo-render.c 2008-09-26 23:00:06 +0200 +@@ -710,7 +710,7 @@ + cairo_get_current_point (renderer->cr, &renderer->x_offset, &renderer->y_offset); + + /* abuse save_current_point() to cache cairo_has_show_text_glyphs() result */ +- renderer->has_show_text_glyphs = cairo_has_show_text_glyphs (renderer->cr); ++ renderer->has_show_text_glyphs = INT_cairo_surface_cairo_has_show_text_glyphs (renderer->cr); + } + + static void diff --git a/pango/pango.spec b/pango/pango.spec index 37885e048c..4009f07803 100644 --- a/pango/pango.spec +++ b/pango/pango.spec @@ -37,7 +37,7 @@ Class: EVAL Group: XWindow License: GPL Version: %{V_pango_major}.%{V_pango_minor} -Release: 20080926 +Release: 20080927 # package options %option with_x11 no