[eclipse-emf-validation] Update to Helios release. Fixes RHBZ #631222.

mbooth mbooth at fedoraproject.org
Fri Sep 24 22:35:48 UTC 2010


commit 0a093a492693b603426687c73228126acfce80af
Author: mbooth <fedora at matbooth.co.uk>
Date:   Fri Sep 24 23:11:18 2010 +0100

    Update to Helios release.
    Fixes RHBZ #631222.

 .gitignore                  |    1 +
 eclipse-emf-validation.spec |   22 +++++++++++++---------
 get-emf-validation.sh       |    4 ++--
 sources                     |    2 +-
 4 files changed, 17 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 377f383..b413d94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 emf-validation-1.3.1.tar.gz
+/emf-validation-1.4.0.tar.gz
diff --git a/eclipse-emf-validation.spec b/eclipse-emf-validation.spec
index 891d7d9..ae3d12e 100644
--- a/eclipse-emf-validation.spec
+++ b/eclipse-emf-validation.spec
@@ -3,11 +3,11 @@
 
 # Note: Use the tag in get-mdt-ocl.sh as the context qualifier because it's
 #       later than the tags of the individual plugins.
-%global contextQualifier v200909151245
+%global contextQualifier v201006151000
 
 Name:      eclipse-emf-validation
-Version:   1.3.1
-Release:   2%{?dist}
+Version:   1.4.0
+Release:   1%{?dist}
 Summary:   Verify the integrity of EMF models
 Group:     System Environment/Libraries
 License:   EPL
@@ -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
 The validation component provides an API for defining constraints for any EMF
@@ -87,6 +87,10 @@ rm -rf %{buildroot}
 %doc org.eclipse.emf.validation-feature/rootfiles/*
 
 %changelog
+* Fri Sep 24 2010 Mat Booth <fedora at matbooth.co.uk> 1.4.0-1
+- Update to Helios release.
+- Fixes RHBZ #631222.
+
 * Tue Nov 24 2009 Mat Booth <fedora at matbooth.co.uk> 1.3.1-2
 - Don't pretty-print the package description.
 
diff --git a/get-emf-validation.sh b/get-emf-validation.sh
index ced3f62..2f63d8b 100644
--- a/get-emf-validation.sh
+++ b/get-emf-validation.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 NAME="emf-validation"
-VERSION=1.3.1
-TAG="R200909151245"
+VERSION=1.4.0
+TAG="R201006151000"
 
 echo "Exporting from CVS..."
 mkdir $NAME-$VERSION
diff --git a/sources b/sources
index d605e27..980e798 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-45b82ead12ae3810fc97784c63c78394  emf-validation-1.3.1.tar.gz
+78679eb14e66468570cd285b2822e5fb  emf-validation-1.4.0.tar.gz


More information about the scm-commits mailing list