Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package resteasy for openSUSE:Factory 
checked in at 2022-03-18 16:42:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/resteasy (Old)
 and      /work/SRC/openSUSE:Factory/.resteasy.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "resteasy"

Fri Mar 18 16:42:50 2022 rev:2 rq:962716 version:3.0.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/resteasy/resteasy.changes        2020-05-07 
14:48:24.129704233 +0200
+++ /work/SRC/openSUSE:Factory/.resteasy.new.25692/resteasy.changes     
2022-03-18 16:43:10.909226252 +0100
@@ -1,0 +2,8 @@
+Thu Mar 17 11:00:59 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Remove the javax.activation:activation only on distributions where
+  the default JDK contains the JavaEE modules.
+- Add the dependency on the standalone jaxb-api artifact for modules
+  that need it.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ resteasy.spec ++++++
--- /var/tmp/diff_new_pack.TrZjkQ/_old  2022-03-18 16:43:11.413226613 +0100
+++ /var/tmp/diff_new_pack.TrZjkQ/_new  2022-03-18 16:43:11.417226616 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package resteasy
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2020 Stasiek Michalski <stas...@michalski.cc>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -50,6 +50,10 @@
 Requires:       resteasy-jackson2-provider = %{version}-%{release}
 Requires:       resteasy-jaxb-provider = %{version}-%{release}
 BuildArch:      noarch
+%if 0%{?suse_version} > 1500
+BuildRequires:  mvn(javax.activation:activation)
+BuildRequires:  mvn(javax.xml.bind:jaxb-api)
+%endif
 
 %description
 
@@ -138,8 +142,13 @@
 
 %pom_remove_plugin :maven-clover2-plugin
 
+%if 0%{?suse_version} <= 1500
 # remove activation.jar dependencies
 %pom_remove_dep -r javax.activation:activation resteasy-jaxrs resteasy-spring
+%else
+# add the jaxb-api dependency
+%pom_add_dep javax.xml.bind:jaxb-api resteasy-jaxrs providers/jaxb
+%endif
 
 # remove resteasy-dependencies pom
 %pom_remove_dep "org.jboss.resteasy:resteasy-dependencies"

Reply via email to