Hello community,

here is the log from the commit of package eclipse for openSUSE:Factory checked 
in at 2020-06-04 17:55:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eclipse (Old)
 and      /work/SRC/openSUSE:Factory/.eclipse.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eclipse"

Thu Jun  4 17:55:54 2020 rev:11 rq:811347 version:4.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/eclipse/eclipse.changes  2020-04-11 
23:46:11.427072900 +0200
+++ /work/SRC/openSUSE:Factory/.eclipse.new.3606/eclipse.changes        
2020-06-04 17:56:11.728956975 +0200
@@ -1,0 +2,7 @@
+Thu Jun  4 07:44:39 UTC 2020 - Fridrich Strba <fst...@suse.com>
+
+- Added patch:
+  * eclipse-gcc10.patch
+    + fix build with gcc 10
+
+-------------------------------------------------------------------

New:
----
  eclipse-gcc10.patch

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

Other differences:
------------------
++++++ eclipse.spec ++++++
--- /var/tmp/diff_new_pack.pBQbPD/_old  2020-06-04 17:56:13.372962029 +0200
+++ /var/tmp/diff_new_pack.pBQbPD/_new  2020-06-04 17:56:13.376962041 +0200
@@ -117,6 +117,7 @@
 Patch36:        eclipse-force-gtk2.patch
 Patch37:        eclipse-felix-scr-dependencies.patch
 Patch38:        eclipse-lucene-8.patch
+Patch39:        eclipse-gcc10.patch
 BuildRequires:  ant >= 1.10.5
 BuildRequires:  ant-antlr
 BuildRequires:  ant-apache-bcel
@@ -521,6 +522,7 @@
 %if %{?pkg_vcmp:%pkg_vcmp lucene-core >= 8}%{!?pkg_vcmp:0}
 %patch38 -p1
 %endif
+%patch39 -p1
 
 # Use ecj when bootstrapping
 %if %{with bootstrap}

++++++ eclipse-gcc10.patch ++++++
--- 
"eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse
 SWT PI/gtk/library/os_custom.h"       2020-06-04 09:40:50.445771866 +0200
+++ 
"eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse
 SWT PI/gtk/library/os_custom.h"       2020-06-04 09:41:22.105960640 +0200
@@ -162,7 +162,7 @@
 glong g_utf8_offset_to_utf16_offset(const gchar*, glong);
 
 // Cached JVM pointer: see bug 521487.
-JavaVM *cached_jvm;
+extern JavaVM *cached_jvm;
 
 #ifndef NO_SwtFixed
 

Reply via email to