commit opa-fmgui for openSUSE:Factory
Hello community, here is the log from the commit of package opa-fmgui for openSUSE:Factory checked in at 2018-04-30 22:54:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opa-fmgui (Old) and /work/SRC/openSUSE:Factory/.opa-fmgui.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "opa-fmgui" Mon Apr 30 22:54:19 2018 rev:7 rq:601906 version:10.1.0.0.115 Changes: -------- --- /work/SRC/openSUSE:Factory/opa-fmgui/opa-fmgui.changes 2017-12-08 13:03:35.308249227 +0100 +++ /work/SRC/openSUSE:Factory/.opa-fmgui.new/opa-fmgui.changes 2018-04-30 22:56:51.693008686 +0200 @@ -1,0 +2,6 @@ +Fri Apr 27 13:16:49 UTC 2018 - nmoreychaisemartin@suse.com + +- Add opa-fmgui-force-loading-java.xml.bind-for-JDK9.patch to allow + opa-fmgui to run with JDK9+ (bsc#1090589) + +------------------------------------------------------------------- New: ---- opa-fmgui-force-loading-java.xml.bind-for-JDK9.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opa-fmgui.spec ++++++ --- /var/tmp/diff_new_pack.kn35hX/_old 2018-04-30 22:56:53.792932063 +0200 +++ /var/tmp/diff_new_pack.kn35hX/_new 2018-04-30 22:56:53.796931917 +0200 @@ -1,7 +1,7 @@ # # spec file for package opa-fmgui # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2015 Intel Corporation # # All modifications and additions to the file contributed by third parties @@ -78,6 +78,7 @@ Patch5: stl-14927-jgraphx-update.patch Patch6: manifest-version.patch Patch7: opa-fmgui-fix-build-for-JDK9-Gradle-3.2.patch +Patch8: opa-fmgui-force-loading-java.xml.bind-for-JDK9.patch BuildRequires: ant BuildRequires: jre >= 1.7 @@ -103,6 +104,7 @@ %patch5 -p1 %patch6 -p1 %patch7 +%patch8 %build (cd %{_tmppath}; rm -Rf gradle-%{gradle_version}; unzip %{_sourcedir}/gradle-%{gradle_version}-bin.zip) ++++++ opa-fmgui-force-loading-java.xml.bind-for-JDK9.patch ++++++ commit 3ed6b221531f961706f15ec7582eb0716addd94b Author: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com> Date: Fri Apr 27 15:15:57 2018 +0200 opa-fmgui: force loading java.xml.bind for JDK9 Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com> diff --git install/opa-fmgui.sh install/opa-fmgui.sh index c2283850c919..cc2f00995207 100644 --- install/opa-fmgui.sh +++ install/opa-fmgui.sh @@ -98,6 +98,9 @@ if [ "$JAVA" == "nojava" ]; then read -p 'Press [Enter] key to continue...' else if [ -a $JAR ]; then + # Force loading java.xml.bind for JDK9+ + export JDK_JAVA_OPTIONS="--add-modules java.xml.bind" + # run the JVM and pass the jar name if [ $DEBUG -eq 1 ]; then echo
participants (1)
-
root@hilbert.suse.de