Hello community,

here is the log from the commit of package openjfx8 for openSUSE:Factory 
checked in at 2020-10-08 13:14:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openjfx8 (Old)
 and      /work/SRC/openSUSE:Factory/.openjfx8.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openjfx8"

Thu Oct  8 13:14:04 2020 rev:2 rq:840179 version:8.0.202

Changes:
--------
--- /work/SRC/openSUSE:Factory/openjfx8/openjfx8.changes        2020-01-27 
20:17:46.888535122 +0100
+++ /work/SRC/openSUSE:Factory/.openjfx8.new.4249/openjfx8.changes      
2020-10-08 13:14:21.663290684 +0200
@@ -1,0 +2,7 @@
+Thu Oct  8 06:09:41 UTC 2020 - Fridrich Strba <[email protected]>
+
+- Added patch:
+  * openjfx8-sysctl.patch
+    + do not include unneeded deprecated header
+
+-------------------------------------------------------------------

New:
----
  openjfx8-sysctl.patch

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

Other differences:
------------------
++++++ openjfx8.spec ++++++
--- /var/tmp/diff_new_pack.FYNkek/_old  2020-10-08 13:14:22.595291528 +0200
+++ /var/tmp/diff_new_pack.FYNkek/_new  2020-10-08 13:14:22.595291528 +0200
@@ -37,6 +37,7 @@
 Patch102:       openjfx-nowerror.patch
 Patch103:       openjfx-pango.patch
 Patch104:       openjfx-architectures.patch
+Patch105:       openjfx8-sysctl.patch
 BuildRequires:  bison
 BuildRequires:  eclipse-swt
 BuildRequires:  fdupes
@@ -120,6 +121,7 @@
 %patch102 -p1
 %patch103 -p1
 %patch104 -p1
+%patch105 -p1
 
 cp %{SOURCE1} .
 

++++++ openjfx8-sysctl.patch ++++++
--- 
rt-8u202-b07/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp
    2018-12-10 17:30:22.000000000 +0100
+++ 
rt-8u202-b07/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp
    2020-10-08 07:28:15.207241557 +0200
@@ -43,7 +43,6 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <unistd.h>
-#include <sys/sysctl.h>
 #include <iostream>
 #include <dlfcn.h>
 #include <signal.h>

Reply via email to