Accepting request 282741 from home:vuntz:branches:GNOME:Factory
Update to 0.9.38 OBS-URL: https://build.opensuse.org/request/show/282741 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=58
This commit is contained in:
parent
9ee61bb6e9
commit
e77d778100
@ -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
3
harfbuzz-0.9.38.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6736f383b4edfcaaeb6f3292302ca382d617d8c79948bb2dd2e8f86cdccfd514
|
||||||
|
size 1177106
|
@ -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 casce
|
||||||
|
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
|
Sat Nov 22 12:01:10 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package harfbuzz
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: harfbuzz
|
Name: harfbuzz
|
||||||
Version: 0.9.36
|
Version: 0.9.38
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OpenType text shaping engine
|
Summary: An OpenType text shaping engine
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -28,7 +28,7 @@ Source99: baselibs.conf
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig(cairo) >= 1.8.0
|
BuildRequires: pkgconfig(cairo) >= 1.8.0
|
||||||
BuildRequires: pkgconfig(cairo-ft)
|
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(glib-2.0) >= 2.16
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(graphite2)
|
BuildRequires: pkgconfig(graphite2)
|
||||||
|
Loading…
Reference in New Issue
Block a user