Hello community,

here is the log from the commit of package pango for openSUSE:Factory checked 
in at 2018-03-14 19:29:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pango (Old)
 and      /work/SRC/openSUSE:Factory/.pango.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pango"

Wed Mar 14 19:29:08 2018 rev:114 rq:586220 version:1.42.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pango/pango.changes      2017-11-30 
16:31:25.675140935 +0100
+++ /work/SRC/openSUSE:Factory/.pango.new/pango.changes 2018-03-14 
19:29:08.538288983 +0100
@@ -1,0 +2,28 @@
+Mon Mar 12 19:21:20 UTC 2018 - [email protected]
+
+- Update to version 1.42.0:
+  + No changes.
+
+-------------------------------------------------------------------
+Fri Mar  9 18:57:58 UTC 2018 - [email protected]
+
+- Update summaries.
+
+-------------------------------------------------------------------
+Fri Feb 16 02:31:39 UTC 2018 - [email protected]
+
+- Update to version 1.41.1:
+  + Avoid UTF-32 conversion for fribidi.
+  + Use external fribidi and drop mini-fribidi.
+  + Only enable freetype if fontconfig is available.
+- Add pkgconfig(fribidi) BuildRequires: new dependency.
+
+-------------------------------------------------------------------
+Thu Jan 11 01:38:17 UTC 2018 - [email protected]
+
+- Update to version 1.41.0:
+  + Fix up font options from cairo (bgo#790747).
+  + Add support for font variations.
+  + Fix compiler warnings (bgo#792231).
+
+-------------------------------------------------------------------

Old:
----
  pango-1.40.14.tar.xz

New:
----
  pango-1.42.0.tar.xz

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

Other differences:
------------------
++++++ pango.spec ++++++
--- /var/tmp/diff_new_pack.QQfLxU/_old  2018-03-14 19:29:09.242263984 +0100
+++ /var/tmp/diff_new_pack.QQfLxU/_new  2018-03-14 19:29:09.246263842 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pango
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,14 @@
 #
 
 
-# When updating the binary version, do not forget to also update baselibs.conf
-%define pango_binary_version 1.8.0
 Name:           pango
-Version:        1.40.14
+Version:        1.42.0
 Release:        0
 Summary:        Library for Layout and Rendering of Text
-License:        LGPL-2.1+
-Group:          System/Libraries
-Url:            http://www.pango.org/
-Source:         
http://download.gnome.org/sources/pango/1.40/%{name}-%{version}.tar.xz
+License:        LGPL-2.1-or-later
+Group:          Development/Libraries/C and C++
+URL:            http://www.pango.org/
+Source:         
http://download.gnome.org/sources/pango/1.42/%{name}-%{version}.tar.xz
 Source2:        macros.pango
 Source99:       baselibs.conf
 BuildRequires:  gcc-c++
@@ -34,10 +32,11 @@
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo) >= 1.12.10
-BuildRequires:  pkgconfig(fontconfig) >= 2.10.91
+BuildRequires:  pkgconfig(fontconfig) >= 2.11.91
 BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(fribidi) >= 0.19.7
 BuildRequires:  pkgconfig(glib-2.0) >= 2.33.12
-BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.33.12
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(harfbuzz) >= 1.2.3
 BuildRequires:  pkgconfig(libthai) >= 0.1.9
@@ -72,7 +71,7 @@
 Pango forms the core of text and font handling for GTK+.
 
 %package -n typelib-1_0-Pango-1_0
-Summary:        Library for Layout and Rendering of Text -- Introspection 
bindings
+Summary:        Introspection bindings for pango, a library for text layout 
and rendering
 Group:          System/Libraries
 
 %description -n typelib-1_0-Pango-1_0
@@ -85,7 +84,7 @@
 This package provides the GObject Introspection bindings for Pango.
 
 %package tools
-Summary:        Library for Layout and Rendering of Text -- Tools
+Summary:        Tools for pango, a library for text layout and rendering
 Group:          System/Libraries
 
 %description tools
@@ -96,7 +95,7 @@
 Pango forms the core of text and font handling for GTK+.
 
 %package devel
-Summary:        Library for Layout and Rendering of Text -- Development Files
+Summary:        Development files for pango, a library for text layout and 
rendering
 Group:          Development/Libraries/GNOME
 Requires:       libpango-1_0-0 = %{version}
 Requires:       typelib-1_0-Pango-1_0 = %{version}
@@ -122,8 +121,7 @@
 
 %build
 %meson \
-       -Denable_docs=true \
-       %{nil}
+       -Denable_docs=true
 %meson_build
 
 %install
@@ -136,11 +134,11 @@
 rm -rf %{buildroot}%{_datadir}/installed-tests
 
 %post -n libpango-1_0-0 -p /sbin/ldconfig
-
 %postun -n libpango-1_0-0 -p /sbin/ldconfig
 
 %files -n libpango-1_0-0
 %license COPYING
+%doc NEWS README
 %{_libdir}/lib*.so.*
 
 %files -n typelib-1_0-Pango-1_0
@@ -154,12 +152,12 @@
 %{_mandir}/man1/pango-view.1%{ext_man}
 
 %files devel
-%doc README AUTHORS
+%doc AUTHORS HACKING MAINTAINERS THANKS
+%doc %{_datadir}/gtk-doc/html/pango/
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/pango-1.0/
 %{_datadir}/gir-1.0/*.gir
-%doc %{_datadir}/gtk-doc/html/pango/
 %{_sysconfdir}/rpm/macros.pango
 
 %changelog

++++++ pango-1.40.14.tar.xz -> pango-1.42.0.tar.xz ++++++
++++ 23560 lines of diff (skipped)


Reply via email to