Procházet zdrojové kódy

upgrading package: pango 1.21.6 -> 1.22.0

Ralf S. Engelschall před 17 roky
rodič
revize
2357e347dc
2 změnil soubory, kde provedl 3 přidání a 15 odebrání
  1. 0 12
      pango/pango.patch
  2. 3 3
      pango/pango.spec

+ 0 - 12
pango/pango.patch

@@ -116,15 +116,3 @@ 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

+ 3 - 3
pango/pango.spec

@@ -23,8 +23,8 @@
 
 #   package version
 %define       V_glib_major   2.14
-%define       V_pango_major  1.21
-%define       V_pango_minor  6
+%define       V_pango_major  1.22
+%define       V_pango_minor  0
 
 #   package information
 Name:         pango
@@ -37,7 +37,7 @@ Class:        EVAL
 Group:        XWindow
 License:      GPL
 Version:      %{V_pango_major}.%{V_pango_minor}
-Release:      20080927
+Release:      20081016
 
 #   package options
 %option       with_x11  no