Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eclipse-ecf for openSUSE:Factory checked in at 2021-10-21 23:55:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eclipse-ecf (Old) and /work/SRC/openSUSE:Factory/.eclipse-ecf.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eclipse-ecf" Thu Oct 21 23:55:29 2021 rev:7 rq:926740 version:3.14.8 Changes: -------- --- /work/SRC/openSUSE:Factory/eclipse-ecf/eclipse-ecf.changes 2020-07-16 12:14:06.846701522 +0200 +++ /work/SRC/openSUSE:Factory/.eclipse-ecf.new.1890/eclipse-ecf.changes 2021-10-21 23:55:49.888034904 +0200 @@ -1,0 +2,5 @@ +Thu Oct 21 11:01:40 UTC 2021 - Fridrich Strba <[email protected]> + +- Allow building with objectweb-asm 9.x + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eclipse-ecf.spec ++++++ --- /var/tmp/diff_new_pack.l7D9Qa/_old 2021-10-21 23:55:50.440035189 +0200 +++ /var/tmp/diff_new_pack.l7D9Qa/_new 2021-10-21 23:55:50.444035191 +0200 @@ -1,7 +1,7 @@ # -# spec file for package eclipse-ecf +# spec file for package eclipse-ecf-bootstrap # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,7 @@ Version: 3.14.8 Release: 0 Summary: Eclipse Communication Framework (ECF) Eclipse plug-in -License: EPL-2.0 AND Apache-2.0 AND BSD-3-Clause +License: Apache-2.0 AND EPL-2.0 AND BSD-3-Clause Group: Development/Libraries/Java URL: https://www.eclipse.org/ecf/ Source0: https://git.eclipse.org/c/ecf/org.eclipse.ecf.git/snapshot/org.eclipse.ecf-%{git_tag}.tar.xz @@ -80,6 +80,7 @@ %if %{with bootstrap} %package -n eclipse-ecf-core-bootstrap %else + %package core Obsoletes: eclipse-ecf-core-bootstrap %endif @@ -91,6 +92,7 @@ %if %{with bootstrap} %description -n eclipse-ecf-core-bootstrap %else + %description core %endif ECF bundles required by eclipse-platform. @@ -125,6 +127,10 @@ %patch0 -p1 %patch1 -p1 +# Extend the objectweb-asm requirements +sed -i -e 's/org\.objectweb\.asm;version="\[5\.0\.1,8\.0\.0)"/org\.objectweb\.asm;version="\[5\.0\.1,10\.0\.0)"/g' \ + protocols/bundles/ch.ethz.iks.r_osgi.remote/META-INF/MANIFEST.MF + # Correction for content of runtime package %pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.presence']" releng/features/org.eclipse.ecf.core/feature.xml @@ -287,6 +293,7 @@ %if %{with bootstrap} %files -n eclipse-ecf-core-bootstrap -f .mfiles %else + %files core -f .mfiles %endif %{_javadir}/eclipse
