Hello community,

here is the log from the commit of package java-1_8_0-openjfx for 
openSUSE:Factory checked in at 2020-01-09 22:53:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openjfx (Old)
 and      /work/SRC/openSUSE:Factory/.java-1_8_0-openjfx.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-1_8_0-openjfx"

Thu Jan  9 22:53:27 2020 rev:2 rq:762290 version:8.0.202

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-1_8_0-openjfx/java-1_8_0-openjfx.changes    
2020-01-07 23:51:46.735982272 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjfx.new.6675/java-1_8_0-openjfx.changes
  2020-01-09 22:54:11.234817162 +0100
@@ -1,0 +2,7 @@
+Thu Jan  9 16:01:37 UTC 2020 - Fridrich Strba <fst...@suse.com>
+
+- Modified patch:
+  * openjfx-architectures.patch
+    + fix build on s390x
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ java-1_8_0-openjfx.spec ++++++
--- /var/tmp/diff_new_pack.T1P3A8/_old  2020-01-09 22:54:12.954818022 +0100
+++ /var/tmp/diff_new_pack.T1P3A8/_new  2020-01-09 22:54:12.970818031 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package java-1_8_0-openjfx
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ openjfx-architectures.patch ++++++
--- /var/tmp/diff_new_pack.T1P3A8/_old  2020-01-09 22:54:13.062818077 +0100
+++ /var/tmp/diff_new_pack.T1P3A8/_new  2020-01-09 22:54:13.062818077 +0100
@@ -1,5 +1,14 @@
 --- rt-8u202-b07/build.gradle  2018-12-10 17:30:22.000000000 +0100
-+++ rt-8u202-b07/build.gradle  2019-11-23 08:23:34.257641998 +0100
++++ rt-8u202-b07/build.gradle  2019-12-01 12:09:56.693961753 +0100
+@@ -249,7 +249,7 @@
+ // this build running on a Mac, Windows, or Linux machine? 32 or 64 bit?
+ ext.OS_NAME = System.getProperty("os.name").toLowerCase()
+ ext.OS_ARCH = System.getProperty("os.arch")
+-ext.IS_64 = OS_ARCH.toLowerCase().contains("64")
++ext.IS_64 = OS_ARCH.toLowerCase().contains("64") || 
OS_ARCH.toLowerCase().contains("s390x")
+ ext.IS_MAC = OS_NAME.contains("mac") || OS_NAME.contains("darwin")
+ ext.IS_WINDOWS = OS_NAME.contains("windows")
+ ext.IS_LINUX = OS_NAME.contains("linux")
 @@ -714,7 +714,7 @@
  } else if (IS_MAC && OS_ARCH != "x86_64") {
      throw new Exception("Unknown and unsupported build architecture: 
$OS_ARCH")


Reply via email to