Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jakarta-commons-transaction for
openSUSE:Factory checked in at 2022-02-23 19:06:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jakarta-commons-transaction (Old)
and /work/SRC/openSUSE:Factory/.jakarta-commons-transaction.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jakarta-commons-transaction"
Wed Feb 23 19:06:52 2022 rev:17 rq:957048 version:1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/jakarta-commons-transaction/jakarta-commons-transaction.changes
2019-10-04 11:22:21.996953682 +0200
+++
/work/SRC/openSUSE:Factory/.jakarta-commons-transaction.new.1958/jakarta-commons-transaction.changes
2022-02-23 19:06:55.539288837 +0100
@@ -1,0 +2,5 @@
+Tue Feb 22 19:27:17 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Do not build against the log4j12 packages, use the new reload4j
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jakarta-commons-transaction.spec ++++++
--- /var/tmp/diff_new_pack.0Aa8K1/_old 2022-02-23 19:06:56.195288880 +0100
+++ /var/tmp/diff_new_pack.0Aa8K1/_new 2022-02-23 19:06:56.203288880 +0100
@@ -1,7 +1,7 @@
#
# spec file for package jakarta-commons-transaction
#
-# 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
@@ -23,7 +23,7 @@
Summary: Commons Transaction
License: Apache-2.0
Group: Development/Libraries/Java
-Url: http://jakarta.apache.org/commons/transaction/
+URL: http://jakarta.apache.org/commons/transaction/
Source0: commons-transaction-1.1-src.tar.bz2
Source1: pom-maven2jpp-depcat.xsl
Source2: pom-maven2jpp-newdepmap.xsl
@@ -36,12 +36,12 @@
BuildRequires: jakarta-commons-codec
BuildRequires: javapackages-tools
BuildRequires: junit
-BuildRequires: log4j12
+BuildRequires: reload4j
BuildRequires: xerces-j2
BuildRequires: xml-commons-apis
Requires: geronimo-jta-1_1-api
Requires: jakarta-commons-codec
-Requires: log4j12
+Requires: reload4j
Requires: xerces-j2
Requires: xml-commons-apis
BuildArch: noarch
@@ -61,7 +61,7 @@
%patch0 -b .sav
%build
-export CLASSPATH=$(build-classpath commons-codec jta
log4j12/log4j-12):`pwd`/build/classes
+export CLASSPATH=$(build-classpath commons-codec jta
reload4j):`pwd`/build/classes
export OPT_JAR_LIST=:
ant \
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \