Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-file-management for
openSUSE:Factory checked in at 2022-05-13 23:03:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-file-management (Old)
and /work/SRC/openSUSE:Factory/.maven-file-management.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-file-management"
Fri May 13 23:03:24 2022 rev:3 rq:977034 version:3.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/maven-file-management/maven-file-management.changes
2022-03-21 20:11:25.908404411 +0100
+++
/work/SRC/openSUSE:Factory/.maven-file-management.new.1538/maven-file-management.changes
2022-05-13 23:03:36.611147313 +0200
@@ -1,0 +2,5 @@
+Fri May 13 09:39:28 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Fix build with modello 2.0.0
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-file-management.spec ++++++
--- /var/tmp/diff_new_pack.KOUMvc/_old 2022-05-13 23:03:37.159147817 +0200
+++ /var/tmp/diff_new_pack.KOUMvc/_new 2022-05-13 23:03:37.163147820 +0200
@@ -32,7 +32,7 @@
BuildRequires: maven-lib
BuildRequires: maven-shared-io
BuildRequires: maven-shared-utils
-BuildRequires: modello
+BuildRequires: modello >= 2.0.0
BuildRequires: plexus-containers-container-default
BuildRequires: plexus-utils
BuildRequires: unzip
++++++ maven-file-management-build.xml ++++++
--- /var/tmp/diff_new_pack.KOUMvc/_old 2022-05-13 23:03:37.195147850 +0200
+++ /var/tmp/diff_new_pack.KOUMvc/_new 2022-05-13 23:03:37.195147850 +0200
@@ -74,7 +74,7 @@
<arg file="${build.mdoOutputDir}"/> <!-- output directory -->
<arg value="@{version}"/> <!-- model version -->
<arg value="false"/> <!-- package with version -->
- <arg value="true"/> <!-- use Java 5 -->
+ <arg value="8"/> <!-- java source -->
</exec>
</sequential>
</macrodef>