diff --git a/pango-1.40.14.tar.xz b/pango-1.40.14.tar.xz deleted file mode 100644 index 5016138..0000000 --- a/pango-1.40.14.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90af1beaa7bf9e4c52db29ec251ec4fd0a8f2cc185d521ad1f88d01b3a6a17e3 -size 858388 diff --git a/pango-1.42.0.tar.xz b/pango-1.42.0.tar.xz new file mode 100644 index 0000000..c513fdb --- /dev/null +++ b/pango-1.42.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9924d88a3dcedff753f0763814a1605307c5c9c931413b8b47ea7267d1b19446 +size 824984 diff --git a/pango.changes b/pango.changes index 3df64eb..11d02de 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon Mar 12 19:21:20 UTC 2018 - dimstar@opensuse.org + +- Update to version 1.42.0: + + No changes. + +------------------------------------------------------------------- +Fri Mar 9 18:57:58 UTC 2018 - jengelh@inai.de + +- Update summaries. + +------------------------------------------------------------------- +Fri Feb 16 02:31:39 UTC 2018 - luc14n0@linuxmail.org + +- 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 - luc14n0@linuxmail.org + +- Update to version 1.41.0: + + Fix up font options from cairo (bgo#790747). + + Add support for font variations. + + Fix compiler warnings (bgo#792231). + ------------------------------------------------------------------- Fri Nov 17 02:09:49 UTC 2017 - luc14n0@linuxmail.org diff --git a/pango.spec b/pango.spec index a180b60..3ff5082 100644 --- a/pango.spec +++ b/pango.spec @@ -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: help2man 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 @@ is needed. 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 @@ Pango forms the core of text and font handling for GTK+. 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 @@ is needed. 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 @@ to develop applications that require these. %build %meson \ - -Denable_docs=true \ - %{nil} + -Denable_docs=true %meson_build %install @@ -136,11 +134,11 @@ rm -rf %{buildroot}%{_libexecdir}/installed-tests 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 @@ rm -rf %{buildroot}%{_datadir}/installed-tests %{_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