Accepting request 126020 from GNOME:Factory

minor fixes...

OBS-URL: https://build.opensuse.org/request/show/126020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=68
This commit is contained in:
Stephan Kulow 2012-06-26 15:11:05 +00:00 committed by Git OBS Bridge
commit 73bf40ccd5
5 changed files with 31 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c6d2ab024affaed0e942f9279b818235f9c6a36d9fc50688f48d387f4102dff
size 1158224

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

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

13
pango-implicit.patch Normal file
View File

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

View File

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

View File

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