Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jboss-websocket-1.0-api for
openSUSE:Factory checked in at 2022-03-22 19:40:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jboss-websocket-1.0-api (Old)
and /work/SRC/openSUSE:Factory/.jboss-websocket-1.0-api.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jboss-websocket-1.0-api"
Tue Mar 22 19:40:35 2022 rev:2 rq:963929 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/jboss-websocket-1.0-api/jboss-websocket-1.0-api.changes
2019-11-09 23:30:59.144440115 +0100
+++
/work/SRC/openSUSE:Factory/.jboss-websocket-1.0-api.new.25692/jboss-websocket-1.0-api.changes
2022-03-22 19:40:39.759119016 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 12:29:54 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jboss-websocket-1.0-api.spec ++++++
--- /var/tmp/diff_new_pack.lq83HY/_old 2022-03-22 19:40:40.279119562 +0100
+++ /var/tmp/diff_new_pack.lq83HY/_new 2022-03-22 19:40:40.287119570 +0100
@@ -1,7 +1,7 @@
#
# spec file for package jboss-websocket-1.0-api
#
-# 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
@@ -27,6 +27,7 @@
URL: https://github.com/jboss/jboss-websocket-api_spec
Source0:
https://github.com/jboss/jboss-websocket-api_spec/archive/jboss-websocket-api_1.0_spec-%{namedversion}.tar.gz
BuildRequires: fdupes
+BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
@@ -48,7 +49,11 @@
%build
%{mvn_alias} "org.jboss.spec.javax.websocket:jboss-websocket-api_1.0_spec"
"javax.websocket:javax.websocket-api"
"javax.websocket:javax.websocket-client-api"
-%{mvn_build} -f -- -Dsource=6
+%{mvn_build} -f -- \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+ -Dmaven.compiler.release=8 \
+%endif
+ -Dsource=8
%install
%mvn_install