Accepting request 329425 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/329425 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/harfbuzz?expand=0&rev=37
This commit is contained in:
commit
b4706b7d61
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1771d53583be6d91ca961854b2a24fb239ef0545eed221ae3349abae0ab8321f
|
||||
size 1182989
|
3
harfbuzz-1.0.3.tar.bz2
Normal file
3
harfbuzz-1.0.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebdc875ea06d010722dec13d92bc40002ab6a77071d62e71aad564ff76a63df7
|
||||
size 1234373
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 18:53:31 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.0.3:
|
||||
+ Start of user documentation.
|
||||
+ Implement glyph_extents() for TrueType fonts in hb-ot-font.
|
||||
+ Improve GPOS cursive attachments with conflicting lookups.
|
||||
+ More fixes for cluster-level = 1.
|
||||
+ Uniscribe positioning fix.
|
||||
- Changes from version 1.0.2:
|
||||
+ Fix shaping with cluster-level > 0.
|
||||
+ Fix Uniscribe backend font-size scaling.
|
||||
+ Declare dependencies in harfbuzz.pc. FreeType is not declared
|
||||
though, to avoid bugs in pkg-config 0.26 with recursive
|
||||
dependencies.
|
||||
+ Slightly improved debug infrastructure. More to come later.
|
||||
+ Misc build fixes.
|
||||
- Changes from version 1.0.1:
|
||||
+ Fix out-of-bounds access in USE shaper.
|
||||
- Changes from version 1.0.0:
|
||||
+ Implement Universal Shaping Engine:
|
||||
https://www.microsoft.com/typography/OpenTypeDev/USE/intro.htm
|
||||
http://blogs.windows.com/bloggingwindows/2015/02/23/windows-shapes-the-worlds-languages/
|
||||
+ Bump version to 1.0.0. The soname was NOT bumped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 2 13:00:41 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to version 0.9.42:
|
||||
+ New API to allow for retrieving finer-grained cluster
|
||||
mappings if the client desires to handle them. Default behavior
|
||||
is unchanged.
|
||||
+ Fix cluster merging when removing default-ignorables.
|
||||
+ Update to Unicode 8.0
|
||||
+ hb-graphite2 fixes.
|
||||
+ Misc fixes.
|
||||
+ Removed HB_NO_MERGE_CLUSTERS hack.
|
||||
+ New API:
|
||||
- hb_buffer_cluster_level_t enum
|
||||
- hb_buffer_get_cluster_level()
|
||||
- hb_buffer_set_cluster_level()
|
||||
- hb-shape / hb-view --cluster-level
|
||||
- Changes from version 0.9.41:
|
||||
+ Fix hb-coretext with trailing whitespace in right-to-left.
|
||||
+ New API: hb_buffer_reverse_range().
|
||||
+ Allow implementing atomic ops in config.h.
|
||||
+ Fix hb_language_t in language bindings.
|
||||
+ Misc fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 08:28:46 UTC 2015 - fstrba@suse.com
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: harfbuzz
|
||||
Version: 0.9.40
|
||||
Version: 1.0.3
|
||||
Release: 0
|
||||
Summary: An OpenType text shaping engine
|
||||
License: MIT
|
||||
Group: Productivity/Text/Utilities
|
||||
Url: http://www.freedesktop.org/wiki/Software/HarfBuzz
|
||||
Source: http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.bz2
|
||||
Source: http://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: gcc-c++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user