Accepting request 361005 from GNOME:Next
1 OBS-URL: https://build.opensuse.org/request/show/361005 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=96
This commit is contained in:
parent
a8bc904f56
commit
fc08ca06b8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7
|
|
||||||
size 1294579
|
|
3
harfbuzz-1.2.0.tar.bz2
Normal file
3
harfbuzz-1.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:79ff5305153d15931fbdda80c9612783b0283dee44f4c2af71aa37353daaa685
|
||||||
|
size 1333335
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 22 16:49:31 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Add Conflicts: cantarell-fonts < 0.0.23. Previous versions of
|
||||||
|
cantarell-fonts have a bug that harfbuzz now exposes, so add a
|
||||||
|
conflicts to work-around that.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Thu Jan 14 08:50:37 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: harfbuzz
|
Name: harfbuzz
|
||||||
Version: 1.1.3
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OpenType text shaping engine
|
Summary: An OpenType text shaping engine
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -36,6 +36,7 @@ BuildRequires: pkgconfig(graphite2)
|
|||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
BuildRequires: pkgconfig(icu-le)
|
BuildRequires: pkgconfig(icu-le)
|
||||||
BuildRequires: pkgconfig(icu-uc)
|
BuildRequires: pkgconfig(icu-uc)
|
||||||
|
Conflicts: cantarell-fonts < 0.0.23
|
||||||
|
|
||||||
%description
|
%description
|
||||||
HarfBuzz is an OpenType text shaping engine.
|
HarfBuzz is an OpenType text shaping engine.
|
||||||
|
Loading…
Reference in New Issue
Block a user