Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mojo-executor for openSUSE:Factory 
checked in at 2023-10-26 17:14:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mojo-executor (Old)
 and      /work/SRC/openSUSE:Factory/.mojo-executor.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mojo-executor"

Thu Oct 26 17:14:58 2023 rev:4 rq:1120527 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mojo-executor/mojo-executor.changes      
2022-12-05 18:02:44.153083029 +0100
+++ /work/SRC/openSUSE:Factory/.mojo-executor.new.24901/mojo-executor.changes   
2023-10-26 17:15:58.903712536 +0200
@@ -1,0 +2,5 @@
+Thu Oct 26 10:33:14 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Build with source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mojo-executor.spec ++++++
--- /var/tmp/diff_new_pack.tzbSbX/_old  2023-10-26 17:15:59.351728990 +0200
+++ /var/tmp/diff_new_pack.tzbSbX/_new  2023-10-26 17:15:59.355729137 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mojo-executor
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,8 +27,8 @@
 Source1:        http://www.apache.org/licenses/LICENSE-2.0
 Patch0:         mojo-executor-dependency.patch
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  maven-local
-BuildRequires:  mvn(org.apache.maven.plugins:maven-enforcer-plugin)
 BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.apache.maven:maven-model)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
@@ -55,15 +55,17 @@
 cp %{SOURCE1} .
 %pom_disable_module %{name}-maven-plugin
 %pom_remove_plugin :jacoco-maven-plugin
+%pom_remove_plugin :maven-enforcer-plugin
 
 perl -pi -e 
's#org\.sonatype\.aether\.repository#org.eclipse.aether.repository#g' \
        
mojo-executor/src/main/java/org/twdata/maven/mojoexecutor/MavenCompatibilityHelper.java
 
 %build
-%mvn_build -f \
+%{mvn_build} -f -- \
 %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-       -- -Dmaven.compiler.release=7
+    -Dmaven.compiler.release=8 \
 %endif
+    -Dsource=8
 
 %install
 %mvn_install

Reply via email to