Hello community,
here is the log from the commit of package apache-commons-logging for
openSUSE:Factory checked in at 2018-07-24 17:30:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-logging (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-logging.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-logging"
Tue Jul 24 17:30:38 2018 rev:17 rq:620753 version:1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-commons-logging/apache-commons-logging.changes
2017-09-13 22:19:12.117648590 +0200
+++
/work/SRC/openSUSE:Factory/.apache-commons-logging.new/apache-commons-logging.changes
2018-07-24 17:30:42.503934884 +0200
@@ -1,0 +2,8 @@
+Tue May 15 10:56:40 UTC 2018 - [email protected]
+
+- Modified patch:
+ * commons-logging-1.2-sourcetarget.patch
+ + Build with source and target 8 to prepare for a possible
+ removal of 1.6 compatibility
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-logging.spec ++++++
--- /var/tmp/diff_new_pack.eApVYB/_old 2018-07-24 17:30:43.447936077 +0200
+++ /var/tmp/diff_new_pack.eApVYB/_new 2018-07-24 17:30:43.447936077 +0200
@@ -1,7 +1,7 @@
#
# spec file for package apache-commons-logging
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2000-2007, JPackage Project
#
# All modifications and additions to the file contributed by third parties
@@ -35,13 +35,13 @@
BuildRequires: ant
BuildRequires: ant-junit
BuildRequires: apache-commons-parent
-BuildRequires: java-devel >= 1.6.0
+BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
BuildRequires: javapackages-tools
BuildRequires: junit
BuildRequires: log4j-mini >= 1.2
BuildRequires: servletapi5
-Requires: java >= 1.6.0
+Requires: java >= 1.8
Provides: jakarta-%{short_name} = %{version}-%{release}
Obsoletes: jakarta-%{short_name} < %{version}
Provides: %{short_name} = %{version}-%{release}
++++++ commons-logging-1.2-sourcetarget.patch ++++++
--- /var/tmp/diff_new_pack.eApVYB/_old 2018-07-24 17:30:43.483936122 +0200
+++ /var/tmp/diff_new_pack.eApVYB/_new 2018-07-24 17:30:43.483936122 +0200
@@ -5,11 +5,11 @@
<!-- Version of java class files to generate. -->
- <property name="target.version" value="1.2"/>
-+ <property name="target.version" value="1.6"/>
++ <property name="target.version" value="8"/>
<!-- Version of java source to accept -->
- <property name="source.version" value="1.2"/>
-+ <property name="source.version" value="1.6"/>
++ <property name="source.version" value="8"/>
<!-- Should Java compilations set the 'debug' compiler option? -->
<property name="compile.debug" value="true"/>