From 5c945f95af2b5b9d1e8cf0299acd01903619df716f2332e729273cb5ecd5ac9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 19 Feb 2016 15:35:58 +0000 Subject: [PATCH 1/5] Accepting request 360521 from home:dimstar:branches:GNOME:Factory Update to 1.2.0 OBS-URL: https://build.opensuse.org/request/show/360521 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=94 --- harfbuzz-1.1.3.tar.bz2 | 3 --- harfbuzz-1.2.0.tar.bz2 | 3 +++ harfbuzz.changes | 19 +++++++++++++++++++ harfbuzz.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 harfbuzz-1.1.3.tar.bz2 create mode 100644 harfbuzz-1.2.0.tar.bz2 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.0.tar.bz2 b/harfbuzz-1.2.0.tar.bz2 new file mode 100644 index 0000000..4e41a27 --- /dev/null +++ b/harfbuzz-1.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ff5305153d15931fbdda80c9612783b0283dee44f4c2af71aa37353daaa685 +size 1333335 diff --git a/harfbuzz.changes b/harfbuzz.changes index c215fb4..0351701 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +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..c4ec91c 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -17,7 +17,7 @@ Name: harfbuzz -Version: 1.1.3 +Version: 1.2.0 Release: 0 Summary: An OpenType text shaping engine License: MIT From a8bc904f564eb9fbeabe07bbd3ea498bf825a257c029be7e6955999d84790a08 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 20 Feb 2016 12:03:41 +0000 Subject: [PATCH 2/5] Accepting request 360610 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/360610 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=95 --- harfbuzz-1.1.3.tar.bz2 | 3 +++ harfbuzz-1.2.0.tar.bz2 | 3 --- harfbuzz.changes | 19 ------------------- harfbuzz.spec | 2 +- 4 files changed, 4 insertions(+), 23 deletions(-) create mode 100644 harfbuzz-1.1.3.tar.bz2 delete mode 100644 harfbuzz-1.2.0.tar.bz2 diff --git a/harfbuzz-1.1.3.tar.bz2 b/harfbuzz-1.1.3.tar.bz2 new file mode 100644 index 0000000..9c8c407 --- /dev/null +++ b/harfbuzz-1.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7 +size 1294579 diff --git a/harfbuzz-1.2.0.tar.bz2 b/harfbuzz-1.2.0.tar.bz2 deleted file mode 100644 index 4e41a27..0000000 --- a/harfbuzz-1.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79ff5305153d15931fbdda80c9612783b0283dee44f4c2af71aa37353daaa685 -size 1333335 diff --git a/harfbuzz.changes b/harfbuzz.changes index 0351701..c215fb4 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,22 +1,3 @@ -------------------------------------------------------------------- -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 c4ec91c..b14c5bc 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -17,7 +17,7 @@ Name: harfbuzz -Version: 1.2.0 +Version: 1.1.3 Release: 0 Summary: An OpenType text shaping engine License: MIT From fc08ca06b84b6da9c5f1058cd7f2ea993fda7c0ea4766007b01a8d17bb305a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 22 Feb 2016 16:57:56 +0000 Subject: [PATCH 3/5] Accepting request 361005 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/361005 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=96 --- harfbuzz-1.1.3.tar.bz2 | 3 --- harfbuzz-1.2.0.tar.bz2 | 3 +++ harfbuzz.changes | 26 ++++++++++++++++++++++++++ harfbuzz.spec | 3 ++- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 harfbuzz-1.1.3.tar.bz2 create mode 100644 harfbuzz-1.2.0.tar.bz2 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.0.tar.bz2 b/harfbuzz-1.2.0.tar.bz2 new file mode 100644 index 0000000..4e41a27 --- /dev/null +++ b/harfbuzz-1.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ff5305153d15931fbdda80c9612783b0283dee44f4c2af71aa37353daaa685 +size 1333335 diff --git a/harfbuzz.changes b/harfbuzz.changes index c215fb4..5c7d484 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +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..b6ef1f1 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -17,7 +17,7 @@ Name: harfbuzz -Version: 1.1.3 +Version: 1.2.0 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. From 88ae6524330db4871454640c37c183b68107dd97d074d5094181dd5ebdfdd36b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 2 Mar 2016 10:28:08 +0000 Subject: [PATCH 4/5] Accepting request 364082 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/364082 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=97 --- harfbuzz-1.2.0.tar.bz2 | 3 --- harfbuzz-1.2.3.tar.bz2 | 3 +++ harfbuzz.changes | 55 ++++++++++++++++++++++++++++++++++++++++++ harfbuzz.spec | 2 +- 4 files changed, 59 insertions(+), 4 deletions(-) delete mode 100644 harfbuzz-1.2.0.tar.bz2 create mode 100644 harfbuzz-1.2.3.tar.bz2 diff --git a/harfbuzz-1.2.0.tar.bz2 b/harfbuzz-1.2.0.tar.bz2 deleted file mode 100644 index 4e41a27..0000000 --- a/harfbuzz-1.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79ff5305153d15931fbdda80c9612783b0283dee44f4c2af71aa37353daaa685 -size 1333335 diff --git a/harfbuzz-1.2.3.tar.bz2 b/harfbuzz-1.2.3.tar.bz2 new file mode 100644 index 0000000..c75f5d7 --- /dev/null +++ b/harfbuzz-1.2.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8216d2404aaab7fde87be0365a90d64aa6c55928e104557cfcb37b54a096cb8c +size 1337003 diff --git a/harfbuzz.changes b/harfbuzz.changes index 5c7d484..617d62f 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/harfbuzz.spec b/harfbuzz.spec index b6ef1f1..ffb93db 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -17,7 +17,7 @@ Name: harfbuzz -Version: 1.2.0 +Version: 1.2.3 Release: 0 Summary: An OpenType text shaping engine License: MIT From 2721f0315702a769e679493d9bf3f8b65ba1d39e8bb42278053af477c7f2cd68 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 26 Mar 2016 14:02:28 +0000 Subject: [PATCH 5/5] Accepting request 375213 from GNOME:Next New upstream release OBS-URL: https://build.opensuse.org/request/show/375213 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=98 --- harfbuzz-1.2.3.tar.bz2 | 3 --- harfbuzz-1.2.4.tar.bz2 | 3 +++ harfbuzz.changes | 11 +++++++++++ harfbuzz.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 harfbuzz-1.2.3.tar.bz2 create mode 100644 harfbuzz-1.2.4.tar.bz2 diff --git a/harfbuzz-1.2.3.tar.bz2 b/harfbuzz-1.2.3.tar.bz2 deleted file mode 100644 index c75f5d7..0000000 --- a/harfbuzz-1.2.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8216d2404aaab7fde87be0365a90d64aa6c55928e104557cfcb37b54a096cb8c -size 1337003 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 617d62f..9335557 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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 diff --git a/harfbuzz.spec b/harfbuzz.spec index ffb93db..de8ad12 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -17,7 +17,7 @@ Name: harfbuzz -Version: 1.2.3 +Version: 1.2.4 Release: 0 Summary: An OpenType text shaping engine License: MIT