From c713847494a39f1e427551bd2a59e6aa98c3f7a5 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Thu, 30 Nov 2023 13:21:36 +0100 Subject: [PATCH] pango: Update to version 1.51.0 - IPFire-3.x - Update from version 1.50.12 to 1.51.0 - Changelog 1.51.0 - itemize: Improve script itemization - build: Check for cairo DWrite dependency - win32: Fix various issues and crashes - layout: Add a missing switch case 1.50.14 - Fix underline thickness in scaled contexts 1.50.13 - 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: Adolf Belka Signed-off-by: Michael Tremer --- pango/pango.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pango/pango.nm b/pango/pango.nm index 7498d0f17..9d5a400ff 100644 --- a/pango/pango.nm +++ b/pango/pango.nm @@ -5,8 +5,8 @@ name = pango version = %{ver_major}.%{ver_minor} -ver_major = 1.50 -ver_minor = 12 +ver_major = 1.51 +ver_minor = 0 release = 1 groups = System/Libraries -- 2.47.3