Script 'mail_helper' called by obssrc
Hello community,

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

Package is "modello"

Tue Mar 22 19:40:54 2022 rev:5 rq:963966 version:1.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/modello/modello-maven-plugin.changes     
2021-04-27 21:34:28.323965013 +0200
+++ /work/SRC/openSUSE:Factory/.modello.new.25692/modello-maven-plugin.changes  
2022-03-22 19:40:58.639138822 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 14:07:46 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/modello/modello.changes  2021-04-27 
21:34:28.339965040 +0200
+++ /work/SRC/openSUSE:Factory/.modello.new.25692/modello.changes       
2022-03-22 19:40:58.687138872 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 14:07:24 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ modello-maven-plugin.spec ++++++
--- /var/tmp/diff_new_pack.njY1vF/_old  2022-03-22 19:40:59.275139489 +0100
+++ /var/tmp/diff_new_pack.njY1vF/_new  2022-03-22 19:40:59.279139493 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package modello-maven-plugin
+# spec file
 #
-# Copyright (c) 2021 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
@@ -91,9 +91,12 @@
 %pom_remove_dep :modello-plugin-jsonschema modello-maven-plugin
 
 %build
-# skip tests because we have too old xmlunit in openSUSE now (1.5)
 pushd %{name}
-%{mvn_build} -f -- -Dmaven.version=3.1.1 -Dsource=6
+%{mvn_build} -f -- \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+    -Dmaven.compiler.release=8 \
+%endif
+    -Dmaven.version=3.1.1 -Dsource=8
 popd
 
 %install

++++++ modello.spec ++++++
--- /var/tmp/diff_new_pack.njY1vF/_old  2022-03-22 19:40:59.299139514 +0100
+++ /var/tmp/diff_new_pack.njY1vF/_new  2022-03-22 19:40:59.303139518 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package modello
 #
-# Copyright (c) 2021 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


++++++ modello-build.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/common.xml new/common.xml
--- old/common.xml      2021-04-23 08:46:52.194105294 +0200
+++ new/common.xml      2022-03-22 15:05:02.142555310 +0100
@@ -11,7 +11,7 @@
   
   <property name="spec.version" value="${project.version}"/>
 
-  <property name="compiler.source" value="1.7"/>
+  <property name="compiler.source" value="1.8"/>
   <property name="compiler.target" value="${compiler.source}"/>
 
 </project>

Reply via email to