Hello community,
here is the log from the commit of package apache-commons-logging for
openSUSE:Factory checked in at 2019-10-03 16:15:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-logging (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-logging.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-logging"
Thu Oct 3 16:15:23 2019 rev:21 rq:734254 version:1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-commons-logging/apache-commons-logging.changes
2019-03-28 22:45:27.739086123 +0100
+++
/work/SRC/openSUSE:Factory/.apache-commons-logging.new.2352/apache-commons-logging.changes
2019-10-03 16:15:24.668892446 +0200
@@ -1,0 +2,5 @@
+Tue Oct 1 08:45:20 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Build against the new compatibility log4j12-mini package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-logging.spec ++++++
--- /var/tmp/diff_new_pack.oXK2p2/_old 2019-10-03 16:15:25.132891263 +0200
+++ /var/tmp/diff_new_pack.oXK2p2/_new 2019-10-03 16:15:25.136891253 +0200
@@ -24,7 +24,6 @@
Release: 0
Summary: Apache Commons Logging
License: Apache-2.0
-Group: Development/Libraries/Java
URL: http://commons.apache.org/%{base_name}
Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc
@@ -39,7 +38,7 @@
BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
BuildRequires: junit
-BuildRequires: log4j-mini >= 1.2
+BuildRequires: log4j12-mini >= 1.2
Requires: java >= 1.8
Provides: jakarta-%{short_name} = %{version}-%{release}
Obsoletes: jakarta-%{short_name} < %{version}
@@ -81,7 +80,7 @@
):target/classes:target/test-classes
ant \
-Dmaven.mode.offline=true -lib %{_javadir} \
- -Dlog4j12.jar=%{_javadir}/log4j.jar
-Dservletapi.jar=%{_javadir}/glassfish-servlet-api.jar \
+ -Dlog4j12.jar=%{_javadir}/log4j12/log4j-12.jar
-Dservletapi.jar=%{_javadir}/glassfish-servlet-api.jar \
dist
%install