From 313e91f41c170e74046df665d4e13d7d6708a6d6 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Jun 02 2015 09:06:45 +0000 Subject: Update to 2.11.0 release - Move extra e4 tools deps into core package - Switch to xz tarball --- diff --git a/.gitignore b/.gitignore index cbdc288..606d2a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /*.rpm /noarch /.build-*.log -/org.eclipse.emf-*.tar.bz2 +/org.eclipse.emf-*.tar.xz /org.eclipse.emf-*/ /.project diff --git a/eclipse-emf.spec b/eclipse-emf.spec index 5c72745..41593a9 100644 --- a/eclipse-emf.spec +++ b/eclipse-emf.spec @@ -6,16 +6,18 @@ %global debug_package %{nil} %global eclipse_dropin %{_datadir}/eclipse/dropins -%global git_tag R2_10_2 + +# 2.11.0 was released but not tagged in yet in git +%global git_tag 01f4d4dcaf49f62a70bc8272852638adb1dbc206 Name: %{?scl_prefix}eclipse-emf -Version: 2.10.2 -Release: 2%{?dist} +Version: 2.11.0 +Release: 1%{?dist} Summary: Eclipse Modeling Framework (EMF) Eclipse plug-in License: EPL URL: http://www.eclipse.org/modeling/emf/ -Source0: http://git.eclipse.org/c/emf/org.eclipse.emf.git/snapshot/org.eclipse.emf-%{git_tag}.tar.bz2 +Source0: http://git.eclipse.org/c/emf/org.eclipse.emf.git/snapshot/org.eclipse.emf-%{git_tag}.tar.xz # look inside correct directory for platform docs Patch0: eclipse-emf-platform-docs-location.patch @@ -134,6 +136,10 @@ mv %{buildroot}%{eclipse_dropin}/emf-runtime/eclipse/plugins/org.eclipse.emf.eco mv %{buildroot}%{eclipse_dropin}/emf-runtime/eclipse/plugins/org.eclipse.emf.ecore.xmi_* %{buildroot}%{_libdir}/eclipse/plugins mv %{buildroot}%{eclipse_dropin}/emf-runtime/eclipse/features/org.eclipse.emf.edit_* %{buildroot}%{_libdir}/eclipse/features mv %{buildroot}%{eclipse_dropin}/emf-runtime/eclipse/plugins/org.eclipse.emf.edit_* %{buildroot}%{_libdir}/eclipse/plugins +mv %{buildroot}%{eclipse_dropin}/emf-runtime/eclipse/features/org.eclipse.emf.databinding_* %{buildroot}%{_libdir}/eclipse/features +mv %{buildroot}%{eclipse_dropin}/emf-runtime/eclipse/plugins/org.eclipse.emf.databinding_* %{buildroot}%{_libdir}/eclipse/plugins +mv %{buildroot}%{eclipse_dropin}/emf-runtime/eclipse/features/org.eclipse.emf.databinding.edit_* %{buildroot}%{_libdir}/eclipse/features +mv %{buildroot}%{eclipse_dropin}/emf-runtime/eclipse/plugins/org.eclipse.emf.databinding.edit_* %{buildroot}%{_libdir}/eclipse/plugins %files core %{_libdir}/eclipse/features/* @@ -151,6 +157,11 @@ mv %{buildroot}%{eclipse_dropin}/emf-runtime/eclipse/plugins/org.eclipse.emf.edi %{eclipse_dropin}/emf-examples %changelog +* Tue Jun 02 2015 Mat Booth - 2.11.0-1 +- Update to 2.11.0 release +- Move extra e4 tools deps into core package +- Switch to xz tarball + * Sat May 30 2015 Alexander Kurtakov 1:2.10.2-2 - Move emf.edit to core as it's required by e4 now. diff --git a/sources b/sources index 369e5a8..6f2576d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5cfdfe82c2dacd11d1ec86c95dfb7f35 org.eclipse.emf-R2_10_2.tar.bz2 +9c5d9f649d93a2565b7bad95de825689 org.eclipse.emf-01f4d4dcaf49f62a70bc8272852638adb1dbc206.tar.xz