[eclipse-m2m-qvtoml] - Update to Helios release. - Fixes RHBZ #631432.

mbooth mbooth at fedoraproject.org
Tue Sep 14 17:31:53 UTC 2010


commit 388224257d7fb4f3a85243d0c7b1971f87e5a1e7
Author: mbooth <fedora at matbooth.co.uk>
Date:   Tue Sep 14 18:30:06 2010 +0100

    - Update to Helios release.
    - Fixes RHBZ #631432.

 .gitignore              |    1 +
 eclipse-m2m-qvtoml.spec |   23 +++++++++++++++--------
 get-m2m-qvtoml.sh       |    4 ++--
 sources                 |    2 +-
 4 files changed, 19 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f79102..253881e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 m2m-qvtoml-2.0.1.tar.gz
+/m2m-qvtoml-3.0.0.tar.gz
diff --git a/eclipse-m2m-qvtoml.spec b/eclipse-m2m-qvtoml.spec
index ff9431d..b2952e2 100644
--- a/eclipse-m2m-qvtoml.spec
+++ b/eclipse-m2m-qvtoml.spec
@@ -3,10 +3,10 @@
 
 # Note: Use the tag in get-m2m-qvtoml.sh as the context qualifier because it's
 #       later than the tags of the individual plugins.
-%global contextQualifier v20090901-1247
+%global contextQualifier v20100615-1530
 
 Name:      eclipse-m2m-qvtoml
-Version:   2.0.1
+Version:   3.0.0
 Release:   1%{?dist}
 Summary:   Implementation of Operational QVT for Eclipse
 Group:     System Environment/Libraries
@@ -25,14 +25,14 @@ BuildArch:        noarch
 
 BuildRequires:    java-devel
 BuildRequires:    jpackage-utils
-BuildRequires:    eclipse-pde >= 1:3.5.1
-BuildRequires:    eclipse-emf >= 2.5.0
-BuildRequires:    eclipse-mdt-ocl >= 1.3.0
+BuildRequires:    eclipse-pde >= 1:3.6.0
+BuildRequires:    eclipse-emf >= 2.6.0
+BuildRequires:    eclipse-mdt-ocl >= 3.0.0
 Requires:         java
 Requires:         jpackage-utils
-Requires:         eclipse-platform >= 1:3.5.1
-Requires:         eclipse-emf >= 2.5.0
-Requires:         eclipse-mdt-ocl >= 1.3.0
+Requires:         eclipse-platform >= 1:3.6.0
+Requires:         eclipse-emf >= 2.6.0
+Requires:         eclipse-mdt-ocl >= 3.0.0
 
 %description
 Model-to-model transformation is a key aspect of model-driven development
@@ -70,6 +70,8 @@ find -wholename "*/rootfiles/*" | xargs chmod -x
   -d "emf ocl" -a "-DjavacTarget=1.5 -DjavacSource=1.5 -DforceContextQualifier=%{contextQualifier}"
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.m2m.qvt.oml.editor \
   -d "emf ocl" -a "-DjavacTarget=1.5 -DjavacSource=1.5 -DforceContextQualifier=%{contextQualifier}"
+%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.m2m.qvt.oml.debug \
+  -d "emf ocl" -a "-DjavacTarget=1.5 -DjavacSource=1.5 -DforceContextQualifier=%{contextQualifier}"
 
 %install
 rm -rf %{buildroot}
@@ -78,6 +80,7 @@ unzip -q -n -d %{buildroot}%{eclipse_dropin}/m2m-qvtoml build/rpmBuild/org.eclip
 unzip -q -n -d %{buildroot}%{eclipse_dropin}/m2m-qvtoml build/rpmBuild/org.eclipse.m2m.qvt.oml.common.zip
 unzip -q -n -d %{buildroot}%{eclipse_dropin}/m2m-qvtoml build/rpmBuild/org.eclipse.m2m.qvt.oml.editor.zip
 unzip -q -n -d %{buildroot}%{eclipse_dropin}/m2m-qvtoml build/rpmBuild/org.eclipse.m2m.qvt.oml.runtime.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/m2m-qvtoml build/rpmBuild/org.eclipse.m2m.qvt.oml.debug.zip
 
 %clean
 rm -rf %{buildroot}
@@ -88,5 +91,9 @@ rm -rf %{buildroot}
 %doc org.eclipse.m2m.qvt.oml.feature/rootfiles/*
 
 %changelog
+* Tue Sep 14 2010 Mat Booth <fedora at matbooth.co.uk> 3.0.0-1
+- Update to Helios release.
+- Fixes RHBZ #631432.
+
 * Sun Nov 15 2009 Mat Booth <fedora at matbooth.co.uk> 2.0.1-1
 - New QVTOML spec file based on eclipse-gef.
diff --git a/get-m2m-qvtoml.sh b/get-m2m-qvtoml.sh
index d56fa0c..5019bb3 100644
--- a/get-m2m-qvtoml.sh
+++ b/get-m2m-qvtoml.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 NAME="m2m-qvtoml"
-VERSION=2.0.1
-TAG="R200909011247"
+VERSION=3.0.0
+TAG="R201006151231"
 
 echo "Exporting from CVS..."
 mkdir $NAME-$VERSION
diff --git a/sources b/sources
index 8068c04..70efd49 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3113decbcfb2b8a193cffd48d1cb3d98  m2m-qvtoml-2.0.1.tar.gz
+13e559eaadff50bbe874def3b97f07d0  m2m-qvtoml-3.0.0.tar.gz


More information about the scm-commits mailing list