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-30 20:36:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prometheus-simpleclient-java (Old)
and /work/SRC/openSUSE:Factory/.prometheus-simpleclient-java.new.1900
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "prometheus-simpleclient-java"
Wed Mar 30 20:36:14 2022 rev:6 rq:965953 version:0.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/prometheus-simpleclient-java/prometheus-simpleclient-java.changes
2022-03-23 20:20:29.630534569 +0100
+++
/work/SRC/openSUSE:Factory/.prometheus-simpleclient-java.new.1900/prometheus-simpleclient-java.changes
2022-03-30 20:36:29.673344191 +0200
@@ -1,0 +2,5 @@
+Wed Mar 30 09:44:55 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build against the standalone JavaEE modules inconditionally
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ prometheus-simpleclient-java.spec ++++++
--- /var/tmp/diff_new_pack.mvDq8q/_old 2022-03-30 20:36:30.181344615 +0200
+++ /var/tmp/diff_new_pack.mvDq8q/_new 2022-03-30 20:36:30.185344619 +0200
@@ -31,6 +31,7 @@
BuildRequires: mvn(ch.qos.logback:logback-classic)
BuildRequires: mvn(com.google.guava:guava)
BuildRequires: mvn(javax.servlet:javax.servlet-api)
+BuildRequires: mvn(javax.xml.bind:jaxb-api)
BuildRequires: mvn(log4j:log4j)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.logging.log4j:log4j-core)
@@ -38,9 +39,6 @@
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.
@@ -149,16 +147,13 @@
%pom_disable_module $m
done
-%if 0%{?suse_version} > 1500
%pom_add_dep javax.xml.bind:jaxb-api::provided simpleclient_pushgateway
-%endif
%pom_xpath_set
"pom:plugin[pom:artifactId[text()='maven-compiler-plugin']]/pom:configuration/pom:source"
"1.8"
%pom_xpath_set
"pom:plugin[pom:artifactId[text()='maven-compiler-plugin']]/pom:configuration/pom:target"
"1.8"
%build
-%{mvn_build} -f -s -- \
- -Dsource=8
+%{mvn_build} -f -s -- -Dsource=8
%install
%mvn_install