Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package heaptrack for openSUSE:Factory checked in at 2025-10-15 12:46:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/heaptrack (Old) and /work/SRC/openSUSE:Factory/.heaptrack.new.18484 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "heaptrack" Wed Oct 15 12:46:21 2025 rev:18 rq:1311454 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/heaptrack/heaptrack.changes 2025-09-29 16:37:17.111155778 +0200 +++ /work/SRC/openSUSE:Factory/.heaptrack.new.18484/heaptrack.changes 2025-10-15 12:47:47.382943054 +0200 @@ -1,0 +2,5 @@ +Wed Oct 15 08:38:11 UTC 2025 - Christophe Marin <[email protected]> + +- Use -std=gnu++17 to compile heaptrack after the robin-map update to 1.4.0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ heaptrack.spec ++++++ --- /var/tmp/diff_new_pack.lJk6CB/_old 2025-10-15 12:47:47.950966810 +0200 +++ /var/tmp/diff_new_pack.lJk6CB/_new 2025-10-15 12:47:47.950966810 +0200 @@ -1,7 +1,7 @@ # # spec file for package heaptrack # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -86,6 +86,9 @@ # Disable building tests, they're not used and post-build-checks trips over it sed -i"" '/add_subdirectory(tests)/d' CMakeLists.txt +# Needed after robin-map update to 1.4.0 +sed -i 's#CMAKE_CXX_STANDARD 14#CMAKE_CXX_STANDARD 17#' CMakeLists.txt + %build %if "%{_lib}" == "lib64" extra_opts="-DLIB_SUFFIX=64"
