[eclipse-mdt-uml2] - Update to Helios release. - Fixes RHBZ #631324.

mbooth mbooth at fedoraproject.org
Mon Sep 13 20:58:34 UTC 2010


commit d246346aa5d1a9fb28294a89be435ddedd2be9f6
Author: mbooth <fedora at matbooth.co.uk>
Date:   Mon Sep 13 21:51:01 2010 +0100

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

 .gitignore            |    1 +
 eclipse-mdt-uml2.spec |   22 +++++++++++++---------
 get-mdt-uml2.sh       |    4 ++--
 sources               |    2 +-
 4 files changed, 17 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f3e212..29ba102 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 mdt-uml2-3.0.1.tar.gz
+/mdt-uml2-3.1.0.tar.gz
diff --git a/eclipse-mdt-uml2.spec b/eclipse-mdt-uml2.spec
index 94718c2..a71afb5 100644
--- a/eclipse-mdt-uml2.spec
+++ b/eclipse-mdt-uml2.spec
@@ -3,11 +3,11 @@
 
 # Note: Use the tag in get-mdt-uml2.sh as the context qualifier because it's
 #       later than the tags of the individual plugins.
-%global contextQualifier v200908281428
+%global contextQualifier v201006071241
 
 Name:      eclipse-mdt-uml2
-Version:   3.0.1
-Release:   2%{?dist}
+Version:   3.1.0
+Release:   1%{?dist}
 Summary:   Implementation of the UML2 OMG metamodel for Eclipse
 Group:     System Environment/Libraries
 License:   EPL
@@ -25,12 +25,12 @@ BuildArch:        noarch
 
 BuildRequires:    java-devel
 BuildRequires:    jpackage-utils
-BuildRequires:    eclipse-pde >= 1:3.5.1
-BuildRequires:    eclipse-emf >= 2.5.0
+BuildRequires:    eclipse-pde >= 1:3.6.0
+BuildRequires:    eclipse-emf >= 2.6.0
 Requires:         java
 Requires:         jpackage-utils
-Requires:         eclipse-platform >= 1:3.5.1
-Requires:         eclipse-emf >= 2.5.0
+Requires:         eclipse-platform >= 1:3.6.0
+Requires:         eclipse-emf >= 2.6.0
 
 %description
 UML2 is an EMF-based implementation of the Unified Modeling Language (UML) 2.x
@@ -65,9 +65,9 @@ find -wholename "*/rootfiles/*" | xargs chmod -x
 
 %build
 # put eclipse-emf ant tasks where the build expects them to be
-mkdir -p build/plugins/org.eclipse.emf.ant
+mkdir -p org.eclipse.emf.ant
 unzip %{eclipse_dropin}/emf/eclipse/plugins/org.eclipse.emf.ant* \
-  ant_tasks/emf.ant.tasks.jar -d build/plugins/org.eclipse.emf.ant
+  ant_tasks/emf.ant.tasks.jar -d org.eclipse.emf.ant
 
 # build mdt-uml2 features
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.uml2 \
@@ -87,6 +87,10 @@ rm -rf %{buildroot}
 %doc org.eclipse.uml2-feature/rootfiles/*
 
 %changelog
+* Mon Sep 13 2010 Mat Booth <fedora at matbooth.co.uk> 3.1.0-1
+- Update to Helios release.
+- Fixes RHBZ #631324.
+
 * Sun Nov 22 2009 Mat Booth <fedora at matbooth.co.uk> 3.0.1-2
 - Don't pretty-print the package description.
 
diff --git a/get-mdt-uml2.sh b/get-mdt-uml2.sh
index a31bf0c..eaf9f07 100644
--- a/get-mdt-uml2.sh
+++ b/get-mdt-uml2.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 NAME="mdt-uml2"
-VERSION=3.0.1
-TAG="R200908281428"
+VERSION=3.1.0
+TAG="R201006071241"
 
 echo "Exporting from CVS..."
 mkdir $NAME-$VERSION
diff --git a/sources b/sources
index e070a57..0bfd815 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5444047a59a30aa37dc6c996e460cd3f  mdt-uml2-3.0.1.tar.gz
+e7cbf75f8a5528a8c9bd366631cfa0d8  mdt-uml2-3.1.0.tar.gz


More information about the scm-commits mailing list