Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package maven-artifact-resolver for openSUSE:Factory checked in at 2022-03-22 19:40:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/maven-artifact-resolver (Old) and /work/SRC/openSUSE:Factory/.maven-artifact-resolver.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-artifact-resolver" Tue Mar 22 19:40:40 2022 rev:3 rq:963937 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/maven-artifact-resolver/maven-artifact-resolver.changes 2019-11-26 16:59:04.132113629 +0100 +++ /work/SRC/openSUSE:Factory/.maven-artifact-resolver.new.25692/maven-artifact-resolver.changes 2022-03-22 19:40:43.727123178 +0100 @@ -1,0 +2,5 @@ +Tue Mar 22 12:51:47 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Build with java source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ maven-artifact-resolver.spec ++++++ --- /var/tmp/diff_new_pack.uNRqLw/_old 2022-03-22 19:40:44.259123737 +0100 +++ /var/tmp/diff_new_pack.uNRqLw/_new 2022-03-22 19:40:44.259123737 +0100 @@ -1,7 +1,7 @@ # # spec file for package maven-artifact-resolver # -# 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 @@ -23,10 +23,11 @@ License: Apache-2.0 Group: Development/Libraries/Java URL: http://maven.apache.org/shared/%{name} -Source0: http://central.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip +Source0: https://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip # Replaced plexus-maven-plugin with plexus-component-metadata Patch0: %{name}-plexus.patch BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: unzip BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:) @@ -63,10 +64,11 @@ rm src/test/java/org/apache/maven/shared/artifact/resolver/DefaultProjectDependenciesResolverIT.java %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