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] 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