Accepting request 346783 from GNOME:Factory
New upstream, with tweaks OBS-URL: https://build.opensuse.org/request/show/346783 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/harfbuzz?expand=0&rev=39
This commit is contained in:
commit
dc898d9371
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f616a7fbdc78a627043f9029000bf08c0c71df59cde4143fc92a014f6a993b26
|
||||
size 1240522
|
3
harfbuzz-1.1.2.tar.bz2
Normal file
3
harfbuzz-1.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a2c5790bd3db7c3ca8c02e4858f2fd592df7932c1d2fa9f6b99acbce0f8461f
|
||||
size 1233019
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 29 19:19:10 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.1.2:
|
||||
+ Fix badly-broken fallback shaper that affected terminology.
|
||||
+ Fix y_scaling in Graphite shaper.
|
||||
+ API changes: An unset glyph_h_origin() function in font-funcs
|
||||
now (sensibly) implies horizontal origin at 0,0. Ie, the nil
|
||||
callback returns true instead of false. As such,
|
||||
implementations that have a glyph_h_origin() that simply
|
||||
returns true, can remove that function with HarfBuzz >= 1.1.2.
|
||||
This results in a tiny speedup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 20:10:56 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.1.1:
|
||||
+ Build fixes, specially for hb-coretext.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 13:18:12 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- Update to version 1.1.0:
|
||||
+ Implement 'stch' stretch feature for Syriac Abbreviation Mark.
|
||||
+ Disable use of decompose_compatibility() callback.
|
||||
+ Implement "shaping" of various Unicode space characters, even
|
||||
if the font does not support them.
|
||||
+ If font does not support U+2011 NO-BREAK HYPHEN, fallback to
|
||||
U+2010 HYPHEN.
|
||||
+ Changes resulting from libFuzzer continuous fuzzing:
|
||||
- Reject font tables that need more than 8 edits.
|
||||
- Bound buffer growth during shaping to 32x.
|
||||
- Fix assertions and other issues at OOM / buffer max-growth.
|
||||
+ Misc fixes and optimizations.
|
||||
+ API changes: All fonts created with hb_font_create() now
|
||||
inherit from (ie. have parent) hb_font_get_empty().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 19 14:43:00 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: harfbuzz
|
||||
Version: 1.0.6
|
||||
Version: 1.1.2
|
||||
Release: 0
|
||||
Summary: An OpenType text shaping engine
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user