Hello community,

here is the log from the commit of package pango for openSUSE:Factory checked 
in at 2020-08-28 21:18:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pango (Old)
 and      /work/SRC/openSUSE:Factory/.pango.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pango"

Fri Aug 28 21:18:19 2020 rev:123 rq:828949 version:1.46.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pango/pango.changes      2019-11-29 
16:03:28.224791806 +0100
+++ /work/SRC/openSUSE:Factory/.pango.new.3399/pango.changes    2020-08-28 
21:20:48.388308045 +0200
@@ -1,0 +2,55 @@
+Thu Aug 20 15:55:00 UTC 2020 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 1.46.1:
+  + Revert an unintentional PangoRenderer abi break in 1.46.0.
+  + Various small fixes.
+
+-------------------------------------------------------------------
+Tue Aug 11 12:11:55 UTC 2020 - bjorn....@gmail.com
+
+- Update to version 1.46.0:
+  + Undo a recent change
+  + test-break: Add a legend
+  + test-break: Improve output
+  + Adjust "Since" tags to refer to 1.46
+- Changes from version 1.45.5:
+  + Fix g-i annotation of pango_parse_color_with_alpha and add since tag
+  + Bump the version
+  + tests: Add tests for pango_parse_color_with_alpha
+  + Export pango_parse_color_with_alpha
+  + pango-color: Tweak semantics of _pango_parse_color_with_alpha
+- Changes from version 1.45.4:
+  + testsuite: Don't use g_test_skip
+  + Add a reproducer for a pidgin crash
+  + layout: Avoid a crash with short strings
+  + Remove hb-glib use
+  + Fix a few memory leaks in tests
+  + Initialise out arguments
+  + pangocoretext: Fix Cairo scaling
+  + fcfontmap: Always reject unsupported font formats
+  + pango-attributes.c: Fix on older compilers
+
+-------------------------------------------------------------------
+Tue Jun 30 07:42:08 UTC 2020 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 1.45.3:
+  + Fix pango_attr_list_change
+  + Fix crashes with empty attribute lists
+  + Fix several crashes in gtk2 applications
+  + Revert an unintentional introspection API change
+  + Include HarfBuzz when igenerating introspection data
+  + Undo PangoFontsetSimple deprecation
+  + Annotation fixes for various apis
+  + Add api to compare attribute lists
+  + Update data tables to Unicode 13.0
+  + Various test improvements
+  + Require GLib 2.60
+  + Some new font enumeration apis:
+    pango_font_map_get_family
+    pango_font_family_get_face
+    pango_font_face_get_family
+    pango_font_get_face
+  + Support for line-wide underlines
+  + Support for overlines
+
+-------------------------------------------------------------------

Old:
----
  _servicedata
  pango-1.44.7+11.obscpio

New:
----
  pango-1.46.1.obscpio

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

Other differences:
------------------
++++++ pango.spec ++++++
--- /var/tmp/diff_new_pack.ejry3Y/_old  2020-08-28 21:20:50.764309199 +0200
+++ /var/tmp/diff_new_pack.ejry3Y/_new  2020-08-28 21:20:50.768309201 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pango
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           pango
-Version:        1.44.7+11
+Version:        1.46.1
 Release:        0
 Summary:        Library for Layout and Rendering of Text
 License:        LGPL-2.1-or-later
@@ -36,7 +36,7 @@
 BuildRequires:  pkgconfig(fontconfig) >= 2.11.91
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(fribidi) >= 0.19.7
-BuildRequires:  pkgconfig(glib-2.0) >= 2.59.2
+BuildRequires:  pkgconfig(glib-2.0) >= 2.60
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.59.2
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(harfbuzz) >= 2.0
@@ -172,6 +172,8 @@
 %{_libdir}/pkgconfig/pangocairo.pc
 %{_libdir}/pkgconfig/pangoft2.pc
 %{_libdir}/pkgconfig/pangoxft.pc
+%{_libdir}/pkgconfig/pangofc.pc
+%{_libdir}/pkgconfig/pangoot.pc
 %{_datadir}/gir-1.0/Pango-1.0.gir
 %{_datadir}/gir-1.0/PangoCairo-1.0.gir
 %{_datadir}/gir-1.0/PangoFT2-1.0.gir

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ejry3Y/_old  2020-08-28 21:20:50.800309216 +0200
+++ /var/tmp/diff_new_pack.ejry3Y/_new  2020-08-28 21:20:50.804309218 +0200
@@ -2,9 +2,10 @@
   <service name="obs_scm" mode="disabled">
     <param name="url">https://gitlab.gnome.org/GNOME/pango.git</param>
     <param name="scm">git</param>
-    <param name="revision">pango-1-44</param>
+    <param name="revision">1.46.1</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
-    <param name="changesgenerate">enable</param>
+    <param name="versionrewrite-pattern">(.*)\+0</param>
+    <param name="versionrewrite-replacement">\1</param>
   </service>
   <service mode="buildtime" name="tar" />
   <service mode="buildtime" name="recompress">

++++++ pango-1.44.7+11.obscpio -> pango-1.46.1.obscpio ++++++
++++ 10112 lines of diff (skipped)

++++++ pango.obsinfo ++++++
--- /var/tmp/diff_new_pack.ejry3Y/_old  2020-08-28 21:20:51.072309349 +0200
+++ /var/tmp/diff_new_pack.ejry3Y/_new  2020-08-28 21:20:51.072309349 +0200
@@ -1,5 +1,5 @@
 name: pango
-version: 1.44.7+11
-mtime: 1572906543
-commit: 73b46b04c724335ad73534cc69955baa2388b861
+version: 1.46.1
+mtime: 1597925574
+commit: 265c4e50d29d58c0e07c0db26805220c7b878f5c
 


Reply via email to