From 6d4959b23ca1f5f40ea97f7efde664014aa7d76460fe62d81839f74d8422e67b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Jun 2012 18:06:05 +0000 Subject: [PATCH] Accepting request 124067 from home:dimstar:branches:GNOME:Factory update to 0.30.1 OBS-URL: https://build.opensuse.org/request/show/124067 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=79 --- pango-1.30.0.tar.xz | 3 --- pango-1.30.1.tar.xz | 3 +++ pango-implicit.patch | 13 +++++++++++++ pango.changes | 11 +++++++++++ pango.spec | 5 ++++- 5 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 pango-1.30.0.tar.xz create mode 100644 pango-1.30.1.tar.xz create mode 100644 pango-implicit.patch diff --git a/pango-1.30.0.tar.xz b/pango-1.30.0.tar.xz deleted file mode 100644 index f112962..0000000 --- a/pango-1.30.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c6d2ab024affaed0e942f9279b818235f9c6a36d9fc50688f48d387f4102dff -size 1158224 diff --git a/pango-1.30.1.tar.xz b/pango-1.30.1.tar.xz new file mode 100644 index 0000000..695cead --- /dev/null +++ b/pango-1.30.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8c061e143c272ddcd5467b3567e970cfbb64d1d1600a8f8e62435556220cbe +size 1162828 diff --git a/pango-implicit.patch b/pango-implicit.patch new file mode 100644 index 0000000..7cb3bad --- /dev/null +++ b/pango-implicit.patch @@ -0,0 +1,13 @@ +Index: pango-1.30.1/pango/pango-utils.h +=================================================================== +--- pango-1.30.1.orig/pango/pango-utils.h ++++ pango-1.30.1/pango/pango-utils.h +@@ -48,6 +48,8 @@ void pango_lookup_aliases (const cha + int *n_families); + #endif /* PANGO_ENABLE_BACKEND */ + ++char * pango_config_key_get_system (const char *key); ++ + gboolean pango_parse_enum (GType type, + const char *str, + int *value, diff --git a/pango.changes b/pango.changes index 9804280..619749e 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jun 6 19:30:03 UTC 2012 - dimstar@opensuse.org + +- Update to version 1.30.1: + + Update Arabic joining classes to 6.1.0 + + Build fixes + + Annotation fixes + + Bugs fixed: bgo#667960, bgo#673497, bgo#675400. +- Add pango-implicit.patch: Fix implicit declaration of + pango_config_key_get_system. + ------------------------------------------------------------------- Tue Mar 27 06:06:02 UTC 2012 - vuntz@opensuse.org diff --git a/pango.spec b/pango.spec index fbaf854..382a18c 100644 --- a/pango.spec +++ b/pango.spec @@ -20,7 +20,7 @@ %define pango_binary_version 1.6.0 Name: pango -Version: 1.30.0 +Version: 1.30.1 Release: 0 Summary: Library for Layout and Rendering of Text License: LGPL-2.1+ @@ -32,6 +32,8 @@ Source2: macros.pango Source99: baselibs.conf # PATCH-FIX-UPSTREAM pango64.patch bgo129534 -- needed for biarch. Unfortunately, this is not good enough for usptream. Patch0: pango64.patch +# PATCH-FIX-UPSTREAM pango-implicit.patch bgo#677627 dimstar@opensuse.org -- Add missing function prototype +Patch1: pango-implicit.patch BuildRequires: gcc-c++ BuildRequires: gtk-doc BuildRequires: pkg-config @@ -137,6 +139,7 @@ to develop applications that require these. cp -a %{S:1} . %patch0 -p0 %endif +%patch1 -p1 %build %configure --disable-static --with-pic