diff --git a/harfbuzz-4.2.1.tar.xz b/harfbuzz-4.2.1.tar.xz deleted file mode 100644 index 0d38319..0000000 --- a/harfbuzz-4.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd17916513829aeff961359a5ccebba6de2f4bf37a91faee3ac29c120e3d7ee1 -size 14987200 diff --git a/harfbuzz-4.3.0.tar.xz b/harfbuzz-4.3.0.tar.xz new file mode 100644 index 0000000..228ec0d --- /dev/null +++ b/harfbuzz-4.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49628f4c4c8e6d8df95ef44935a93446cf2e46366915b0e3ca30df21fffb530 +size 15036020 diff --git a/harfbuzz.changes b/harfbuzz.changes index 17e62bb..8cb1f24 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat May 21 08:10:59 UTC 2022 - Andreas Stieger + +- Update to version 4.3.0: + + Major speed up in loading and subsetting fonts, especially in + handling CFF table. Subsetting some fonts is now 3 times faster + + Speed up blending CFF2 table + + Speed up hb_ot_tags_from_language() + + Fix USE classification of U+10A38 to fix multiple marks on + single Kharoshthi base + + Fix parsing of empty CFF Index + + Fix subsetting CPAL table with partial palette overlaps + ------------------------------------------------------------------- Sun Apr 24 11:28:52 UTC 2022 - Andreas Stieger diff --git a/harfbuzz.spec b/harfbuzz.spec index a671e30..5146c65 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -17,14 +17,13 @@ Name: harfbuzz -Version: 4.2.1 +Version: 4.3.0 Release: 0 Summary: An OpenType text shaping engine License: MIT URL: https://www.freedesktop.org/wiki/Software/HarfBuzz Source0: https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/%{name}-%{version}.tar.xz Source99: baselibs.conf - BuildRequires: c++_compiler BuildRequires: c_compiler BuildRequires: meson