Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jboss-jaxrs-2.0-api for
openSUSE:Factory checked in at 2022-03-24 22:57:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jboss-jaxrs-2.0-api (Old)
and /work/SRC/openSUSE:Factory/.jboss-jaxrs-2.0-api.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jboss-jaxrs-2.0-api"
Thu Mar 24 22:57:54 2022 rev:2 rq:964416 version:1.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/jboss-jaxrs-2.0-api/jboss-jaxrs-2.0-api.changes
2020-04-22 20:46:46.918662736 +0200
+++
/work/SRC/openSUSE:Factory/.jboss-jaxrs-2.0-api.new.1900/jboss-jaxrs-2.0-api.changes
2022-03-24 22:59:28.012335472 +0100
@@ -1,0 +2,6 @@
+Wed Mar 23 23:36:59 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build against the standalone jaxb-api on distributions where JDK
+ does not contain the JavaEE classes
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jboss-jaxrs-2.0-api.spec ++++++
--- /var/tmp/diff_new_pack.6m3ySs/_old 2022-03-24 22:59:28.496335939 +0100
+++ /var/tmp/diff_new_pack.6m3ySs/_new 2022-03-24 22:59:28.500335943 +0100
@@ -1,7 +1,7 @@
#
# spec file for package jboss-jaxrs-2.0-api
#
-# 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
@@ -23,12 +23,15 @@
Version: 1.0.1
Release: 0
Summary: JAX-RS 2.0: The Java API for RESTful Web Services
-License: (CDDL-1.0 OR GPL-2.0-only) AND Apache-2.0
+License: Apache-2.0 AND (CDDL-1.0 OR GPL-2.0-only)
URL: https://github.com/jboss/jboss-jaxrs-api_spec
Source0:
https://github.com/jboss/jboss-jaxrs-api_spec/archive/%{oname}-%{namedversion}/jboss-jaxrs-api_spec-%{oname}-%{namedversion}.tar.gz
BuildRequires: maven-local
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
+%if 0%{?suse_version} > 1500
+BuildRequires: mvn(javax.xml.bind:jaxb-api)
+%endif
BuildArch: noarch
%description
@@ -45,6 +48,10 @@
%pom_remove_plugin :maven-source-plugin
+%if 0%{?suse_version} > 1500
+%pom_add_dep javax.xml.bind:jaxb-api
+%endif
+
%{mvn_file} :%{oname} %{name}
%{mvn_alias} ":jboss-jaxrs-api_2.0_spec" "org.jboss.resteasy:jaxrs-api"