From 5e0e3e03b2143d3b7ed91b4efe4afd136c65ccb878ab5a3b31fe3d20ab6c5285 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 11 Dec 2012 16:48:33 +0000 Subject: [PATCH] Accepting request 144914 from home:dimstar:branches:GNOME:Factory Update to 1.32.4 OBS-URL: https://build.opensuse.org/request/show/144914 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=97 --- pango-1.32.3.tar.xz | 3 --- pango-1.32.4.tar.xz | 3 +++ pango.changes | 20 ++++++++++++++++++++ pango.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 pango-1.32.3.tar.xz create mode 100644 pango-1.32.4.tar.xz diff --git a/pango-1.32.3.tar.xz b/pango-1.32.3.tar.xz deleted file mode 100644 index 887805a..0000000 --- a/pango-1.32.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19a1a4fa021fcf96261de3cb809295ac06546f2a061c3c623141f2f4989b6a36 -size 1036360 diff --git a/pango-1.32.4.tar.xz b/pango-1.32.4.tar.xz new file mode 100644 index 0000000..4e1d8be --- /dev/null +++ b/pango-1.32.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9895b2e6572c3b3e0cc1c174b8bf55791a47de1995af21a1787f6c573b4b58db +size 988976 diff --git a/pango.changes b/pango.changes index 2fa3b07..7a640e6 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Dec 10 08:08:11 UTC 2012 - dimstar@opensuse.org + +- Update to version 1.32.4: + + Require harfbuzz 0.9.9. + + Add serials tracking changes in PangoFontMap/PangoContext/ + PangoLayout (bgo#340066). + + Automatically relayout PangoLayout if PangoContext has changed. + + Fix rendering of rotated frames. + + Remove Thai/Lao Prepend/Extend properties (bgo#576156). + + Fix grapheme properties of joiner / nonjoiner. + + Fix grapheme properties of U+FFxx range. + + Fix line break of surrogate characters. + + Fix grapheme boundaries of surrogates and unassigned default + ignorables. + + Update bidi tables to Unicode 6.2.0. + + Use -Bsymbolic-functions by default if available (bgo#689648). + + Fix Win32 and CoreText cairo backends to take cairo CTM into + account. + ------------------------------------------------------------------- Tue Dec 4 14:48:03 UTC 2012 - vuntz@opensuse.org diff --git a/pango.spec b/pango.spec index a6ea58e..fcef379 100644 --- a/pango.spec +++ b/pango.spec @@ -20,7 +20,7 @@ %define pango_binary_version 1.8.0 Name: pango -Version: 1.32.3 +Version: 1.32.4 Release: 0 Summary: Library for Layout and Rendering of Text License: LGPL-2.1+ @@ -39,7 +39,7 @@ BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(glib-2.0) >= 2.33.12 BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(harfbuzz) >= 0.9.3 +BuildRequires: pkgconfig(harfbuzz) >= 0.9.9 BuildRequires: pkgconfig(libthai) >= 0.1.9 BuildRequires: pkgconfig(xft) >= 2.0.0 BuildRequires: pkgconfig(xrender)