Accepting request 531085 from GNOME:Factory
(forwarded request 526469 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/531085 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/harfbuzz?expand=0&rev=56
This commit is contained in:
commit
5f30a686eb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ccec4930ff0bb2d0c40aee203075447954b64a8c2695202413cc5e428c907131
|
||||
size 1587622
|
3
harfbuzz-1.5.1.tar.bz2
Normal file
3
harfbuzz-1.5.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56838dfdad2729b8866763c82d623354d138a4d99d9ffb710c7d377b5cfc7c51
|
||||
size 1615704
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 9 21:00:13 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.5.1:
|
||||
+ Fix "unsafe-to-break" in fallback shaping and other corner
|
||||
cases. All our tests pass with --verify now, meaning
|
||||
unsafe-to-break API works as expected.
|
||||
+ Add --unicodes to hb-view / hb-shape.
|
||||
+ [indic] Treat Consonant_With_Stacker as consonant. This will
|
||||
need further tweaking.
|
||||
+ hb_buffer_diff() tweaks.
|
||||
- Changes from version 1.5.0:
|
||||
+ Misc new API, for appending a buffer to another, and for
|
||||
comparing contents of two buffers for types of differences.
|
||||
+ New "unsafe-to-break" API. Can be used to speed up reshaping
|
||||
in line-breaking situations. Essentially, after shaping, it
|
||||
returns positions in the input string (some of the cluster
|
||||
boundaries) that are "safe to break" in that if the text is
|
||||
segmented at that position and two sides reshaped and
|
||||
concatenated, the shaping result is exactly the same as shaping
|
||||
the text in one piece.
|
||||
+ hb-view and hb-shape and hb-shape now take --verify, which
|
||||
verifies the above property.
|
||||
+ Some corner cases of the implementation are still not quite
|
||||
working. Those will be fixed in subsequent releases.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 3 14:44:33 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: harfbuzz
|
||||
Version: 1.4.8
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: An OpenType text shaping engine
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user