diff --git a/_service b/_service index 9c0c717..174596b 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://gitlab.gnome.org/GNOME/pango.git git - 1.46.2 + 1.48.0 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/pango-1.46.2.obscpio b/pango-1.46.2.obscpio deleted file mode 100644 index 64ba8f2..0000000 --- a/pango-1.46.2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0abb8a3b9a864cf7c67de7a5a1aa82a7204f33da2f4fbea6f1d72e0e0029764e -size 3181068 diff --git a/pango-1.48.0.obscpio b/pango-1.48.0.obscpio new file mode 100644 index 0000000..e9aac65 --- /dev/null +++ b/pango-1.48.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e942c706f20d9c65f70b2ce6ea247b0e8c2e9879bceafe0dc0cedc2db14385 +size 3191820 diff --git a/pango.changes b/pango.changes index dd7cb01..5913120 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Nov 9 15:35:49 UTC 2020 - Dominique Leuenberger + +- Update to version 1.48.0: + + docs: Clarify use of PangoAnalysis in shaping. + + fontconfig: Make pango_font_family_get_face more reliable. + + introspection: Fix use of PangoFcSubstituteFunc. + + introspection: Skip fontconfig types. + + build: Use yielding meson feature for introspection. +- Changes from version 1.47.0: + + Add pango_language_get_preferred. + + Add pango_fc_font_get_languages. + + Sort faces of a family by slant and weight. +- Replace -Dintrospection=true meson parameter with + -Dintrospection=enabled, following upstream changes. + ------------------------------------------------------------------- Sat Sep 19 16:21:16 UTC 2020 - Bjørn Lie diff --git a/pango.obsinfo b/pango.obsinfo index fa7a586..f017ba3 100644 --- a/pango.obsinfo +++ b/pango.obsinfo @@ -1,5 +1,5 @@ name: pango -version: 1.46.2 -mtime: 1600454761 -commit: 296711130ef90d9555bd6ada5b258bb75d622c12 +version: 1.48.0 +mtime: 1604845755 +commit: a39fea44c7c9f982fcca6d639929545dd3e09eb7 diff --git a/pango.spec b/pango.spec index 60c6175..bf025c0 100644 --- a/pango.spec +++ b/pango.spec @@ -17,7 +17,7 @@ Name: pango -Version: 1.46.2 +Version: 1.48.0 Release: 0 Summary: Library for Layout and Rendering of Text License: LGPL-2.1-or-later @@ -30,7 +30,7 @@ Source99: baselibs.conf BuildRequires: gcc-c++ BuildRequires: gtk-doc BuildRequires: help2man -BuildRequires: meson +BuildRequires: meson >= 0.54.0 BuildRequires: pkgconfig BuildRequires: pkgconfig(cairo) >= 1.12.10 BuildRequires: pkgconfig(fontconfig) >= 2.11.91 @@ -123,7 +123,7 @@ to develop applications that require these. %build %meson \ -Dgtk_doc=true \ - -Dintrospection=true \ + -Dintrospection=enabled \ -Dinstall-tests=false \ %{nil} %meson_build