From 0e15e4c9df4493461986ccd9f4b759f5796ea939c93f4bd7572494e7196d6436 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 25 Sep 2024 08:51:17 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=20version=2010.0.1:=20=20=20+?= =?UTF-8?q?=20Relax=20sanitization=20checks=20for=20=E2=80=9Cmorx=E2=80=9D?= =?UTF-8?q?=20subtables=20to=20fix=20broken=20=20=20=20=20AAT=20shaping=20?= =?UTF-8?q?of=20macOS=2015.0=20version=20of=20GeezaPro.=20-=20Switch=20to?= =?UTF-8?q?=20source=20service=20for=20tarball.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=261 --- _service | 18 ++++++++++++++++++ harfbuzz-10.0.0.tar.xz | 3 --- harfbuzz-10.0.1.obscpio | 3 +++ harfbuzz.changes | 8 ++++++++ harfbuzz.obsinfo | 4 ++++ harfbuzz.spec | 4 ++-- 6 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 _service delete mode 100644 harfbuzz-10.0.0.tar.xz create mode 100644 harfbuzz-10.0.1.obscpio create mode 100644 harfbuzz.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..9ef4cd7 --- /dev/null +++ b/_service @@ -0,0 +1,18 @@ + + + + git + https://github.com/harfbuzz/harfbuzz.git + 10.0.1 + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + diff --git a/harfbuzz-10.0.0.tar.xz b/harfbuzz-10.0.0.tar.xz deleted file mode 100644 index 4dcb76e..0000000 --- a/harfbuzz-10.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2dfe016ad833a5043ecc6579043f04e8e6d50064e02ad449bb466e6431e3e04 -size 17914808 diff --git a/harfbuzz-10.0.1.obscpio b/harfbuzz-10.0.1.obscpio new file mode 100644 index 0000000..19b49eb --- /dev/null +++ b/harfbuzz-10.0.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d618c887a338034f7b53a9f3bfb34cb0b2865c0a6a4901fd3abe92893e5a7d4e +size 96873998 diff --git a/harfbuzz.changes b/harfbuzz.changes index d3b96cc..5eb3f20 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 25 08:26:48 UTC 2024 - Bjørn Lie + +- Update to version 10.0.1: + + Relax sanitization checks for “morx” subtables to fix broken + AAT shaping of macOS 15.0 version of GeezaPro. +- Switch to source service for tarball. + ------------------------------------------------------------------- Mon Sep 23 20:10:33 UTC 2024 - Bjørn Lie diff --git a/harfbuzz.obsinfo b/harfbuzz.obsinfo new file mode 100644 index 0000000..d0caf06 --- /dev/null +++ b/harfbuzz.obsinfo @@ -0,0 +1,4 @@ +name: harfbuzz +version: 10.0.1 +mtime: 1727196763 +commit: a1d9bfe62818ef0fa9cf63b6e6d51436b1c93cbc diff --git a/harfbuzz.spec b/harfbuzz.spec index d549196..7687bf5 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -18,12 +18,12 @@ Name: harfbuzz -Version: 10.0.0 +Version: 10.0.1 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 +Source0: %{version}/%{name}-%{version}.tar.zst Source99: baselibs.conf BuildRequires: c++_compiler BuildRequires: c_compiler