Hello community,

here is the log from the commit of package felix-gogo-runtime for 
openSUSE:Factory checked in at 2019-11-28 13:50:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/felix-gogo-runtime (Old)
 and      /work/SRC/openSUSE:Factory/.felix-gogo-runtime.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "felix-gogo-runtime"

Thu Nov 28 13:50:58 2019 rev:2 rq:751527 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/felix-gogo-runtime/felix-gogo-runtime.changes    
2019-05-10 09:18:44.940368174 +0200
+++ 
/work/SRC/openSUSE:Factory/.felix-gogo-runtime.new.26869/felix-gogo-runtime.changes
 2019-11-28 13:51:05.914689636 +0100
@@ -1,0 +2,5 @@
+Thu Nov 28 08:52:53 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Specify maven.compiler.release to fix javadoc build with jdk11
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ felix-gogo-runtime.spec ++++++
--- /var/tmp/diff_new_pack.SntX45/_old  2019-11-28 13:51:06.762689313 +0100
+++ /var/tmp/diff_new_pack.SntX45/_new  2019-11-28 13:51:06.762689313 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package felix-gogo-runtime
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,6 @@
 BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
 BuildRequires:  mvn(org.osgi:osgi.cmpn)
 BuildRequires:  mvn(org.osgi:osgi.core)
-BuildConflicts: java-devel >= 9
 BuildArch:      noarch
 
 %description
@@ -51,7 +50,10 @@
 %{mvn_file} : felix/%{bundle}
 
 %build
-%{mvn_build} -f
+%{mvn_build} -f \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -- -Dmaven.compiler.release=8
+%endif
 
 %install
 %mvn_install


Reply via email to