Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openjfx for openSUSE:Factory checked in at 2022-03-24 22:57:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openjfx (Old) and /work/SRC/openSUSE:Factory/.openjfx.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openjfx" Thu Mar 24 22:57:26 2022 rev:8 rq:964370 version:11.0.14 Changes: -------- --- /work/SRC/openSUSE:Factory/openjfx/openjfx.changes 2022-02-22 21:19:02.182295548 +0100 +++ /work/SRC/openSUSE:Factory/.openjfx.new.1900/openjfx.changes 2022-03-24 22:57:48.364239275 +0100 @@ -1,0 +2,8 @@ +Wed Mar 23 20:01:49 UTC 2022 - Fridrich Strba <[email protected]> + +- Force building with JDK <= 15, since our gradle does not work + with anything higher +- Switch off DocLint to be able to build with newer javadoc + versions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openjfx.spec ++++++ --- /var/tmp/diff_new_pack.mv5hx3/_old 2022-03-24 22:57:49.244240125 +0100 +++ /var/tmp/diff_new_pack.mv5hx3/_new 2022-03-24 22:57:49.252240132 +0100 @@ -56,6 +56,9 @@ BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(xtst) BuildRequires: pkgconfig(xxf86vm) +BuildConflicts: java >= 16 +BuildConflicts: java-devel >= 16 +BuildConflicts: java-headless >= 16 #!BuildRequires: gradle stringtemplate4 #!BuildIgnore: gradle-bootstrap #!BuildIgnore: stringtemplate4-bootstrap @@ -116,6 +119,7 @@ BUILD_SRC_ZIP = true GRADLE_VERSION_CHECK = false CONF = DebugNative +DOC_LINT = none EOF find -name '*.class' -type f -delete
