* [PATCH] pango: Update to version 1.50.4
@ 2022-03-03 11:40 Adolf Belka
0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2022-03-03 11:40 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3042 bytes --]
- Update from 1.50.0 to 1.50.4
- Update of rootfile
- Changelog
Overview of changes in 1.50.4, 09-02-2022
* Tweak synthetic space sizes
* itemize: Try harder to avoid NULL fonts
* docs: Some additions
* Pass synthetic slant to harfbuzz
* Make sloped carets work with uneven scales
* Fix serialiation on arm
* Avoid an uninitialized variable warning
* Reinstate previous behavior of pango_attr_list_splice
* Deprecated pango_coverage_ref/unref
* Fix serialization on non-glibc systems
* Fix allow-breaks handling
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 | 7 ++++---
lfs/pango | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/pango b/config/rootfiles/common/pango
index dbb65e431..c009e6210 100644
--- a/config/rootfiles/common/pango
+++ b/config/rootfiles/common/pango
@@ -15,6 +15,7 @@ usr/bin/pango-view
#usr/include/pango-1.0/pango/pango-features.h
#usr/include/pango-1.0/pango/pango-font.h
#usr/include/pango-1.0/pango/pango-fontmap.h
+#usr/include/pango-1.0/pango/pango-fontset-simple.h
#usr/include/pango-1.0/pango/pango-fontset.h
#usr/include/pango-1.0/pango/pango-glyph-item.h
#usr/include/pango-1.0/pango/pango-glyph.h
@@ -40,13 +41,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.3
+usr/lib/libpango-1.0.so.0.5000.4
#usr/lib/libpangocairo-1.0.so
usr/lib/libpangocairo-1.0.so.0
-usr/lib/libpangocairo-1.0.so.0.5000.3
+usr/lib/libpangocairo-1.0.so.0.5000.4
#usr/lib/libpangoft2-1.0.so
usr/lib/libpangoft2-1.0.so.0
-usr/lib/libpangoft2-1.0.so.0.5000.3
+usr/lib/libpangoft2-1.0.so.0.5000.4
#usr/lib/pkgconfig/pango.pc
#usr/lib/pkgconfig/pangocairo.pc
#usr/lib/pkgconfig/pangofc.pc
diff --git a/lfs/pango b/lfs/pango
index f7eba46e7..ef2abde48 100644
--- a/lfs/pango
+++ b/lfs/pango
@@ -24,7 +24,7 @@
include Config
-VER = 1.50.3
+VER = 1.50.4
THISAPP = pango-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 4a3a10fff421abcf3af4af66991dd622
+$(DL_FILE)_MD5 = bc9616a0c2b1923476424e6f56913290
install : $(TARGET)
--
2.35.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-03 11:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 11:40 [PATCH] pango: Update to version 1.50.4 Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox