Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache-commons-logging for
openSUSE:Factory checked in at 2022-02-24 18:18:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-logging (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-logging.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-logging"
Thu Feb 24 18:18:22 2022 rev:24 rq:957043 version:1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-commons-logging/apache-commons-logging.changes
2021-08-02 12:04:58.521657239 +0200
+++
/work/SRC/openSUSE:Factory/.apache-commons-logging.new.1958/apache-commons-logging.changes
2022-02-24 18:18:28.694738052 +0100
@@ -1,0 +2,5 @@
+Tue Feb 22 19:04:25 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Do not build against the log4j12 packages, use the new reload4j
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-logging.spec ++++++
--- /var/tmp/diff_new_pack.qJE1RU/_old 2022-02-24 18:18:29.262737901 +0100
+++ /var/tmp/diff_new_pack.qJE1RU/_new 2022-02-24 18:18:29.270737898 +0100
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2000-2007, JPackage Project
#
# All modifications and additions to the file contributed by third parties
@@ -37,7 +37,7 @@
BuildRequires: glassfish-servlet-api
BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
-BuildRequires: log4j12-mini >= 1.2
+BuildRequires: reload4j
Requires: java >= 1.8
Provides: jakarta-%{short_name} = %{version}-%{release}
Obsoletes: jakarta-%{short_name} < %{version}
@@ -79,7 +79,7 @@
):target/classes:target/test-classes
ant \
-Dmaven.mode.offline=true -lib %{_javadir} \
- -Dlog4j12.jar=%{_javadir}/log4j12/log4j-12.jar
-Dservletapi.jar=%{_javadir}/glassfish-servlet-api.jar \
+ -Dlog4j12.jar=$(find-jar reload4j/reload4j) -Dservletapi.jar=$(find-jar
glassfish-servlet-api) \
dist
%install