From 661c2078fd2f4dbbf202dcf8d4b578f8385ec48144e39202c3526799a1aae66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 24 Sep 2019 08:57:31 +0000 Subject: [PATCH] Accepting request 730812 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/730812 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=164 --- harfbuzz-2.5.3.tar.xz | 3 --- harfbuzz-2.6.1.tar.xz | 3 +++ harfbuzz.changes | 19 +++++++++++++++++++ harfbuzz.spec | 7 ++++--- 4 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 harfbuzz-2.5.3.tar.xz create mode 100644 harfbuzz-2.6.1.tar.xz diff --git a/harfbuzz-2.5.3.tar.xz b/harfbuzz-2.5.3.tar.xz deleted file mode 100644 index e7d288f..0000000 --- a/harfbuzz-2.5.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fed00dc797b7ba3ca943225f0a854baaed4c1640fff8a31d455cd3b5caec855c -size 5685712 diff --git a/harfbuzz-2.6.1.tar.xz b/harfbuzz-2.6.1.tar.xz new file mode 100644 index 0000000..a99cf2f --- /dev/null +++ b/harfbuzz-2.6.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f +size 5741372 diff --git a/harfbuzz.changes b/harfbuzz.changes index c9f7849..07f2fa7 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Sep 13 20:20:39 UTC 2019 - Bjørn Lie + +- Update to version 2.6.1: + + Fix regression with hb_font_create_sub_font scaling introduced + in 2.6.0. + + Change interpretation of font PTEM size / CoreText font size + handling. + + hb-ot-font: Prefer symbol cmap subtable if present. + + Apply 'dist'/'abvm'/'blwm' features to all scripts. + + Drop experimental DirectWrite API. +- Changes from version 2.6.0: + + New OpenType metrics, baseline, and metadata table access APIs. + + New API to set font variations to a named-instance. + + New hb-gdi.h header and API for creating hb_face_t from HFONT. + + Amalgam: Provide a single-file harfbuzz.cc file for easier + alternate building. + + More size-reduction configurable options, enabled by HB_TINY. + ------------------------------------------------------------------- Sat Jul 13 21:26:23 UTC 2019 - Bjørn Lie diff --git a/harfbuzz.spec b/harfbuzz.spec index 871b1ea..dc5f2fe 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -17,14 +17,15 @@ Name: harfbuzz -Version: 2.5.3 +Version: 2.6.1 Release: 0 Summary: An OpenType text shaping engine License: MIT Group: Productivity/Text/Utilities URL: https://www.freedesktop.org/wiki/Software/HarfBuzz -Source0: http://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.xz +Source0: https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.xz Source99: baselibs.conf + BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(cairo) >= 1.8.0 @@ -115,7 +116,7 @@ This package contains the development files. --with-graphite2 \ --with-gobject=yes \ %{nil} -make %{?_smp_mflags} +%make_build %install %make_install