Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-source-plugin for 
openSUSE:Factory checked in at 2022-03-22 19:40:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-source-plugin (Old)
 and      /work/SRC/openSUSE:Factory/.maven-source-plugin.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maven-source-plugin"

Tue Mar 22 19:40:52 2022 rev:3 rq:963958 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-source-plugin/maven-source-plugin.changes  
2019-12-02 11:38:28.098462284 +0100
+++ 
/work/SRC/openSUSE:Factory/.maven-source-plugin.new.25692/maven-source-plugin.changes
       2022-03-22 19:40:55.395135418 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 13:48:33 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ maven-source-plugin.spec ++++++
--- /var/tmp/diff_new_pack.WoqtKL/_old  2022-03-22 19:40:55.871135918 +0100
+++ /var/tmp/diff_new_pack.WoqtKL/_new  2022-03-22 19:40:55.875135922 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-source-plugin
 #
-# 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,9 +22,10 @@
 Summary:        Plugin for creating source JARs
 License:        Apache-2.0
 Group:          Development/Libraries/Java
-URL:            http://maven.apache.org/plugins/maven-source-plugin/
-Source0:        
http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
+URL:            https://maven.apache.org/plugins/maven-source-plugin/
+Source0:        
https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  maven-local
 BuildRequires:  unzip
 BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
@@ -57,10 +58,11 @@
 %{mvn_file} : %{name}
 
 %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

Reply via email to