Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package istack-commons for openSUSE:Factory checked in at 2022-03-24 22:57:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/istack-commons (Old) and /work/SRC/openSUSE:Factory/.istack-commons.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "istack-commons" Thu Mar 24 22:57:49 2022 rev:2 rq:964410 version:3.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/istack-commons/istack-commons.changes 2020-03-09 15:22:39.408178257 +0100 +++ /work/SRC/openSUSE:Factory/.istack-commons.new.1900/istack-commons.changes 2022-03-24 22:59:02.388310736 +0100 @@ -1,0 +2,6 @@ +Wed Mar 23 23:31:07 UTC 2022 - Fridrich Strba <[email protected]> + +- Build against standalone activation-api on distribution that have + JDK without the JavaEE modules + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ istack-commons.spec ++++++ --- /var/tmp/diff_new_pack.4IPbKc/_old 2022-03-24 22:59:02.900311230 +0100 +++ /var/tmp/diff_new_pack.4IPbKc/_new 2022-03-24 22:59:02.904311233 +0100 @@ -1,7 +1,7 @@ # # spec file for package istack-commons # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -59,6 +59,9 @@ BuildRequires: mvn(org.jsoup:jsoup) BuildRequires: mvn(org.tukaani:xz) BuildArch: noarch +%if 0%{?suse_version} > 1500 +BuildRequires: mvn(javax.activation:javax.activation-api) +%endif %description Code shared between JAXP, JAXB, SAAJ, and JAX-WS projects. @@ -132,6 +135,10 @@ %pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin %pom_remove_plugin org.codehaus.mojo:buildnumber-maven-plugin +%if 0%{?suse_version} > 1500 +%pom_add_dep javax.activation:javax.activation-api runtime +%endif + # backward compatibility symlinks %{mvn_file} com.sun.istack:%{name}-buildtools %{name}-buildtools %{name}/%{name}-buildtools %{mvn_file} com.sun.istack:%{name}-runtime %{name}-runtime %{name}/%{name}-runtime
