- 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=261
This commit is contained in:
Dominique Leuenberger 2024-09-25 08:51:17 +00:00 committed by Git OBS Bridge
parent 7046380639
commit 0e15e4c9df
6 changed files with 35 additions and 5 deletions

18
_service Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/harfbuzz/harfbuzz.git</param>
<param name="revision">10.0.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2dfe016ad833a5043ecc6579043f04e8e6d50064e02ad449bb466e6431e3e04
size 17914808

3
harfbuzz-10.0.1.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d618c887a338034f7b53a9f3bfb34cb0b2865c0a6a4901fd3abe92893e5a7d4e
size 96873998

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 25 08:26:48 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>

4
harfbuzz.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: harfbuzz
version: 10.0.1
mtime: 1727196763
commit: a1d9bfe62818ef0fa9cf63b6e6d51436b1c93cbc

View File

@ -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