Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package axis for openSUSE:Factory checked in at 2022-02-24 18:18:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/axis (Old) and /work/SRC/openSUSE:Factory/.axis.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "axis" Thu Feb 24 18:18:22 2022 rev:36 rq:957047 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/axis/axis.changes 2019-10-03 16:15:31.204875791 +0200 +++ /work/SRC/openSUSE:Factory/.axis.new.1958/axis.changes 2022-02-24 18:18:29.714737780 +0100 @@ -1,0 +2,5 @@ +Tue Feb 22 19:26:22 UTC 2022 - Fridrich Strba <[email protected]> + +- Do not build against the log4j12 packages, use the new reload4j + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ axis.spec ++++++ --- /var/tmp/diff_new_pack.HheLju/_old 2022-02-24 18:18:30.694737518 +0100 +++ /var/tmp/diff_new_pack.HheLju/_new 2022-02-24 18:18:30.702737516 +0100 @@ -1,7 +1,7 @@ # # spec file for package axis # -# 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 @@ -22,7 +22,7 @@ Summary: Apache implementation of the SOAP License: Apache-2.0 Group: Development/Libraries/Java -Url: http://axis.apache.org/axis/ +URL: http://axis.apache.org/axis/ Source0: axis-src-1_4.tar.bz2 # svn export http://svn.apache.org/repos/asf/webservices/axis/branches/AXIS_1_4_FINAL/ # Build only @@ -64,7 +64,7 @@ BuildRequires: javapackages-local BuildRequires: javapackages-tools BuildRequires: junit -BuildRequires: log4j12-mini +BuildRequires: reload4j BuildRequires: servletapi5 BuildRequires: unzip BuildRequires: wsdl4j @@ -76,7 +76,7 @@ Requires: java Requires: javamail Requires: jaxp_parser_impl -Requires: log4j12 +Requires: reload4j Requires: wsdl4j Obsoletes: %{name}-javadoc BuildArch: noarch @@ -118,7 +118,7 @@ %build [ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java -CLASSPATH=$(build-classpath wsdl4j commons-discovery commons-httpclient3 commons-logging log4j12/log4j-12 activation javamail servletapi5) +CLASSPATH=$(build-classpath wsdl4j commons-discovery commons-httpclient3 commons-logging reload4j activation javamail servletapi5) export CLASSPATH=$CLASSPATH:$(build-classpath oro junit jdepend jimi xml-security jsse httpunit jms castor 2>/dev/null) export OPT_JAR_LIST="ant/ant-nodeps" ant -Dcompile.ime=true \ @@ -126,7 +126,7 @@ -Dcommons-discovery.jar=$(build-classpath commons-discovery) \ -Dcommons-logging.jar=$(build-classpath commons-logging) \ -Dcommons-httpclient.jar=$(build-classpath commons-httpclient3) \ - -Dlog4j-core.jar=$(build-classpath log4j12/log4j-12) \ + -Dlog4j-core.jar=$(build-classpath reload4j/reload4j) \ -Dactivation.jar=$(build-classpath jaf) \ -Dmailapi.jar=$(build-classpath javamail/mailapi) \ -Dxerces.jar=$(build-classpath jaxp_parser_impl) \
