From c69b39c61a8401d8ff362bd08b037ab2c363728cf32fa9dfc6a35ad8ec9dff83 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 14 Apr 2021 11:53:42 +0000 Subject: [PATCH] Accepting request 884893 from home:cgiboudeaux:branches:GNOME:Factory - Update to 2.8.0 * Shape joining scripts other than Arabic/Syriac using the Universal Shaping Engine. Previously these were shaped using the generalized Arabic shaper. * Fix regression in shaping of U+0B55 ORIYA SIGN OVERLINE. * Update language tags. * Variations: reduce error: do not round each interpolated delta. * Documentation improvements. * Subsetter improvements: subsets most, if not all, lookup types now. * Fuzzer-found fixes and other improvements when memory failures happen. * Removed most atomic implementations now that we have C++11 atomic impl. * General codebase upkeep; using more C++11 features: constexpr constructors, etc. OBS-URL: https://build.opensuse.org/request/show/884893 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=187 --- harfbuzz-2.7.4.tar.xz | 3 --- harfbuzz-2.8.0.tar.xz | 3 +++ harfbuzz.changes | 21 +++++++++++++++++++++ harfbuzz.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 harfbuzz-2.7.4.tar.xz create mode 100644 harfbuzz-2.8.0.tar.xz diff --git a/harfbuzz-2.7.4.tar.xz b/harfbuzz-2.7.4.tar.xz deleted file mode 100644 index feee697..0000000 --- a/harfbuzz-2.7.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ad11d653347bd25d8317589df4e431a2de372c0cf9be3543368e07ec23bb8e7 -size 9532468 diff --git a/harfbuzz-2.8.0.tar.xz b/harfbuzz-2.8.0.tar.xz new file mode 100644 index 0000000..b1334d0 --- /dev/null +++ b/harfbuzz-2.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1079fd021adaf5683351f34587a255975cc3bcadba31246ae40ebebb95ecd42 +size 9774148 diff --git a/harfbuzz.changes b/harfbuzz.changes index b70ac05..adc944f 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Apr 13 08:20:55 UTC 2021 - Christophe Giboudeaux + +- Update to 2.8.0 +* Shape joining scripts other than Arabic/Syriac using + the Universal Shaping Engine. + Previously these were shaped using the generalized Arabic + shaper. +* Fix regression in shaping of U+0B55 ORIYA SIGN OVERLINE. +* Update language tags. +* Variations: reduce error: do not round each interpolated delta. +* Documentation improvements. +* Subsetter improvements: subsets most, if not all, lookup types + now. +* Fuzzer-found fixes and other improvements when memory failures + happen. +* Removed most atomic implementations now that we have C++11 + atomic impl. +* General codebase upkeep; using more C++11 features: constexpr + constructors, etc. + ------------------------------------------------------------------- Wed Jan 13 12:03:09 UTC 2021 - Dominique Leuenberger diff --git a/harfbuzz.spec b/harfbuzz.spec index e0676e5..dd4e42f 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -17,7 +17,7 @@ Name: harfbuzz -Version: 2.7.4 +Version: 2.8.0 Release: 0 Summary: An OpenType text shaping engine License: MIT