Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package harfbuzz for openSUSE:Factory checked in at 2024-05-07 18:02:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/harfbuzz (Old) and /work/SRC/openSUSE:Factory/.harfbuzz.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "harfbuzz" Tue May 7 18:02:26 2024 rev:110 rq:1172132 version:8.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/harfbuzz/harfbuzz.changes 2024-04-03 17:19:26.587345501 +0200 +++ /work/SRC/openSUSE:Factory/.harfbuzz.new.1880/harfbuzz.changes 2024-05-07 18:02:32.720634164 +0200 @@ -1,0 +2,5 @@ +Fri May 3 13:59:13 UTC 2024 - Jan Engelhardt <[email protected]> + +- Force higher C++ standard version for building with ICU 75. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ harfbuzz.spec ++++++ --- /var/tmp/diff_new_pack.GOjAoZ/_old 2024-05-07 18:02:33.388658455 +0200 +++ /var/tmp/diff_new_pack.GOjAoZ/_new 2024-05-07 18:02:33.388658455 +0200 @@ -1,7 +1,7 @@ # # spec file for package harfbuzz # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2024 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -109,6 +109,8 @@ %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 \
