Hello community, here is the log from the commit of package felix-shell for openSUSE:Factory checked in at 2019-12-02 11:34:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/felix-shell (Old) and /work/SRC/openSUSE:Factory/.felix-shell.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "felix-shell" Mon Dec 2 11:34:55 2019 rev:2 rq:752786 version:1.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/felix-shell/felix-shell.changes 2019-05-10 09:19:01.364393570 +0200 +++ /work/SRC/openSUSE:Factory/.felix-shell.new.4691/felix-shell.changes 2019-12-02 11:38:21.690460936 +0100 @@ -1,0 +2,5 @@ +Mon Dec 2 06:30:52 UTC 2019 - Fridrich Strba <[email protected]> + +- Specify maven.compiler.release to fix javadoc build with jdk11 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ felix-shell.spec ++++++ --- /var/tmp/diff_new_pack.0zgywD/_old 2019-12-02 11:38:22.058461014 +0100 +++ /var/tmp/diff_new_pack.0zgywD/_new 2019-12-02 11:38:22.058461014 +0100 @@ -1,7 +1,7 @@ # # spec file for package felix-shell # -# 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 @@ -53,7 +53,10 @@ %{mvn_file} :%{bundle} "felix/%{bundle}" %build -%{mvn_build} -f +%{mvn_build} -f \ +%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} + -- -Dmaven.compiler.release=6 +%endif %install %mvn_install
