Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache-commons-exec for
openSUSE:Factory checked in at 2022-03-24 22:57:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-exec (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-exec.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-exec"
Thu Mar 24 22:57:40 2022 rev:2 rq:964398 version:1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-commons-exec/apache-commons-exec.changes
2019-04-12 09:14:25.829676905 +0200
+++
/work/SRC/openSUSE:Factory/.apache-commons-exec.new.1900/apache-commons-exec.changes
2022-03-24 22:58:19.720269545 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 23:05:04 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-exec.spec ++++++
--- /var/tmp/diff_new_pack.3F2UCR/_old 2022-03-24 22:58:20.100269912 +0100
+++ /var/tmp/diff_new_pack.3F2UCR/_new 2022-03-24 22:58:20.104269916 +0100
@@ -1,7 +1,7 @@
#
# spec file for package apache-commons-exec
#
-# Copyright (c) 2019 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
@@ -25,7 +25,7 @@
Summary: Java library to reliably execute external processes from
within the JVM
License: Apache-2.0
Group: Development/Libraries/Java
-URL: http://commons.apache.org/exec/
+URL: https://commons.apache.org/exec/
Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Patch0: commons-exec-1.3-build_xml.patch
BuildRequires: ant
++++++ commons-exec-1.3-build_xml.patch ++++++
--- /var/tmp/diff_new_pack.3F2UCR/_old 2022-03-24 22:58:20.140269950 +0100
+++ /var/tmp/diff_new_pack.3F2UCR/_new 2022-03-24 22:58:20.148269958 +0100
@@ -15,8 +15,8 @@
<!-- These must agree with the versions in pom.xml -->
- <property name="maven.compiler.source" value="1.3"/>
- <property name="maven.compiler.target" value="1.3"/>
-+ <property name="maven.compiler.source" value="1.6"/>
-+ <property name="maven.compiler.target" value="1.6"/>
++ <property name="maven.compiler.source" value="1.8"/>
++ <property name="maven.compiler.target" value="1.8"/>
<path id="junit">
<pathelement location="${maven.junit.jar}"/>