Accepting request 732877 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/732877 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/harfbuzz?expand=0&rev=70
This commit is contained in:
commit
aac4a0ee2e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fed00dc797b7ba3ca943225f0a854baaed4c1640fff8a31d455cd3b5caec855c
|
||||
size 5685712
|
3
harfbuzz-2.6.1.tar.xz
Normal file
3
harfbuzz-2.6.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f
|
||||
size 5741372
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 20:20:39 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user