Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package munge-maven-plugin for 
openSUSE:Factory checked in at 2022-03-21 20:13:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/munge-maven-plugin (Old)
 and      /work/SRC/openSUSE:Factory/.munge-maven-plugin.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "munge-maven-plugin"

Mon Mar 21 20:13:23 2022 rev:2 rq:963761 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/munge-maven-plugin/munge-maven-plugin.changes    
2019-06-19 20:55:11.949816045 +0200
+++ 
/work/SRC/openSUSE:Factory/.munge-maven-plugin.new.25692/munge-maven-plugin.changes
 2022-03-21 20:13:42.076539679 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 18:16:02 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Build with source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ munge-maven-plugin.spec ++++++
--- /var/tmp/diff_new_pack.CTsKBa/_old  2022-03-21 20:13:42.592540177 +0100
+++ /var/tmp/diff_new_pack.CTsKBa/_new  2022-03-21 20:13:42.596540181 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package munge-maven-plugin
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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:        Trivial Java preprocessor
 License:        CDDL-1.0
 Group:          Development/Libraries/Java
-URL:            http://github.com/sonatype/munge-maven-plugin
+URL:            https://github.com/sonatype/munge-maven-plugin
 Source0:        
https://github.com/sonatype/munge-maven-plugin/archive/munge-maven-plugin-1.0.tar.gz
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  maven-local
 BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
 BuildRequires:  mvn(org.apache.maven:maven-core)
@@ -64,7 +65,11 @@
 %setup -q -n %{name}-%{name}-%{version}
 
 %build
-%{mvn_build} -f -- -Dsource=6
+%{mvn_build} -f -- \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+    -Dmaven.compiler.release=8 \
+%endif
+    -Dsource=8
 
 %install
 %mvn_install

Reply via email to