pango: Update to version 1.50.3

- 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@ipfire.org>
This commit is contained in:
Adolf Belka
2022-02-09 22:29:46 +01:00
committed by Peter Müller
parent 40e2cfd3da
commit 3bbe59b78a
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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)