Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eclipse for openSUSE:Factory checked in at 2023-09-11 21:21:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eclipse (Old) and /work/SRC/openSUSE:Factory/.eclipse.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eclipse" Mon Sep 11 21:21:19 2023 rev:21 rq:1108671 version:4.15 Changes: -------- --- /work/SRC/openSUSE:Factory/eclipse/eclipse.changes 2023-02-10 14:35:36.962026544 +0100 +++ /work/SRC/openSUSE:Factory/.eclipse.new.1766/eclipse.changes 2023-09-11 21:25:31.236514115 +0200 @@ -1,0 +2,8 @@ +Sat Sep 2 22:00:03 UTC 2023 - Fridrich Strba <fst...@suse.com> + +- Fix build with osgi-core 8.0.0 +- Added patch: + * eclipse-suse-osgi-core.patch + + symlink the osgi.core_8.0.0 plugin from system + +------------------------------------------------------------------- New: ---- eclipse-suse-osgi-core.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eclipse.spec ++++++ --- /var/tmp/diff_new_pack.4TYXKd/_old 2023-09-11 21:25:35.116652438 +0200 +++ /var/tmp/diff_new_pack.4TYXKd/_new 2023-09-11 21:25:35.116652438 +0200 @@ -112,6 +112,8 @@ Patch27: compiler-release.patch # Adapt the symlinks to the openSUSE install of batik Patch31: eclipse-suse-batik.patch +# Add symlink for osgi-core +Patch32: eclipse-suse-osgi-core.patch # Fix build on ppc64 big endian Patch33: eclipse-ppc64.patch Patch34: eclipse-libkeystorelinuxnative.patch @@ -178,6 +180,7 @@ BuildRequires: maven-local BuildRequires: maven-shade-plugin BuildRequires: objectweb-asm >= 7.0 +BuildRequires: osgi-core BuildRequires: pkgconfig BuildRequires: rsync BuildRequires: sac @@ -369,6 +372,7 @@ Requires: osgi(org.eclipse.jetty.servlet) >= %{_jetty_version} Requires: osgi(org.eclipse.jetty.util) >= %{_jetty_version} Requires: osgi(org.tukaani.xz) +Requires: osgi(osgi.core) Recommends: eclipse-usage %if %{with bootstrap} @@ -522,6 +526,7 @@ %patch27 %patch31 -p1 +%patch32 -p1 %patch33 -p1 %patch34 -p1 %patch35 -p1 @@ -1165,6 +1170,7 @@ %{_eclipsedir}/plugins/org.eclipse.update.configurator_* %{_eclipsedir}/plugins/org.eclipse.urischeme_* %{_eclipsedir}/plugins/org.glassfish.web.javax.servlet.jsp_* +%{_eclipsedir}/plugins/osgi.core_* %{_eclipsedir}/plugins/org.sat4j.core_* %{_eclipsedir}/plugins/org.sat4j.pb_* %{_eclipsedir}/plugins/org.tukaani.xz_* ++++++ eclipse-suse-osgi-core.patch ++++++ diff -ur org.eclipse.linuxtools.eclipse-build-c985e357223668b4bc1fb76ea6b9e0c12829b7e8.orig/dependencies/replace_platform_plugins_with_symlinks.sh org.eclipse.linuxtools.eclipse-build-c985e357223668b4bc1fb76ea6b9e0c12829b7e8/dependencies/replace_platform_plugins_with_symlinks.sh --- org.eclipse.linuxtools.eclipse-build-c985e357223668b4bc1fb76ea6b9e0c12829b7e8.orig/dependencies/replace_platform_plugins_with_symlinks.sh 2023-09-02 20:52:24.564838688 +0200 +++ org.eclipse.linuxtools.eclipse-build-c985e357223668b4bc1fb76ea6b9e0c12829b7e8/dependencies/replace_platform_plugins_with_symlinks.sh 2023-09-02 20:52:47.311663946 +0200 @@ -72,5 +72,6 @@ _symlink org.w3c.css.sac_ sac.jar _symlink org.w3c.dom.svg_ xml-commons-apis-ext.jar _symlink org.xmlpull_ xpp3.jar + _symlink osgi.core_ osgi-core/osgi.core.jar popd popd