Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package os-maven-plugin for openSUSE:Factory
checked in at 2022-03-23 20:18:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/os-maven-plugin (Old)
and /work/SRC/openSUSE:Factory/.os-maven-plugin.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "os-maven-plugin"
Wed Mar 23 20:18:33 2022 rev:4 rq:964191 version:1.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/os-maven-plugin/os-maven-plugin.changes
2022-01-19 00:35:12.758291218 +0100
+++
/work/SRC/openSUSE:Factory/.os-maven-plugin.new.25692/os-maven-plugin.changes
2022-03-23 20:20:26.902533027 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 09:00:09 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ os-maven-plugin.spec ++++++
--- /var/tmp/diff_new_pack.r7VQZx/_old 2022-03-23 20:20:27.358533285 +0100
+++ /var/tmp/diff_new_pack.r7VQZx/_new 2022-03-23 20:20:27.362533286 +0100
@@ -25,6 +25,7 @@
Source0:
https://github.com/trustin/%{name}/archive/%{name}-%{version}.tar.gz
Patch0: 0001-Don-t-fail-on-unknown-arch.patch
BuildRequires: fdupes
+BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: mvn(com.google.code.findbugs:jsr305)
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
@@ -67,10 +68,11 @@
%pom_remove_plugin org.codehaus.mojo:animal-sniffer-maven-plugin
%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