Changelog for
libraqm0-0.10.2-31.1.i586.rpm :
* Sat Sep 28 2024 Dirk Müller
- update to 0.10.2:
* Fix Unicode codepoint conversion from UTF-16.
* Thu Jan 18 2024 Dirk Müller - fix build on non-suse distributions
* Thu Apr 27 2023 Dirk Müller - update to 0.10.1:
* Make combining marks always inherit the script of their base.
* Wed Jan 18 2023 Dirk Müller - update to v0.10.0:
* Implement raqm_set_text_utf16
* Fix font feature range
* Fix resolved direction for all neutral text
* Implement letter and word spacing support
* Mon Jan 31 2022 Paolo Stivanin - update to 0.9.0:
* raqm_t objects can now be reused by calling raqm_clear_contents() before re-use, to potentially reduce the number memory allocations.
* don\'t hardcode python3 in tests.
* new API:
* raqm_set_freetype_load_flags_range()
* raqm_clear_contents()- Remove 0001-Pass_version_to_meson_library.patch as it was upstreamed
* Mon Dec 20 2021 Dirk Müller - update to 0.8.0:
* Support using SheenBiDi instead of FriBiDi for Unicode BiDi support.
* Fix running tests with Python <= 3.6.
* New API:
* raqm_get_par_resolved_direction
* raqm_get_direction_at_index
* Thu Sep 30 2021 Christophe Giboudeaux - Update to 0.7.2
* Fix test failure with newer HarfBuzz versions.
* Apply FT_Face transformation matrix when built against FreeType 2.11 or later.
* Add meson build system. Autotools build system will be dropped in next release.
* Improve MSVC support (#134).
* Build and documentation fixes.- Drop upstream patch:
* libraqm-fix-cursor_position-GB8a.patch- Add upstream change:
* 0001-Pass_version_to_meson_library.patch
* Tue Sep 07 2021 Jan Engelhardt - Drop libraqm-test.patch altogether, testsuite completes now on TW and SLE15.- Remove unnecessary ldconfig calls.
* Tue Sep 07 2021 Dominique Leuenberger - Add libraqm-fix-cursor_position-GB8a.patch: Fix test suite run, patch cherry-picked from upstream commit 9badec46.
* Sun Aug 22 2021 Fusion Future - Make libraqm-test.patch apply to all suse versions to fix build.- Use \"pkgconfig(harfbuzz) >= 1.7.2\" as build requirement.
* Fri Apr 02 2021 Wang Jun - Update to version 0.7.1
* Require HarfBuzz >= 2.0.0
* Build and documentation fixes.