Accepting request 1172132 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1172132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/harfbuzz?expand=0&rev=110
This commit is contained in:
Dominique Leuenberger 2024-05-07 16:02:26 +00:00 committed by Git OBS Bridge
commit 26cead7c38
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 \