From 6a97df7728d0b2e3f90f73ed32bcdb0806c6a963b903c3d288c6348e809de7fd Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 13 Sep 2021 07:41:14 +0000 Subject: [PATCH] Accepting request 918533 from home:AndreasStieger:branches:GNOME:Factory harfbuzz 2.9.1 OBS-URL: https://build.opensuse.org/request/show/918533 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=195 --- harfbuzz-2.8.2.tar.xz | 3 --- harfbuzz-2.9.1.tar.xz | 3 +++ harfbuzz.changes | 31 +++++++++++++++++++++++++++++++ harfbuzz.spec | 2 +- 4 files changed, 35 insertions(+), 4 deletions(-) delete mode 100644 harfbuzz-2.8.2.tar.xz create mode 100644 harfbuzz-2.9.1.tar.xz diff --git a/harfbuzz-2.8.2.tar.xz b/harfbuzz-2.8.2.tar.xz deleted file mode 100644 index 51c2dc3..0000000 --- a/harfbuzz-2.8.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d58461395ce28b9dc03903254374dd70c38c8c28c5046db123c08f7ab9417be7 -size 10678956 diff --git a/harfbuzz-2.9.1.tar.xz b/harfbuzz-2.9.1.tar.xz new file mode 100644 index 0000000..9ca396b --- /dev/null +++ b/harfbuzz-2.9.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0edcc980f526a338452180e701d6aba6323aef457b6686976a7d17ccbddc51cf +size 11103336 diff --git a/harfbuzz.changes b/harfbuzz.changes index ed4469a..3ecc39e 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sun Sep 12 18:55:12 UTC 2021 - Andreas Stieger + +- harfbuzz 2.9.1: + + Subsetter API close to stable + + Various fuzzer-found bug fixes + + hb_buffer_append() now handles the pre- and post-context which + previously were left unchanged in the destination buffer + + hb-view / hb-shape now accept following new arguments: + --unicodes: takes a list of hex numbers that represent Unicode + codepoints. + + Undeprecated API: hb_set_invert() +- includes changes from 2.9.0: + + Support multiple variation axes with same tag, aka HOI + + The coretext testing shaper now passes font variations to + CoreText + + hb-shape/hb-view does not break line at new lines unless text + is read from file + + hb-view and hb-subset has a --batch now, similar to hb-shape + + The --batch mode now uses ; as argument separator instead of : + used previously + + The --batch in hb-shape does not expect 0th argument anymore. + That is, the lines read are interpreted as argv[1:], instead + of argv[0:]. + + The --batch option has been undocumented. We are ready to + document it; send feedback if you find it useful + + hb-subset got arguments revamps. Added much-requested + --gids-file, --glyphs, --glyphs-file, --unicodes-file, + supporting ranges in --unicodes. + + Various bug fixes + ------------------------------------------------------------------- Sat Jul 17 10:09:15 UTC 2021 - Dominique Leuenberger diff --git a/harfbuzz.spec b/harfbuzz.spec index e04c90b..907d9ad 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -17,7 +17,7 @@ Name: harfbuzz -Version: 2.8.2 +Version: 2.9.1 Release: 0 Summary: An OpenType text shaping engine License: MIT