Bjørn Lie 2024-11-05 13:38:52 +00:00 committed by Git OBS Bridge
parent 0ff1b1a179
commit 31af68ff56
6 changed files with 27 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<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="revision">10.1.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

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

3
harfbuzz-10.1.0.obscpio Normal file
View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Nov 5 08:44:15 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 10.1.0:
+ Fix the sign of fallback vertical glyph advance (used when font
has no vertical advance data).
+ Increase maximum “CFF” operands limit 20 times to support more
complex fonts.
+ Add “--face-loader” option to command line utilities.
+ Support “COLR” v0 table in hb_font_get_glyph_extents().
+ Add support for font functions that use Core Text APIs, similar
to FreeType font functions. This allows, for example, using
drawing fonts that use the new (and undocumented) “hvgl” table.
+ Update IANA and OT language registries, as well ase USE data
files.
+ Fix build with ICU 76.
+ Various compiler warnings and build fixes.
+ Various subsetter fixes.
-------------------------------------------------------------------
Wed Sep 25 08:26:48 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: harfbuzz
version: 10.0.1
mtime: 1727196763
commit: a1d9bfe62818ef0fa9cf63b6e6d51436b1c93cbc
version: 10.1.0
mtime: 1730786689
commit: 9ef44a2d67ac870c1f7f671f6dc98d08a2579865

View File

@ -18,7 +18,7 @@
Name: harfbuzz
Version: 10.0.1
Version: 10.1.0
Release: 0
Summary: An OpenType text shaping engine
License: MIT