Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package plexus-velocity for openSUSE:Factory
checked in at 2022-03-22 19:41:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plexus-velocity (Old)
and /work/SRC/openSUSE:Factory/.plexus-velocity.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plexus-velocity"
Tue Mar 22 19:41:03 2022 rev:3 rq:963992 version:1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/plexus-velocity/plexus-velocity.changes
2021-05-12 19:32:57.286864422 +0200
+++
/work/SRC/openSUSE:Factory/.plexus-velocity.new.25692/plexus-velocity.changes
2022-03-22 19:41:22.771164136 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 15:14:41 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plexus-velocity.spec ++++++
--- /var/tmp/diff_new_pack.SD6iDF/_old 2022-03-22 19:41:23.331164724 +0100
+++ /var/tmp/diff_new_pack.SD6iDF/_new 2022-03-22 19:41:23.335164728 +0100
@@ -1,7 +1,7 @@
#
# spec file for package plexus-velocity
#
-# 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
@@ -30,6 +30,7 @@
BuildRequires: ant
BuildRequires: apache-commons-collections
BuildRequires: fdupes
+BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
BuildRequires: plexus-containers-container-default
BuildRequires: velocity
++++++ plexus-velocity-build.xml ++++++
--- /var/tmp/diff_new_pack.SD6iDF/_old 2022-03-22 19:41:23.399164795 +0100
+++ /var/tmp/diff_new_pack.SD6iDF/_new 2022-03-22 19:41:23.403164799 +0100
@@ -12,7 +12,7 @@
<property name="project.artifactId" value="plexus-velocity"/>
<property name="project.version" value="1.2"/>
- <property name="compiler.source" value="1.6"/>
+ <property name="compiler.source" value="1.8"/>
<property name="compiler.target" value="${compiler.source}"/>
<property name="build.finalName"
value="${project.artifactId}-${project.version}"/>