From 2d19b78c5d24bfe9a44236b2c051ef4e76dd373220a016b74bba6bb7a4a4a940 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 6 May 2024 09:19:47 +0000 Subject: [PATCH] Accepting request 1171766 from home:jengelh:test - Force higher C++ standard version for building with ICU 75. OBS-URL: https://build.opensuse.org/request/show/1171766 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=254 --- harfbuzz.changes | 5 +++++ harfbuzz.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/harfbuzz.changes b/harfbuzz.changes index b166160..74c3c18 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 3 13:59:13 UTC 2024 - Jan Engelhardt + +- Force higher C++ standard version for building with ICU 75. + ------------------------------------------------------------------- Fri Mar 29 19:08:48 UTC 2024 - Andreas Stieger diff --git a/harfbuzz.spec b/harfbuzz.spec index 41a5662..5622608 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -1,7 +1,7 @@ # # spec file for package harfbuzz # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2024 Andreas Stieger # # All modifications and additions to the file contributed by third parties @@ -109,6 +109,8 @@ This package contains the development files. %autosetup -p1 %build +# harfbuzz-8.4.0 defaults to 11, icu-75 needs >=17 +export CXXFLAGS="%optflags -std=c++17" %meson \ -Ddocs=disabled \ -Dgraphite=enabled \