Changelog for
pango-debugsource-1.56.1-1.1.x86_64.rpm :
* Sun Jan 19 2025 Bjørn Lie
- Update to version 1.56.1: + Avoid criticals when there are no fonts + fontconfig: - Handle lack of FC_FONT_WRAPPER in font cache - Prefer application fonts even if they are older
* Thu Jan 16 2025 Bjørn Lie - Update to version 1.56.0+12:
* Deal with FC_FONT_WRAPPER more graciously
* itemize: Limp along harder
* build: Reshuffle docs build
* build: Move gir to toplevel meson.build
* build: Generate glib deprecation defines
* build: Sync naming with gtk
* Thu Jan 09 2025 Bjørn Lie - Update to version 1.56.0: + Support setting font features in font descriptions + serialization: - Document the tab array format - Accept attributes without range + layout: Fix measuring ellipsis runs with shapes + build: - Require C11 - Require GLib 2.80 - Require cairo 1.18- Replace gcc-c++ with generic c++_compiler BuildRequires.- Drop help2man BuildRequires, upstream ported manpages for tools to rst2man/rst2html, and defaults to not build it. Follow upstream and do not build the man or html documentation for tools.
* Sat Dec 28 2024 Bjørn Lie - Update to version 1.55.0 (Unstable): + Support Unicode 16 + Add pango_font_map_add_font_file + fontconfig: Reject patterns without FC_FILE + coretext: - Actually use .AppleSystemUIFont - Keep track of variations + build: - Require harfbuzz 8.4.0 - Require fontconfig 2.15 - Require meson 1.2.0
* Mon Jun 10 2024 Dominique Leuenberger - Update to version 1.54.0: + Build fixes. + Memory leak fixes. + Drop the install-tests build option. + Add build-examples and build-tests build options. + Require meson 0.63. + Add pango_item_get_char_offset. + Update to Unicode 15.1. + Fix wrong use of GWeakRef, leading to crashes.- Drop -Dinstall-tests meson parameter: no longer supported.
* Thu Apr 04 2024 Dominique Leuenberger - Update to version 1.52.2: + coretext: Implement reload_font. + coretext: Use Menlo instead of Courier for monospace. + win32: Avoid a double free. + Update to Unicode 15.1. + Simplify hexbox drawing.- Changes from version 1.52.1: + Fix hexbox drawing.
* Sun Mar 31 2024 Michael Pujos - added GraphicsMagick package as Recommends. The invocation of pango-view with the ft2 backend requires the gm command found in that package
* Mon Feb 26 2024 Dominique Leuenberger - Update to version 1.52.0: + Add pango_font_map_reload_font. + Improve formatting of font sizes.
* Mon Feb 12 2024 Dominique Leuenberger - Update to version 1.51.2: + Use single fontconfig thread. + Fix problems with spaces at line ends. + Allow custom fonts on Windows. + pango-viewer: Fix hint-metrics options. + Pangofont: Add properties.
* Sat Aug 12 2023 Bjørn Lie - Update to version 1.51.1: + itemize: Improve script itemization + build: Check for cairo DWrite dependency + win32: Fix various issues and crashes + layout: Add a missing switch case
* Thu Mar 02 2023 Bjørn Lie - Update to version 1.50.14: + Fix underline thickness in scaled contexts.
* Tue Feb 21 2023 Bjørn Lie - Update to version 1.50.13: + win32: - Add back fallback for empty fontsets - 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
* Wed Nov 30 2022 Dominique Leuenberger - Update to version 1.50.12: + Fix weight conversion on MacOS. + Update to Unicode 15. + Some introspection annotation fixes. + Improve PangoAttrList serialization. + Fix char offset calculatiosn in multi-paragraph layouts.
* Tue Oct 04 2022 Bjørn Lie - Update to version 1.50.11: + Don\'t crash for lack of fonts. + Avoid a crash in shaping.- Drop 639.patch: Fixed upstream.
* Sun Sep 25 2022 Bjørn Lie - Add 639.patch: layout: Fix crash when no font is installed.
* Fri Sep 16 2022 Bjørn Lie - Update to version 1.50.10: + Avoid some unnecessary strdups. + Fix line height computations with a non-trivial CTM.
* Wed Aug 10 2022 Bjørn Lie - Update to version 1.50.9: + Apply show flags to line separators. + Fix a thread-safety problem.
* Sun Jul 03 2022 Bjørn Lie - Update to version 1.50.8: + Add some properties to fontmap and family. + Fix handling of ligature carets in mixed directions.
* Mon Apr 25 2022 Dominique Leuenberger - Update to version 1.50.7: + coretext: Fix the build. + editing: Fix moving across paragraph boundaries in rtl. + layout: Try harder to survive without fonts. + Windows: - Register a sans-serif font. - Try harder to load a font.
* Sat Mar 19 2022 Bjørn Lie - Update to version 1.50.6: + Drop hb-glib dependency. + Fix test font configuration. + Maintain order in pango_attr_list_change. + Fix a use-after-free in pango_attr_list_change.
* Sat Mar 05 2022 Bjørn Lie - Update to version 1.50.5: + Fix compiler warnings. + Enable cairo by default. + pango-view: Show more baselines. + layout: Handle baselines.- Use ldconfig_scriptlets macro for post(un) handling.
* Wed Feb 09 2022 Bjørn Lie - Update to version 1.50.4: + Tweak synthetic space size. + 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.