Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xgboost for openSUSE:Factory checked in at 2025-05-08 18:23:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xgboost (Old) and /work/SRC/openSUSE:Factory/.xgboost.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xgboost" Thu May 8 18:23:49 2025 rev:8 rq:1275533 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xgboost/xgboost.changes 2024-10-28 18:09:23.953833555 +0100 +++ /work/SRC/openSUSE:Factory/.xgboost.new.30101/xgboost.changes 2025-05-08 18:26:22.667976967 +0200 @@ -1,0 +2,6 @@ +Wed May 7 12:24:43 UTC 2025 - Simon Lees <sfl...@suse.de> + +- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes + minimum version warnings + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xgboost.spec ++++++ --- /var/tmp/diff_new_pack.bzQk55/_old 2025-05-08 18:26:23.187998654 +0200 +++ /var/tmp/diff_new_pack.bzQk55/_new 2025-05-08 18:26:23.187998654 +0200 @@ -1,7 +1,7 @@ # # spec file for package xgboost # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -73,6 +73,9 @@ %pom_remove_dep ":scala-collection-compat_\${scala.binary.version}" jvm-packages/%{artifactId} %build +# Remove cmake4 error due to not setting +# min cmake version - sflees.de +export CMAKE_POLICY_VERSION_MINIMUM=3.5 pushd jvm-packages %if 0%{?suse_version} <= 1500 export CC=gcc-8