Accepting request 952663 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/952663 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/harfbuzz?expand=0&rev=84
This commit is contained in:
commit
26bddfd20c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ada50a1c199bb6f70843ab893c55867743a443b84d087d54df08ad883ebc2cd
|
|
||||||
size 14501956
|
|
3
harfbuzz-3.3.2.tar.xz
Normal file
3
harfbuzz-3.3.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1c13bca136c4f66658059853e2c1253f34c88f4b5c5aba6050aba7b5e0ce2503
|
||||||
|
size 14928456
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 7 06:06:38 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 3.3.2:
|
||||||
|
+ Revert splitting of pair positioning values introduced in 3.3.0
|
||||||
|
as it proved problematic
|
||||||
|
- includes changes from 3.3.1:
|
||||||
|
+ Fix heap-use-after-free in harfbuzz-subset introduced in
|
||||||
|
previous release
|
||||||
|
- includes changes from 3.3.0:
|
||||||
|
+ Improved documentation, code cleanup
|
||||||
|
+ The low 16-bits of face index will be used by hb_face_create()
|
||||||
|
to select a face inside a font collection file format, while the
|
||||||
|
high 16-bits will be used by hb_font_create() to load the named
|
||||||
|
instance
|
||||||
|
+ Glyph positions and other font metrics now apply synthetic slant
|
||||||
|
set by hb_font_set_synthetic_slant(), for improved positioning
|
||||||
|
for synthetically slanted fonts
|
||||||
|
+ Fixed unintentional locale dependency in hb_variation_to_string()
|
||||||
|
for decimal point representation
|
||||||
|
+ When applying pair positioning (kerning) the positioning value
|
||||||
|
is split between the two sides of the pair for improved cursor
|
||||||
|
positioning between such pairs
|
||||||
|
+ Introduced new HB_GLYPH_FLAG_UNSAFE_TO_CONCAT, to be used in
|
||||||
|
conjunction with HB_GLYPH_FLAG_UNSAFE_TO_BREAK for optimizing
|
||||||
|
re-shaping during line breaking. Check the documentation for
|
||||||
|
further details
|
||||||
|
+ Improved handling of macrolanguages when mapping BCP 47 codes
|
||||||
|
to OpenType tags
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 17 18:39:54 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
Fri Dec 17 18:39:54 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package harfbuzz
|
# spec file for package harfbuzz
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: harfbuzz
|
Name: harfbuzz
|
||||||
Version: 3.2.0
|
Version: 3.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OpenType text shaping engine
|
Summary: An OpenType text shaping engine
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user