From cfbc6c626b4789d811caca5c3423aa53dc5615bf Mon Sep 17 00:00:00 2001 From: Krzysztof Daniel Date: Aug 14 2012 09:05:59 +0000 Subject: Reduce the emf-core dependency strength. It is necessary to allow for decoupling emf-core from eclipse platform even at the cost of making UI unusable (sometimes) to allow for moving the package back to emf. --- diff --git a/eclipse.spec b/eclipse.spec index 36abbaa..bf6f091 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -20,7 +20,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_version} -Release: 6%{?dist} +Release: 7%{?dist} License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -130,7 +130,7 @@ Group: Development/Languages Requires: %{name}-swt = %{epoch}:%{eclipse_version}-%{release} Requires: %{name}-equinox-osgi = %{epoch}:%{eclipse_version}-%{release} Requires: icu4j-eclipse >= 1:4.4.2.2-11 -Requires: %{name}-emf-core = %{epoch}:%{emf_version}-%{release} +Requires: %{name}-emf-core >= %{epoch}:%{emf_version}-%{release} Provides: osgi(system.bundle) = %{epoch}:%{eclipse_version} %description rcp @@ -696,6 +696,9 @@ rm -rf %{_bindir}/efj/ %{_mavendepmapfragdir}/%{name}-equinox-osgi %changelog +* Tue Aug 14 2012 Krzysztof Daniel 1:4.2.0-7 +- Reduce the emf-core dependency strength. + * Wed Aug 1 2012 Stanislav Ochotnicky - 1:4.2.0-6 - Move maven fragments and pom files in appropriate subpackages