From 1a11ef1abaf843579269cb7f1a60aceb6b50b023 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Fri, 13 Sep 2019 15:00:03 +0200 Subject: [PATCH] Use the bundled harfbuzz-ng for < F31 Needed because of the hb_subset_input_set_retain_gids(), that's only available in harbuzz 2.4 that's only in F31+ --- chromium.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chromium.spec b/chromium.spec index f8a98009..102f14d3 100644 --- a/chromium.spec +++ b/chromium.spec @@ -137,9 +137,9 @@ BuildRequires: libicu-devel >= 5.4 %global bundlefontconfig 0 %endif -# Needs at least harfbuzz 2.3.0 now. -# 2019-03-13 -%if 0%{?fedora} < 30 +# Needs at least harfbuzz 2.4.0 now. +# 2019-09-13 +%if 0%{?fedora} < 31 %global bundleharfbuzz 1 %else %global bundleharfbuzz 0