Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package multiverse for openSUSE:Factory checked in at 2022-03-23 20:19:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/multiverse (Old) and /work/SRC/openSUSE:Factory/.multiverse.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "multiverse" Wed Mar 23 20:19:28 2022 rev:3 rq:964355 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/multiverse/multiverse.changes 2019-12-02 11:38:29.662462613 +0100 +++ /work/SRC/openSUSE:Factory/.multiverse.new.25692/multiverse.changes 2022-03-23 20:21:19.954563040 +0100 @@ -1,0 +2,5 @@ +Wed Mar 23 18:34:32 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Build with java source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ multiverse.spec ++++++ --- /var/tmp/diff_new_pack.nrFVRG/_old 2022-03-23 20:21:20.358563269 +0100 +++ /var/tmp/diff_new_pack.nrFVRG/_new 2022-03-23 20:21:20.362563271 +0100 @@ -1,7 +1,7 @@ # # spec file for package multiverse # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,7 @@ # Only the license header is included in the source Source1: http://www.apache.org/licenses/LICENSE-2.0.txt BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildArch: noarch @@ -51,10 +52,17 @@ %pom_remove_plugin :maven-deploy-plugin +%pom_xpath_set \ + "pom:plugin[pom:artifactId[text()='maven-compiler-plugin']]/pom:configuration/pom:source" "1.8" \ + multiverse-core multiverse-core-drivers +%pom_xpath_set \ + "pom:plugin[pom:artifactId[text()='maven-compiler-plugin']]/pom:configuration/pom:target" "1.8" \ + multiverse-core multiverse-core-drivers + cp -p %{SOURCE1} . %build -%{mvn_build} -f +%{mvn_build} -f -- -Dsource=8 %install %mvn_install