From: Adolf Belka Date: Thu, 30 Nov 2023 12:21:36 +0000 (+0100) Subject: pango: Update to version 1.51.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c713847494a39f1e427551bd2a59e6aa98c3f7a5;p=people%2Fstevee%2Fipfire-3.x.git 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 --- 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