commit eclipse-ecf for openSUSE:Factory
Hello community, here is the log from the commit of package eclipse-ecf for openSUSE:Factory checked in at 2019-11-28 13:50:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eclipse-ecf (Old) and /work/SRC/openSUSE:Factory/.eclipse-ecf.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "eclipse-ecf" Thu Nov 28 13:50:31 2019 rev:2 rq:751515 version:3.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/eclipse-ecf/eclipse-ecf.changes 2019-11-19 13:44:04.552423292 +0100 +++ /work/SRC/openSUSE:Factory/.eclipse-ecf.new.26869/eclipse-ecf.changes 2019-11-28 13:50:38.334700120 +0100 @@ -1,0 +2,7 @@ +Thu Nov 28 08:35:20 UTC 2019 - Fridrich Strba <fstrba@suse.com> + +- Added patch: + * eclipse-ecf-asm7.patch + + Allow building with objectweb-asm >= 7 + +------------------------------------------------------------------- New: ---- eclipse-ecf-asm7.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eclipse-ecf.spec ++++++ --- /var/tmp/diff_new_pack.4o6tHg/_old 2019-11-28 13:50:39.718699594 +0100 +++ /var/tmp/diff_new_pack.4o6tHg/_new 2019-11-28 13:50:39.726699591 +0100 @@ -1,7 +1,7 @@ # # spec file for package eclipse-ecf # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,6 +40,7 @@ Source0: http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/snapshot/org.eclipse.ecf-%{git_tag}.tar.xz # Change how feature deps are specified, to avoid embedding versions Patch0: eclipse-ecf-feature-deps.patch +Patch1: eclipse-ecf-asm7.patch BuildRequires: apache-commons-codec BuildRequires: apache-commons-logging BuildRequires: eclipse-license @@ -125,6 +126,7 @@ find . -type f -name "*.class" -exec rm {} \; %patch0 +%patch1 -p1 # Correction for content of runtime package %pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.presence']" releng/features/org.eclipse.ecf.core/feature.xml ++++++ eclipse-ecf-asm7.patch ++++++ --- org.eclipse.ecf-62a51c1a2635c5e17a17c0d8fc46c1f006e24184/protocols/bundles/ch.ethz.iks.r_osgi.remote/META-INF/MANIFEST.MF 2018-07-30 22:51:30.000000000 +0200 +++ org.eclipse.ecf-62a51c1a2635c5e17a17c0d8fc46c1f006e24184/protocols/bundles/ch.ethz.iks.r_osgi.remote/META-INF/MANIFEST.MF 2019-11-26 20:21:36.722413163 +0100 @@ -7,7 +7,7 @@ Bundle-Vendor: %plugin.provider Import-Package: org.eclipse.ecf.remoteservice;version="7.3.0", org.eclipse.ecf.remoteservice.asyncproxy;version="[1.0.0,3.0.0)", - org.objectweb.asm;version="[5.0.1,7.0.0)", + org.objectweb.asm;version="[5.0.1,8.0.0)", org.osgi.framework;version="[1.0.0,2.0.0)", org.osgi.service.event;version="[1.0.0,2.0.0)", org.osgi.service.log;version="[1.0.0,2.0.0)",
participants (1)
-
root