From 5c2ce14fd6ff77071d9edaaea1a03f8c72bdfc2816cbf31b8c5fb4346ecd22d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 17 Dec 2021 21:39:38 +0000 Subject: [PATCH 1/2] Accepting request 941286 from home:AndreasStieger:branches:GNOME:Factory harfbuzz 3.2.0 OBS-URL: https://build.opensuse.org/request/show/941286 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=199 --- harfbuzz-3.1.1.tar.xz | 3 --- harfbuzz-3.2.0.tar.xz | 3 +++ harfbuzz.changes | 21 +++++++++++++++++++++ harfbuzz.spec | 3 +-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 harfbuzz-3.1.1.tar.xz create mode 100644 harfbuzz-3.2.0.tar.xz diff --git a/harfbuzz-3.1.1.tar.xz b/harfbuzz-3.1.1.tar.xz deleted file mode 100644 index 99231e0..0000000 --- a/harfbuzz-3.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3f3247bdeabf36765acc237a5f651e651e4e9706582b9cc2cf6c9b8102dfa93 -size 13256100 diff --git a/harfbuzz-3.2.0.tar.xz b/harfbuzz-3.2.0.tar.xz new file mode 100644 index 0000000..ea61656 --- /dev/null +++ b/harfbuzz-3.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ada50a1c199bb6f70843ab893c55867743a443b84d087d54df08ad883ebc2cd +size 14501956 diff --git a/harfbuzz.changes b/harfbuzz.changes index 0fd31e2..d3a10dc 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Dec 17 18:39:54 UTC 2021 - Andreas Stieger + +- update to 3.2.0: + + Fixed shaping of Apple Color Emoji flags in right-to-left context + + Fixed positioning of CFF fonts in HB_TINY profile + + OpenType 1.9 language tags update + + Add HB_NO_VERTICAL config option + + Add HB_CONFIG_OVERRIDE_H for easier configuration + + Improved packing of cmap, loca, and Ligature tables + + Significantly improved overflow-resolution strategy in the repacker + +------------------------------------------------------------------- +Fri Dec 17 17:50:56 UTC 2021 - Andreas Stieger + +- update to 3.1.2: + + hb-shape / hb-view: revert treating text on the commandline as + single paragraph (was introduced in 3.0.0); add new + --single-par to do that + + Subsetter bug fixes + ------------------------------------------------------------------- Tue Nov 9 15:51:45 UTC 2021 - Bjørn Lie diff --git a/harfbuzz.spec b/harfbuzz.spec index edd3376..eb7d20c 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -17,14 +17,13 @@ Name: harfbuzz -Version: 3.1.1 +Version: 3.2.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: meson BuildRequires: pkgconfig >= 0.28 From b8d80a31deb6a2747cce3f3d72c87ab5ab6a2deabeb3b69757e443c9dc4f9e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 17 Dec 2021 21:40:32 +0000 Subject: [PATCH 2/2] tweak .changes OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=200 --- harfbuzz.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harfbuzz.changes b/harfbuzz.changes index d3a10dc..7290bf1 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Fri Dec 17 18:39:54 UTC 2021 - Andreas Stieger -- update to 3.2.0: +- Update to 3.2.0: + Fixed shaping of Apple Color Emoji flags in right-to-left context + Fixed positioning of CFF fonts in HB_TINY profile + OpenType 1.9 language tags update @@ -13,7 +13,7 @@ Fri Dec 17 18:39:54 UTC 2021 - Andreas Stieger ------------------------------------------------------------------- Fri Dec 17 17:50:56 UTC 2021 - Andreas Stieger -- update to 3.1.2: +- Update to 3.1.2: + hb-shape / hb-view: revert treating text on the commandline as single paragraph (was introduced in 3.0.0); add new --single-par to do that