From: Alexander Kanavin Date: Thu, 9 Mar 2023 15:19:51 +0000 (+0100) Subject: pango: upgrade 1.50.12 -> 1.50.13 X-Git-Tag: yocto-4.1.4~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81a0bb83605cc545d93be93b5a234f4d4882a633;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git pango: upgrade 1.50.12 -> 1.50.13 Overview of changes in 1.50.13, 20-02-2023 ========================================== - win32: Add back fallback for empty fontsets - win32: Improve DirectWrite support - Fix word segmentation for Japanese - Don't set backspace-deletes-char for math symbols - coretext: Fix a crash - cairo: Apply metrics hinting to underlines too - Treat COLRv1 fonts as color fonts Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni (cherry picked from commit 9fcb353216a70b76584a47463d419464489c5a8c) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-graphics/pango/pango_1.50.12.bb b/meta/recipes-graphics/pango/pango_1.50.13.bb similarity index 94% rename from meta/recipes-graphics/pango/pango_1.50.12.bb rename to meta/recipes-graphics/pango/pango_1.50.13.bb index 6779f39c4f3..e673366dc7b 100644 --- a/meta/recipes-graphics/pango/pango_1.50.12.bb +++ b/meta/recipes-graphics/pango/pango_1.50.13.bb @@ -24,7 +24,7 @@ SRC_URI += "file://run-ptest \ file://0001-Skip-running-test-layout-test.patch \ " -SRC_URI[archive.sha256sum] = "caef96d27bbe792a6be92727c73468d832b13da57c8071ef79b9df69ee058fe3" +SRC_URI[archive.sha256sum] = "5cdcf6d761d26a3eb9412b6cb069b32bd1d9b07abf116321167d94c2189299fd" DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"