commit openjfx for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openjfx for openSUSE:Factory checked in at 2021-07-30 23:22:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openjfx (Old) and /work/SRC/openSUSE:Factory/.openjfx.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "openjfx" Fri Jul 30 23:22:28 2021 rev:6 rq:909430 version:11.0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/openjfx/openjfx.changes 2021-07-27 14:32:33.815454300 +0200 +++ /work/SRC/openSUSE:Factory/.openjfx.new.1899/openjfx.changes 2021-07-30 23:23:00.631581448 +0200 @@ -1,0 +2,8 @@ +Fri Jul 30 13:57:35 UTC 2021 - Fridrich Strba <fstrba@suse.com> + +- Added patch: + * openjfx-32bit-fix.patch + + Do not add -m32 on 32-bit architectures, since it breaks + build on arm and is not needed on x86 + +------------------------------------------------------------------- New: ---- openjfx-32bit-fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openjfx.spec ++++++ --- /var/tmp/diff_new_pack.AK6pfQ/_old 2021-07-30 23:23:01.263580755 +0200 +++ /var/tmp/diff_new_pack.AK6pfQ/_new 2021-07-30 23:23:01.263580755 +0200 @@ -37,6 +37,7 @@ Patch103: openjfx-pango.patch Patch104: openjfx-architectures.patch Patch105: openjfx-no-return-in-nonvoid-function.patch +Patch106: openjfx-32bit-fix.patch Patch200: openjfx-rpm-build.patch BuildRequires: eclipse-swt BuildRequires: fdupes @@ -103,6 +104,7 @@ %patch103 -p1 %patch104 -p1 %patch105 -p1 +%patch106 -p1 %patch200 -p1 ++++++ openjfx-32bit-fix.patch ++++++ diff -urEbwB jfx11u-11.0.12-4/buildSrc/linux.gradle jfx11u-11.0.12-4/buildSrc/linux.gradle --- jfx11u-11.0.12-4/buildSrc/linux.gradle 2021-07-30 15:42:47.952930659 +0200 +++ jfx11u-11.0.12-4/buildSrc/linux.gradle 2021-07-30 15:44:06.821462951 +0200 @@ -46,10 +46,6 @@ "-fstack-protector", "-Wextra", "-Wall", "-Wformat-security", "-Wno-unused", "-Wno-parentheses", "-Wtrampolines"] // warning flags -if (!IS_64) { - commonFlags += "-m32" -} - if (IS_STATIC_BUILD) { commonFlags += "-DSTATIC_BUILD" }
participants (1)
-
Source-Sync