diff --git a/harfbuzz-1.1.3.tar.bz2 b/harfbuzz-1.1.3.tar.bz2 deleted file mode 100644 index 9c8c407..0000000 --- a/harfbuzz-1.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7 -size 1294579 diff --git a/harfbuzz-1.2.4.tar.bz2 b/harfbuzz-1.2.4.tar.bz2 new file mode 100644 index 0000000..4917347 --- /dev/null +++ b/harfbuzz-1.2.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449dbdf12a8f94aedbdefaac831d8b1bf45e7decaa9192eaa4f74104ef9de491 +size 1320609 diff --git a/harfbuzz.changes b/harfbuzz.changes index c215fb4..9335557 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,95 @@ +------------------------------------------------------------------- +Fri Mar 18 14:54:49 UTC 2016 - zaitor@opensuse.org + +- Update to version 1.2.4: + + Synthesize GDEF glyph class for any glyph that does not have + one in GDEF. Hope we don't discover broken fonts that shape + badly with this change. + + Misc build and other minor fixes. + + API changes: Added HB_NDEBUG. It's fine for production systems + to define this to disable high-overhead debugging checks. + +------------------------------------------------------------------- +Tue Mar 1 19:40:45 UTC 2016 - zaitor@opensuse.org + +- Update to version 1.2.3: + + Blacklist GDEF table of certain versions of Times New Roman + (Bold) Italic, due to bug in glyph class of ASCII double-quote + character. This should address "regression" introduced in 1.2.0 + when we switched mark zeroing in most shapers from + BY_UNICODE_LATE to BY_GDEF_LATE. This fourth release in a week + should finally stablize things... + + hb-ot-font's get_glyph() implementation saw some optimizations. + Though might be really hard to measure in real-world + situations. + + Also, two rather small API changes: + - We now disable some time-consuming internal bookkeeping if + built with NDEBUG defined. This is a first time that we use + NDEBUG to disable debug code. If there exist production + systems that do NOT want to enable NDEBUG, please let me know + and I'll add HB_NDEBUG. + - Added get_nominal_glyph() and get_variation_glyph() instead + of get_glyph() + + New API: + - hb_font_get_nominal_glyph_func_t. + - hb_font_get_variation_glyph_func_t. + - hb_font_funcs_set_nominal_glyph_func(). + - hb_font_funcs_set_variation_glyph_func(). + - hb_font_get_nominal_glyph(). + - hb_font_get_variation_glyph(). + + Deprecated API: + - hb_font_get_glyph_func_t. + - hb_font_funcs_set_glyph_func(). + + Clients that implement their own font-funcs are encouraged to + replace their get_glyph() implementation with a + get_nominal_glyph() and get_variation_glyph() pair. The + variation version can assume that variation_selector argument + is not zero. Old (deprecated) functions will continue working + indefinitely using internal gymnastics; it is just more + efficient to use the new functions. +- Changes from version 1.2.2: + + Fix regression with mark positioning with fonts that have + non-zero mark advances. This was introduced in 1.2.0 while + trying to make mark and cursive attachments to work together. + I have partially reverted that, so this version is much more + like what we had before. All clients who updated to 1.2.0 + should update to this version. +- Changes from version 1.2.1: + + CoreText: + - Fix bug with wrong scale if font scale was changed later + (gh/libass/libass/#212). + - Drastically speed up font initialization. + - Fix tiny leak. + + Group ZWJ/ZWNJ with previous syllable under cluster-level=0 + (gh/behdad/harfbuzz#217). + + Add test/shaping/README.md about how to add tests to the suite. + +------------------------------------------------------------------- +Mon Feb 22 16:49:31 UTC 2016 - zaitor@opensuse.org + +- Add Conflicts: cantarell-fonts < 0.0.23. Previous versions of + cantarell-fonts have a bug that harfbuzz now exposes, so add a + conflicts to work-around that. + +------------------------------------------------------------------- +Fri Feb 19 15:28:03 UTC 2016 - dimstar@opensuse.org + +- Update to version 1.2.0: + + Fix various issues (hangs mostly) in case of memory allocation + failure. + + Change mark zeroing types of most shapers from BY_UNICODE_LATE + to BY_GDEF_LATE. This seems to be what Uniscribe does. + + Change mark zeroing of USE shaper from NONE to BY_GDEF_EARLY. + That's what Windows does. + + Allow GPOS cursive connection on marks, and fix the interaction + with mark attachment. This work resulted in some changes to how + mark attachments work (gh#behdad/harfbuzz#211). + + Graphite2 shaper: improved negative advance handling + (eg. Nastaliq). + + Add nmake-based build system for Windows. + + Minor speedup. + + Misc. improvements. + ------------------------------------------------------------------- Thu Jan 14 08:50:37 UTC 2016 - dimstar@opensuse.org diff --git a/harfbuzz.spec b/harfbuzz.spec index b14c5bc..de8ad12 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -17,7 +17,7 @@ Name: harfbuzz -Version: 1.1.3 +Version: 1.2.4 Release: 0 Summary: An OpenType text shaping engine License: MIT @@ -36,6 +36,7 @@ BuildRequires: pkgconfig(graphite2) BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(icu-le) BuildRequires: pkgconfig(icu-uc) +Conflicts: cantarell-fonts < 0.0.23 %description HarfBuzz is an OpenType text shaping engine.