New release
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=264
This commit is contained in:
parent
0ff1b1a179
commit
31af68ff56
2
_service
2
_service
@ -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>
|
||||
|
@ -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
3
harfbuzz-10.1.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15e6948e9d5e57cd7e96fda0c0b24b23657d6356083d00a1111b30334d873ff2
|
||||
size 96904206
|
@ -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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: harfbuzz
|
||||
version: 10.0.1
|
||||
mtime: 1727196763
|
||||
commit: a1d9bfe62818ef0fa9cf63b6e6d51436b1c93cbc
|
||||
version: 10.1.0
|
||||
mtime: 1730786689
|
||||
commit: 9ef44a2d67ac870c1f7f671f6dc98d08a2579865
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: harfbuzz
|
||||
Version: 10.0.1
|
||||
Version: 10.1.0
|
||||
Release: 0
|
||||
Summary: An OpenType text shaping engine
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user