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-03-24 22:57:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/axis (Old) and /work/SRC/openSUSE:Factory/.axis.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "axis" Thu Mar 24 22:57:45 2022 rev:39 rq:964405 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/axis/axis.changes 2022-03-18 16:43:03.553220976 +0100 +++ /work/SRC/openSUSE:Factory/.axis.new.1900/axis.changes 2022-03-24 22:58:39.072288227 +0100 @@ -1,0 +2,6 @@ +Mon Mar 21 13:15:13 UTC 2022 - Fridrich Strba <[email protected]> + +- Depend on the glassfish-activation-api standalone in order to + prevent missing APIs when running the ant task + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ axis.spec ++++++ --- /var/tmp/diff_new_pack.6A6lud/_old 2022-03-24 22:58:39.700288833 +0100 +++ /var/tmp/diff_new_pack.6A6lud/_new 2022-03-24 22:58:39.704288837 +0100 @@ -57,6 +57,7 @@ BuildRequires: antlr BuildRequires: apache-commons-httpclient BuildRequires: apache-commons-logging +BuildRequires: glassfish-activation-api BuildRequires: jakarta-commons-discovery BuildRequires: java-devel >= 1.8 BuildRequires: javamail @@ -70,18 +71,15 @@ BuildRequires: xerces-j2 Requires: apache-commons-httpclient Requires: apache-commons-logging +Requires: glassfish-activation-api Requires: jakarta-commons-discovery -Requires: java +Requires: java >= 1.8 Requires: javamail Requires: jaxp_parser_impl Requires: reload4j Requires: wsdl4j Obsoletes: %{name}-javadoc BuildArch: noarch -%if 0%{?suse_version} > 1500 -BuildRequires: glassfish-activation-api -Requires: glassfish-activation-api -%endif %description Apache Axis is an implementation of the SOAP ("Simple Object Access @@ -125,11 +123,9 @@ %build [ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java -CLASSPATH=$(build-classpath wsdl4j commons-discovery commons-httpclient3 commons-logging reload4j \ -%if 0%{?suse_version} > 1500 - glassfish-activation-api \ -%endif - javamail servletapi5) +CLASSPATH=$(build-classpath wsdl4j commons-discovery \ + commons-httpclient3 commons-logging reload4j \ + glassfish-activation-api 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 \ @@ -138,11 +134,7 @@ -Dcommons-logging.jar=$(build-classpath commons-logging) \ -Dcommons-httpclient.jar=$(build-classpath commons-httpclient3) \ -Dlog4j-core.jar=$(build-classpath reload4j/reload4j) \ -%if 0%{?suse_version} > 1500 -Dactivation.jar=$(build-classpath glassfish-activation-api) \ -%else - -Dactivation.jar= \ -%endif -Dmailapi.jar=$(build-classpath javamail/mailapi) \ -Dxerces.jar=$(build-classpath jaxp_parser_impl) \ -Dservlet.jar=$(build-classpath servletapi5) \
