diff --git a/harfbuzz-3.2.0.tar.xz b/harfbuzz-3.2.0.tar.xz deleted file mode 100644 index ea61656..0000000 --- a/harfbuzz-3.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ada50a1c199bb6f70843ab893c55867743a443b84d087d54df08ad883ebc2cd -size 14501956 diff --git a/harfbuzz-3.3.2.tar.xz b/harfbuzz-3.3.2.tar.xz new file mode 100644 index 0000000..ce31d5f --- /dev/null +++ b/harfbuzz-3.3.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c13bca136c4f66658059853e2c1253f34c88f4b5c5aba6050aba7b5e0ce2503 +size 14928456 diff --git a/harfbuzz.changes b/harfbuzz.changes index 7290bf1..158f385 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Feb 7 06:06:38 UTC 2022 - Andreas Stieger + +- update to 3.3.2: + + Revert splitting of pair positioning values introduced in 3.3.0 + as it proved problematic +- includes changes from 3.3.1: + + Fix heap-use-after-free in harfbuzz-subset introduced in + previous release +- includes changes from 3.3.0: + + Improved documentation, code cleanup + + The low 16-bits of face index will be used by hb_face_create() + to select a face inside a font collection file format, while the + high 16-bits will be used by hb_font_create() to load the named + instance + + Glyph positions and other font metrics now apply synthetic slant + set by hb_font_set_synthetic_slant(), for improved positioning + for synthetically slanted fonts + + Fixed unintentional locale dependency in hb_variation_to_string() + for decimal point representation + + When applying pair positioning (kerning) the positioning value + is split between the two sides of the pair for improved cursor + positioning between such pairs + + Introduced new HB_GLYPH_FLAG_UNSAFE_TO_CONCAT, to be used in + conjunction with HB_GLYPH_FLAG_UNSAFE_TO_BREAK for optimizing + re-shaping during line breaking. Check the documentation for + further details + + Improved handling of macrolanguages when mapping BCP 47 codes + to OpenType tags + ------------------------------------------------------------------- Fri Dec 17 18:39:54 UTC 2021 - Andreas Stieger diff --git a/harfbuzz.spec b/harfbuzz.spec index eb7d20c..aedeb94 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -1,7 +1,7 @@ # # spec file for package harfbuzz # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: harfbuzz -Version: 3.2.0 +Version: 3.3.2 Release: 0 Summary: An OpenType text shaping engine License: MIT