From: Andreas Müller Date: Mon, 5 Jul 2021 18:42:59 +0000 (+0200) Subject: pango: upgrade 1.48.5 -> 1.48.7 X-Git-Tag: uninative-3.3~292 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2abb5fd026bb6f1df504a025702c32eefb13b8bb;p=openembedded-core.git pango: upgrade 1.48.5 -> 1.48.7 Overview of changes in 1.48.7 ============================= - Fix a thread-safety issue in fontmap initialization - Small documentation improvements Overview of changes in 1.48.6 ============================= - Avoid attribute index overflow - Add a new pango-segmentation utility - Documentation cleanups and fixes - Update script property data for gravity - Bring back careful glyph position rounding - Add a few missing bidi types - Add more tests Signed-off-by: Andreas Müller Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/pango/pango_1.48.5.bb b/meta/recipes-graphics/pango/pango_1.48.7.bb similarity index 94% rename from meta/recipes-graphics/pango/pango_1.48.5.bb rename to meta/recipes-graphics/pango/pango_1.48.7.bb index b29c3c2d96..963fd5d01c 100644 --- a/meta/recipes-graphics/pango/pango_1.48.5.bb +++ b/meta/recipes-graphics/pango/pango_1.48.7.bb @@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled" SRC_URI += "file://run-ptest" -SRC_URI[archive.sha256sum] = "501e74496173c02dcd024ded7fbb3f09efd37e2a488e248aa40799424dbb3b2a" +SRC_URI[archive.sha256sum] = "28a82f6a6cab60aa3b75a90f04197ead2d311fa8fe8b7bfdf8666e2781d506dc" DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"