Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eclipse for openSUSE:Factory checked in at 2021-10-21 23:55:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eclipse (Old) and /work/SRC/openSUSE:Factory/.eclipse.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eclipse" Thu Oct 21 23:55:21 2021 rev:15 rq:926739 version:4.15 Changes: -------- --- /work/SRC/openSUSE:Factory/eclipse/eclipse.changes 2021-03-19 16:43:20.334128792 +0100 +++ /work/SRC/openSUSE:Factory/.eclipse.new.1890/eclipse.changes 2021-10-21 23:55:33.340026392 +0200 @@ -1,0 +2,10 @@ +Thu Oct 21 04:51:30 UTC 2021 - Fridrich Strba <[email protected]> + +- Allow building with objectweb-asm 9.x + +------------------------------------------------------------------- +Wed Oct 20 17:44:12 UTC 2021 - Fridrich Strba <[email protected]> + +- Do not require Java10 APIs artifact when building with java 11 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eclipse.spec ++++++ --- /var/tmp/diff_new_pack.DzRmqR/_old 2021-10-21 23:55:34.864027176 +0200 +++ /var/tmp/diff_new_pack.DzRmqR/_new 2021-10-21 23:55:34.868027177 +0200 @@ -523,6 +523,12 @@ %patch34 -p1 %patch35 -p1 +# Extend the objectweb-asm requirements +sed -i -e 's/org\.objectweb\.asm\.tree;bundle-version="\[6\.0\.0,8\.0\.0)"/org\.objectweb\.asm\.tree;bundle-version="\[6\.0\.0,10\.0\.0)"/g' \ + eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/META-INF/MANIFEST.MF +sed -i -e 's/org\.objectweb\.asm;bundle-version="\[6\.0\.0,8\.0\.0)"/org\.objectweb\.asm;bundle-version="\[6\.0\.0,10\.0\.0)"/g' \ + eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/META-INF/MANIFEST.MF + # Optional (unused) multipart support (see patch 25) rm rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/multipart/MultipartSupport{Impl,FactoryImpl,Part}.java @@ -727,10 +733,6 @@ echo -e "Eclipse-BundleShape: dir\n\n" >> $f; done -# Add dep on Java API stubs when compiling with JDT -%pom_xpath_inject "pom:pluginManagement/pom:plugins/pom:plugin[pom:artifactId='tycho-compiler-plugin']/pom:dependencies" \ - "<dependency><groupId>org.eclipse</groupId><artifactId>java10api</artifactId><version>10</version></dependency>" eclipse-platform-parent - # Build fake ant bundle that contains symlinks to system jars dependencies/fake_ant_dependency.sh @@ -787,7 +789,7 @@ #This is the lowest value where the build succeeds. 512m is not enough. export MAVEN_OPTS="-Xmx1024m -XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState ${MAVEN_OPTS}" -export JAVA_HOME=%{_jvmdir}/java-11 +export JAVA_HOME=%{_jvmdir}/java # Pre-build agent jar needed for AdvancedSourceLookupSupport sed -i -e '/createSourcesJar/d' -e 's/7\.2/7.0/' eclipse.jdt.debug/org.eclipse.jdt.launching.javaagent/pom.xml @@ -802,7 +804,7 @@ %if %{with bootstrap} -P !api-generation,!build-docs \ %endif - -Declipse.javadoc=%{_jvmdir}/java-11/bin/javadoc -Dnative=gtk.linux.%{eclipse_arch} \ + -Declipse.javadoc=%{_jvmdir}/java/bin/javadoc -Dnative=gtk.linux.%{eclipse_arch} \ -Dtycho.local.keepTarget \ -Dfedora.p2.repos=$(pwd)/.m2/p2/repo-sdk/plugins -DbuildType=X
