Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package pentaho-reporting-flow-engine for
openSUSE:Factory checked in at 2022-03-28 16:59:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pentaho-reporting-flow-engine (Old)
and /work/SRC/openSUSE:Factory/.pentaho-reporting-flow-engine.new.1900
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pentaho-reporting-flow-engine"
Mon Mar 28 16:59:29 2022 rev:5 rq:963199 version:0.9.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/pentaho-reporting-flow-engine/pentaho-reporting-flow-engine.changes
2017-09-12 19:37:52.346885668 +0200
+++
/work/SRC/openSUSE:Factory/.pentaho-reporting-flow-engine.new.1900/pentaho-reporting-flow-engine.changes
2022-03-28 17:00:02.708927313 +0200
@@ -1,0 +2,5 @@
+Sun Mar 20 08:53:23 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source/target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pentaho-reporting-flow-engine.spec ++++++
--- /var/tmp/diff_new_pack.oIBZLN/_old 2022-03-28 17:00:03.176927949 +0200
+++ /var/tmp/diff_new_pack.oIBZLN/_new 2022-03-28 17:00:03.184927960 +0200
@@ -1,7 +1,7 @@
#
# spec file for package pentaho-reporting-flow-engine
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -20,14 +20,14 @@
Version: 0.9.4
Release: 0
Summary: Pentaho Flow Reporting Engine
-License: LGPL-2.1+
+License: LGPL-2.1-or-later
Group: Development/Libraries/Java
-Url: http://reporting.pentaho.org/
+URL: http://reporting.pentaho.org/
Source:
http://downloads.sourceforge.net/jfreereport/flow-engine-%{version}.zip
Source99: %{name}-rpmlintrc
BuildRequires: ant
BuildRequires: flute
-BuildRequires: java-devel
+BuildRequires: java-devel >= 1.8
BuildRequires: jpackage-utils
BuildRequires: libbase
BuildRequires: libfonts
@@ -74,8 +74,8 @@
libserializer
%build
-ant \
- -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+%ant \
+ -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \
jar javadoc
%install