Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package powermock for openSUSE:Factory checked in at 2022-03-18 16:42:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/powermock (Old) and /work/SRC/openSUSE:Factory/.powermock.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "powermock" Fri Mar 18 16:42:49 2022 rev:2 rq:962714 version:1.6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/powermock/powermock.changes 2019-06-19 20:57:31.233936054 +0200 +++ /work/SRC/openSUSE:Factory/.powermock.new.25692/powermock.changes 2022-03-18 16:43:09.685225374 +0100 @@ -1,0 +2,6 @@ +Thu Mar 17 13:33:54 UTC 2022 - Fridrich Strba <[email protected]> + +- Use the standalone activation api on systems where the JDK + doesn't include the JavaEE modules + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ powermock.spec ++++++ --- /var/tmp/diff_new_pack.YnufJa/_old 2022-03-18 16:43:10.165225718 +0100 +++ /var/tmp/diff_new_pack.YnufJa/_new 2022-03-18 16:43:10.169225721 +0100 @@ -1,7 +1,7 @@ # # spec file for package powermock # -# 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 @@ -51,6 +51,9 @@ BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) BuildRequires: mvn(org.testng:testng) BuildArch: noarch +%if 0%{?suse_version} > 1500 +BuildRequires: mvn(javax.activation:javax.activation-api) +%endif %description %{desc} @@ -189,6 +192,10 @@ %pom_remove_plugin :maven-source-plugin %pom_xpath_remove "pom:plugin[pom:artifactId='maven-javadoc-plugin']/pom:executions" +%if 0%{?suse_version} > 1500 +%pom_add_dep javax.activation:javax.activation-api tests/utils +%endif + %{mvn_package} :powermock-core core %{mvn_package} :powermock-classloading-base core %{mvn_package} :powermock-classloading-objenesis core
