Accepting request 282835 from GNOME:Factory

- Update to version 0.9.38:
  + Fix minor out-of-bounds access in Indic shaper.
  + Change New Tai Lue shaping engine from South-East Asian to
    default, reflecting change in Unicode encoding model.
  + Add hb-shape --font-size.  Can take up to two numbers for
    separate x / y size.
  + Fix CoreText and FreeType scale issues with negative scales.
  + Reject blobs larger than 2GB. This might break some icu-le-hb
    clients that need security fixes. See:
    http://www.icu-project.org/trac/ticket/11450
  + Avoid accessing font tables during face destruction, in case
    rogue clients released face data already.
  + Fix up gobject-introspection a bit.
  + Misc fixes.
  + API additions:
    hb_ft_face_create_referenced()
    hb_ft_font_create_referenced()
- Changes from version 0.9.37:
  + Fix out-of-bounds access in Context lookup format 3.
  + Indic: Allow ZWJ/ZWNJ before syllable modifiers.

OBS-URL: https://build.opensuse.org/request/show/282835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/harfbuzz?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2015-01-27 11:35:37 +00:00 committed by Git OBS Bridge
commit 97372ad547
4 changed files with 30 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bfbf7b016167ee6b2a2f83948fef75cc1253081873d6a91022161815956b9be
size 1167900

3
harfbuzz-0.9.38.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6736f383b4edfcaaeb6f3292302ca382d617d8c79948bb2dd2e8f86cdccfd514
size 1177106

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Jan 25 08:33:49 UTC 2015 - vuntz@opensuse.org
- Update to version 0.9.38:
+ Fix minor out-of-bounds access in Indic shaper.
+ Change New Tai Lue shaping engine from South-East Asian to
default, reflecting change in Unicode encoding model.
+ Add hb-shape --font-size. Can take up to two numbers for
separate x / y size.
+ Fix CoreText and FreeType scale issues with negative scales.
+ Reject blobs larger than 2GB. This might break some icu-le-hb
clients that need security fixes. See:
http://www.icu-project.org/trac/ticket/11450
+ Avoid accessing font tables during face destruction, in case
rogue clients released face data already.
+ Fix up gobject-introspection a bit.
+ Misc fixes.
+ API additions:
hb_ft_face_create_referenced()
hb_ft_font_create_referenced()
- Changes from version 0.9.37:
+ Fix out-of-bounds access in Context lookup format 3.
+ Indic: Allow ZWJ/ZWNJ before syllable modifiers.
-------------------------------------------------------------------
Sat Nov 22 12:01:10 UTC 2014 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package harfbuzz
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: harfbuzz
Version: 0.9.36
Version: 0.9.38
Release: 0
Summary: An OpenType text shaping engine
License: MIT
@ -28,7 +28,7 @@ Source99: baselibs.conf
BuildRequires: gcc-c++
BuildRequires: pkgconfig(cairo) >= 1.8.0
BuildRequires: pkgconfig(cairo-ft)
BuildRequires: pkgconfig(freetype2) >= 2.3.8
BuildRequires: pkgconfig(freetype2) >= 12.0.6
BuildRequires: pkgconfig(glib-2.0) >= 2.16
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(graphite2)