Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package avalon-framework for
openSUSE:Factory checked in at 2022-02-23 19:06:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/avalon-framework (Old)
and /work/SRC/openSUSE:Factory/.avalon-framework.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "avalon-framework"
Wed Feb 23 19:06:50 2022 rev:15 rq:957045 version:4.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/avalon-framework/avalon-framework.changes
2019-10-03 16:15:53.784818257 +0200
+++
/work/SRC/openSUSE:Factory/.avalon-framework.new.1958/avalon-framework.changes
2022-02-23 19:06:53.739288717 +0100
@@ -1,0 +2,5 @@
+Tue Feb 22 19:22:36 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Do not build against the log4j12 packages, use the new reload4j
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ avalon-framework.spec ++++++
--- /var/tmp/diff_new_pack.StA64R/_old 2022-02-23 19:06:54.463288765 +0100
+++ /var/tmp/diff_new_pack.StA64R/_new 2022-02-23 19:06:54.467288765 +0100
@@ -1,7 +1,7 @@
#
# spec file for package avalon-framework
#
-# 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
@@ -32,7 +32,7 @@
BuildRequires: commons-logging
BuildRequires: fdupes
BuildRequires: javapackages-local
-BuildRequires: log4j12
+BuildRequires: reload4j
Requires: mvn(avalon-logkit:avalon-logkit)
BuildArch: noarch
@@ -67,7 +67,7 @@
popd
pushd %{name}-impl-%{version}
mkdir -p target/lib
- build-jar-repository -s target/lib avalon-logkit log4j12/log4j-12
commons-logging
+ build-jar-repository -s target/lib avalon-logkit reload4j commons-logging
cp ../%{name}-api-%{version}/target/*.jar target/lib/
%ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 dist
popd