Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package maven-osgi for openSUSE:Factory checked in at 2022-03-22 19:40:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/maven-osgi (Old) and /work/SRC/openSUSE:Factory/.maven-osgi.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-osgi" Tue Mar 22 19:40:48 2022 rev:3 rq:963952 version:0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/maven-osgi/maven-osgi.changes 2019-11-26 16:59:19.876108430 +0100 +++ /work/SRC/openSUSE:Factory/.maven-osgi.new.25692/maven-osgi.changes 2022-03-22 19:40:52.759132653 +0100 @@ -1,0 +2,5 @@ +Tue Mar 22 13:32:28 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Build with java source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ maven-osgi.spec ++++++ --- /var/tmp/diff_new_pack.SC9C4S/_old 2022-03-22 19:40:53.171133086 +0100 +++ /var/tmp/diff_new_pack.SC9C4S/_new 2022-03-22 19:40:53.175133090 +0100 @@ -1,7 +1,7 @@ # # spec file for package maven-osgi # -# 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 @@ -22,7 +22,7 @@ Summary: Library for Maven-OSGi integration License: Apache-2.0 Group: Development/Libraries/Java -URL: http://maven.apache.org/shared/maven-osgi +URL: https://maven.apache.org/shared/maven-osgi # svn export http://svn.apache.org/repos/asf/maven/shared/tags/maven-osgi-0.2.0 maven-osgi-0.2.0 # find -name *.jar -delete # tar caf maven-osgi-0.2.0.tar.xz maven-osgi-0.2.0/ @@ -30,6 +30,7 @@ # ASL mandates that the licence file be included in redistributed source Source1: http://www.apache.org/licenses/LICENSE-2.0.txt BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: xz BuildRequires: mvn(biz.aQute:bndlib) @@ -61,10 +62,11 @@ %pom_xpath_set "pom:artifactId[text()='plexus-maven-plugin']" plexus-component-metadata %build -%{mvn_build} -f \ +%{mvn_build} -f -- \ %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} - -- -Dmaven.compiler.release=6 + -Dmaven.compiler.release=8 \ %endif + -Dsource=8 %install %mvn_install