Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-ant-plugin for
openSUSE:Factory checked in at 2022-03-22 19:40:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-ant-plugin (Old)
and /work/SRC/openSUSE:Factory/.maven-ant-plugin.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-ant-plugin"
Tue Mar 22 19:40:38 2022 rev:3 rq:963936 version:2.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-ant-plugin/maven-ant-plugin.changes
2019-11-26 16:57:59.176135077 +0100
+++
/work/SRC/openSUSE:Factory/.maven-ant-plugin.new.25692/maven-ant-plugin.changes
2022-03-22 19:40:42.451121840 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 12:47:20 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source and target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-ant-plugin.spec ++++++
--- /var/tmp/diff_new_pack.s7Ngon/_old 2022-03-22 19:40:42.975122390 +0100
+++ /var/tmp/diff_new_pack.s7Ngon/_new 2022-03-22 19:40:42.979122394 +0100
@@ -1,7 +1,7 @@
#
# spec file for package maven-ant-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
@@ -25,6 +25,7 @@
URL: https://maven.apache.org/plugins/%{name}/
Source0:
https://archive.apache.org/dist/maven/plugins/%{name}-%{version}-source-release.zip
BuildRequires: fdupes
+BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: unzip
BuildRequires: mvn(org.apache.ant:ant)
@@ -56,10 +57,11 @@
%setup -q
%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