Hello community,

here is the log from the commit of package pango for openSUSE:Factory checked 
in at 2012-06-26 17:11:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pango (Old)
 and      /work/SRC/openSUSE:Factory/.pango.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pango", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pango/pango.changes      2012-03-29 
14:04:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pango.new/pango.changes 2012-06-26 
17:11:07.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Jun  6 19:30:03 UTC 2012 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  pango-1.30.0.tar.xz

New:
----
  pango-1.30.1.tar.xz
  pango-implicit.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pango.spec ++++++
--- /var/tmp/diff_new_pack.6IXtlj/_old  2012-06-26 17:11:09.000000000 +0200
+++ /var/tmp/diff_new_pack.6IXtlj/_new  2012-06-26 17:11:09.000000000 +0200
@@ -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 @@
 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 [email protected] -- 
Add missing function prototype
+Patch1:         pango-implicit.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gtk-doc
 BuildRequires:  pkg-config
@@ -137,6 +139,7 @@
 cp -a %{S:1} .
 %patch0 -p0
 %endif
+%patch1 -p1
 
 %build
 %configure --disable-static --with-pic

++++++ pango-implicit.patch ++++++
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,
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to