Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package prometheus-simpleclient-java for
openSUSE:Factory checked in at 2022-03-18 16:42:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prometheus-simpleclient-java (Old)
and /work/SRC/openSUSE:Factory/.prometheus-simpleclient-java.new.25692
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "prometheus-simpleclient-java"
Fri Mar 18 16:42:50 2022 rev:4 rq:962715 version:0.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/prometheus-simpleclient-java/prometheus-simpleclient-java.changes
2022-02-23 19:07:09.951289792 +0100
+++
/work/SRC/openSUSE:Factory/.prometheus-simpleclient-java.new.25692/prometheus-simpleclient-java.changes
2022-03-18 16:43:10.321225830 +0100
@@ -1,0 +2,6 @@
+Thu Mar 17 12:56:51 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build against standalone jaxb-api on distributions that have JDK
+ without the JavaEE modules
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ prometheus-simpleclient-java.spec ++++++
--- /var/tmp/diff_new_pack.iyiw6W/_old 2022-03-18 16:43:10.781226160 +0100
+++ /var/tmp/diff_new_pack.iyiw6W/_new 2022-03-18 16:43:10.785226163 +0100
@@ -38,6 +38,9 @@
BuildRequires: mvn(org.eclipse.jetty:jetty-servlet)
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
BuildArch: noarch
+%if 0%{?suse_version} > 1500
+BuildRequires: mvn(javax.xml.bind:jaxb-api)
+%endif
%description
The Prometheus Java Suite: Client Metrics, Exposition, and Examples.
@@ -146,6 +149,10 @@
%pom_disable_module $m
done
+%if 0%{?suse_version} > 1500
+%pom_add_dep javax.xml.bind:jaxb-api::provided simpleclient_pushgateway
+%endif
+
%build
%{mvn_build} -f -s -- -Dsource=8