Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package glassfishbuild-maven-plugin for
openSUSE:Factory checked in at 2022-03-22 19:40:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glassfishbuild-maven-plugin (Old)
and /work/SRC/openSUSE:Factory/.glassfishbuild-maven-plugin.new.25692
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glassfishbuild-maven-plugin"
Tue Mar 22 19:40:13 2022 rev:2 rq:963888 version:3.2.26
Changes:
--------
---
/work/SRC/openSUSE:Factory/glassfishbuild-maven-plugin/glassfishbuild-maven-plugin.changes
2021-01-18 11:31:31.248635320 +0100
+++
/work/SRC/openSUSE:Factory/.glassfishbuild-maven-plugin.new.25692/glassfishbuild-maven-plugin.changes
2022-03-22 19:40:18.615096836 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 10:00:32 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source and target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ glassfishbuild-maven-plugin.spec ++++++
--- /var/tmp/diff_new_pack.yITcJc/_old 2022-03-22 19:40:19.131097377 +0100
+++ /var/tmp/diff_new_pack.yITcJc/_new 2022-03-22 19:40:19.135097382 +0100
@@ -1,7 +1,7 @@
#
# spec file for package glassfishbuild-maven-plugin
#
-# 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
@@ -26,6 +26,7 @@
Source0:
https://github.com/javaee/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: glassfishbuild-maven-plugin-3.2.26-maven-resolver-3.5.0.patch
BuildRequires: fdupes
+BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: mvn(net.java:jvnet-parent:pom:)
BuildRequires: mvn(org.apache.ant:ant)
@@ -55,8 +56,11 @@
%pom_remove_plugin :maven-checkstyle-plugin
%pom_remove_plugin :glassfish-copyright-maven-plugin
+%pom_xpath_set
"pom:plugins/pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:source"
1.8
+%pom_xpath_set
"pom:plugins/pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:target"
1.8
+
%build
-%{mvn_build} -f -- -Dsource=1.6
+%{mvn_build} -f -- -Dsource=8
%install
%mvn_install