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
This commit is contained in:
Dominique Leuenberger 2024-05-06 09:19:47 +00:00 committed by Git OBS Bridge
parent d117d7c241
commit 2d19b78c5d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 3 13:59:13 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Force higher C++ standard version for building with ICU 75.
-------------------------------------------------------------------
Fri Mar 29 19:08:48 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package harfbuzz
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# 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 \