Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xgboost-predictor for openSUSE:Factory checked in at 2023-10-26 17:14:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xgboost-predictor (Old) and /work/SRC/openSUSE:Factory/.xgboost-predictor.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xgboost-predictor" Thu Oct 26 17:14:29 2023 rev:2 rq:1120433 version:0.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/xgboost-predictor/xgboost-predictor.changes 2020-03-04 09:39:18.545888356 +0100 +++ /work/SRC/openSUSE:Factory/.xgboost-predictor.new.24901/xgboost-predictor.changes 2023-10-26 17:15:39.362994870 +0200 @@ -1,0 +2,5 @@ +Thu Oct 26 05:51:05 UTC 2023 - Fridrich Strba <[email protected]> + +- Build with source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xgboost-predictor.spec ++++++ --- /var/tmp/diff_new_pack.EoRD5V/_old 2023-10-26 17:15:39.947016319 +0200 +++ /var/tmp/diff_new_pack.EoRD5V/_new 2023-10-26 17:15:39.947016319 +0200 @@ -1,7 +1,7 @@ # # spec file for package xgboost-predictor # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ Source0: https://github.com/h2oai/%{name}/archive/v%{version}.tar.gz Source1: https://repo1.maven.org/maven2/ai/h2o/%{name}/%{version}/%{name}-%{version}.pom BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: mvn(net.jafama:jafama) BuildArch: noarch @@ -50,9 +51,9 @@ %build %{mvn_build} -f -- \ %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} - -Dmaven.compiler.release=7 \ + -Dmaven.compiler.release=8 \ %endif - -Dmaven.compiler.source=7 -Dmaven.compiler.target=7 -Dsource=7 + -Dmaven.compiler.source=8 -Dmaven.compiler.target=8 -Dsource=8 %install %mvn_install
