Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jakarta-commons-modeler for
openSUSE:Factory checked in at 2022-03-24 22:57:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jakarta-commons-modeler (Old)
and /work/SRC/openSUSE:Factory/.jakarta-commons-modeler.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jakarta-commons-modeler"
Thu Mar 24 22:57:51 2022 rev:21 rq:964412 version:2.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/jakarta-commons-modeler/jakarta-commons-modeler.changes
2021-12-28 12:27:18.492515318 +0100
+++
/work/SRC/openSUSE:Factory/.jakarta-commons-modeler.new.1900/jakarta-commons-modeler.changes
2022-03-24 22:59:14.196322134 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 04:56:45 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jakarta-commons-modeler.spec ++++++
--- /var/tmp/diff_new_pack.Cavm40/_old 2022-03-24 22:59:14.588322513 +0100
+++ /var/tmp/diff_new_pack.Cavm40/_new 2022-03-24 22:59:14.592322517 +0100
@@ -1,7 +1,7 @@
#
# spec file for package jakarta-commons-modeler
#
-# 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: fdupes
BuildRequires: jakarta-commons-digester
+BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-tools
BuildRequires: junit
BuildRequires: mx4j
@@ -80,7 +81,7 @@
-Djunit.jar=$(build-classpath junit) \
-Dcommons-digester.jar=$(build-classpath commons-digester) \
-Dcommons-logging.jar=$(build-classpath commons-logging) \
- -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+ -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \
dist
%install