Accepting request 145103 from GNOME:Factory

Update to 1.32.4 (forwarded request 144914 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/145103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=73
This commit is contained in:
Stephan Kulow 2012-12-14 09:20:20 +00:00 committed by Git OBS Bridge
commit 65a8e7e457
4 changed files with 25 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19a1a4fa021fcf96261de3cb809295ac06546f2a061c3c623141f2f4989b6a36
size 1036360

3
pango-1.32.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9895b2e6572c3b3e0cc1c174b8bf55791a47de1995af21a1787f6c573b4b58db
size 988976

View File

@ -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

View File

@ -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)