Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache-commons-ognl for
openSUSE:Factory checked in at 2022-03-21 20:13:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-ognl (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-ognl.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-ognl"
Mon Mar 21 20:13:20 2022 rev:3 rq:963741 version:4.0~20191021git51cf8f4
Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-commons-ognl/apache-commons-ognl.changes
2020-11-04 18:31:20.440287598 +0100
+++
/work/SRC/openSUSE:Factory/.apache-commons-ognl.new.25692/apache-commons-ognl.changes
2022-03-21 20:13:39.548537239 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 15:38:27 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source and target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-ognl.spec ++++++
--- /var/tmp/diff_new_pack.U1wYU8/_old 2022-03-21 20:13:40.104537775 +0100
+++ /var/tmp/diff_new_pack.U1wYU8/_new 2022-03-21 20:13:40.108537779 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package apache-commons-ognl
+# spec file
#
-# Copyright (c) 2020 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
@@ -28,6 +28,7 @@
URL: https://commons.apache.org/proper/commons-ognl/
Source0: %{short_name}-%{git_rev}.tar.xz
BuildRequires: fdupes
+BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
@@ -56,9 +57,9 @@
%build
%{mvn_build} -f -- \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
- -Dmaven.compiler.release=6 \
+ -Dmaven.compiler.release=8 \
%endif
- -Dmaven.compiler.source=6
+ -Dmaven.compiler.source=8
%install
%mvn_install