Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package eclipse-swt for openSUSE:Factory 
checked in at 2022-05-28 00:28:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eclipse-swt (Old)
 and      /work/SRC/openSUSE:Factory/.eclipse-swt.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eclipse-swt"

Sat May 28 00:28:05 2022 rev:4 rq:979394 version:4.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/eclipse-swt/eclipse-swt.changes  2022-04-22 
21:56:05.290931379 +0200
+++ /work/SRC/openSUSE:Factory/.eclipse-swt.new.2254/eclipse-swt.changes        
2022-05-28 00:28:07.301654322 +0200
@@ -1,0 +2,9 @@
+Thu May 26 13:57:09 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build also the gtk3 support of webkit including the webkit2
+  extensions
+- Modified patch:
+  * eclipse-is64.patch
+    + run actually replace64 if the *value* of is64 is false
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ eclipse-swt.spec ++++++
--- /var/tmp/diff_new_pack.IlP7GJ/_old  2022-05-28 00:28:08.457655873 +0200
+++ /var/tmp/diff_new_pack.IlP7GJ/_new  2022-05-28 00:28:08.461655879 +0200
@@ -67,6 +67,8 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(webkit2gtk-web-extension-4.0)
 BuildRequires:  pkgconfig(xt)
 BuildConflicts: java-devel >= 9
 Requires:       atk
@@ -113,7 +115,7 @@
 
 %build
 export CLASSPATH=$(build-classpath js)
-ant -Dswt.arch=%{eclipse_arch}
+ant -Dmachine_gtk3=1 -DBUILD_WEBKIT2EXTENSION=yes -Dswt.arch=%{eclipse_arch}
 
 %{mvn_artifact} eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml 
org.eclipse.swt.gtk.linux.%{eclipse_arch}.jar
 

++++++ eclipse-is64.patch ++++++
--- /var/tmp/diff_new_pack.IlP7GJ/_old  2022-05-28 00:28:08.489655916 +0200
+++ /var/tmp/diff_new_pack.IlP7GJ/_new  2022-05-28 00:28:08.493655922 +0200
@@ -1,6 +1,5 @@
-diff -urEbwB 
eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml
 
eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml
---- 
eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml
     2018-08-21 14:03:57.000000000 +0200
-+++ 
eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml
     2021-11-16 18:11:01.569116136 +0100
+--- 
eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml
     2022-05-26 15:32:50.674679467 +0200
++++ 
eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml
     2022-05-26 15:51:11.649507086 +0200
 @@ -234,7 +234,7 @@
        </target>
  
@@ -10,4 +9,13 @@
                        <or>
                                <equals arg1="${swt.arch}" arg2="x86_64"/>
                                <equals arg1="${swt.arch}" arg2="ia64"/>
+@@ -247,7 +247,7 @@
+               <echo>Is64=${is64}</echo>
+       </target>
+               
+-    <target name="replace64" depends="is64" unless="is64">
++    <target name="replace64" depends="is64" unless="${is64}">
+       <echo>Converting java files to 32 bit</echo>
+       <replace dir="${copy.src.dir}" includes="**/*.java" value="int 
/*long*/" token="long /*int*/"/>
+       <replace dir="${copy.src.dir}" includes="**/*.java" value="int[] 
/*long[]*/" token="long[] /*int[]*/"/>
 

Reply via email to