[oe-commits] [openembedded-core] 46/116: harfbuzz: update 1.2.0 -> 1.2.1

git at git.openembedded.org git at git.openembedded.org
Sun Feb 28 11:29:32 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 9d979fdc0c874c262640587d6bd42526bea1d6ed
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Tue Feb 23 10:54:24 2016 -0800

    harfbuzz: update 1.2.0 -> 1.2.1
    
    Overview of changes leading to 1.2.1
    Friday, February 23, 2016
    ====================================
    
    - CoreText: Fix bug with wrong scale if font scale was changed later.
      https://github.com/libass/libass/issues/212
    - CoreText: Drastically speed up font initialization.
    - CoreText: Fix tiny leak.
    - Group ZWJ/ZWNJ with previous syllable under cluster-level=0.
      https://github.com/behdad/harfbuzz/issues/217
    - Add test/shaping/README.md about how to add tests to the suite.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../harfbuzz/{harfbuzz_1.2.0.bb => harfbuzz_1.2.1.bb}                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.1.bb
similarity index 87%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_1.2.0.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_1.2.1.bb
index 2ef7d4d..f88e634 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.0.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.1.bb
@@ -12,8 +12,8 @@ DEPENDS = "glib-2.0 cairo freetype"
 
 SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2"
 
-SRC_URI[md5sum] = "59e3464e78a9864dff09f608a6befdca"
-SRC_URI[sha256sum] = "79ff5305153d15931fbdda80c9612783b0283dee44f4c2af71aa37353daaa685"
+SRC_URI[md5sum] = "c50034739e4b5ea85d46199bf7859ea6"
+SRC_URI[sha256sum] = "0c189aa386c5ea8d7c315adf273f56f48f412081a367b3f92abc2d0855fa2226"
 
 inherit autotools pkgconfig lib_package
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list