* [PATCH] pango: Update to version 1.50.3
@ 2022-02-09 21:29 Adolf Belka
0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2022-02-09 21:29 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2266 bytes --]
- Update from 1.50.0 to 1.50.3
- Update of rootfile
- Changelog
Overview of changes in 1.50.3, 21-12-2021
* pango-view: Add --serialize-to option for easy bug reporting
* Revert a transformation change that broke metrics for vertical text
* Handle fonts without space glyph (such as icon fonts) better
* Fix some corner cases of line width accounting
* Fix line height with emulated Small Caps
Overview of changes in 1.50.2, 16-12-2021
* Fix a problem with font fallback for Arabic
* Fix handling of fonts without a space glyph
* Various documentation improvements
* Fix build issues
Overview of changes in 1.50.1, 10-12-2021
* Fix a crash in tab handling
* Fix tab positioning without line wrapping
* Fix an assertion failure found by fuzzing
* Make underlines work again for broken fonts
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/pango | 6 +++---
lfs/pango | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/pango b/config/rootfiles/common/pango
index b9146ecdd..dbb65e431 100644
--- a/config/rootfiles/common/pango
+++ b/config/rootfiles/common/pango
@@ -40,13 +40,13 @@ usr/bin/pango-view
#usr/include/pango-1.0/pango/pangoft2.h
#usr/lib/libpango-1.0.so
usr/lib/libpango-1.0.so.0
-usr/lib/libpango-1.0.so.0.5000.0
+usr/lib/libpango-1.0.so.0.5000.3
#usr/lib/libpangocairo-1.0.so
usr/lib/libpangocairo-1.0.so.0
-usr/lib/libpangocairo-1.0.so.0.5000.0
+usr/lib/libpangocairo-1.0.so.0.5000.3
#usr/lib/libpangoft2-1.0.so
usr/lib/libpangoft2-1.0.so.0
-usr/lib/libpangoft2-1.0.so.0.5000.0
+usr/lib/libpangoft2-1.0.so.0.5000.3
#usr/lib/pkgconfig/pango.pc
#usr/lib/pkgconfig/pangocairo.pc
#usr/lib/pkgconfig/pangofc.pc
diff --git a/lfs/pango b/lfs/pango
index fce1b120c..f7eba46e7 100644
--- a/lfs/pango
+++ b/lfs/pango
@@ -24,7 +24,7 @@
include Config
-VER = 1.50.0
+VER = 1.50.3
THISAPP = pango-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 726a7c7b6faf34006d2b5aa0dd8dc1d5
+$(DL_FILE)_MD5 = 4a3a10fff421abcf3af4af66991dd622
install : $(TARGET)
--
2.35.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-02-09 21:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09 21:29 [PATCH] pango: Update to version 1.50.3 Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox