[eclipse-emf-query] Update to Helios release. Fixes RHBZ #631230.

mbooth mbooth at fedoraproject.org
Fri Sep 24 22:33:10 UTC 2010


commit d3d227bd478f4a21f3916b15b335b65b7ba59a1f
Author: mbooth <fedora at matbooth.co.uk>
Date:   Fri Sep 24 23:10:37 2010 +0100

    Update to Helios release.
    Fixes RHBZ #631230.

 .gitignore             |    1 +
 eclipse-emf-query.spec |   22 +++++++++++++---------
 get-emf-query.sh       |    4 ++--
 sources                |    2 +-
 4 files changed, 17 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d33e15..5aaaeec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 emf-query-1.3.0.tar.gz
+/emf-query-1.4.0.tar.gz
diff --git a/eclipse-emf-query.spec b/eclipse-emf-query.spec
index bd85a41..a8e2965 100644
--- a/eclipse-emf-query.spec
+++ b/eclipse-emf-query.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 v200906221200
+%global contextQualifier v201006151000
 
 Name:      eclipse-emf-query
-Version:   1.3.0
-Release:   2%{?dist}
+Version:   1.4.0
+Release:   1%{?dist}
 Summary:   Specify and execute queries against 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.0
-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.0
-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 query component facilitates the process of search and retrieval of model
@@ -82,6 +82,10 @@ rm -rf %{buildroot}
 %doc org.eclipse.emf.query-feature/rootfiles/*
 
 %changelog
+* Fri Sep 24 2010 Mat Booth <fedora at matbooth.co.uk> 1.4.0-1
+- Update to Helios release.
+- Fixes RHBZ #631230.
+
 * Sun Nov 22 2009 Mat Booth <fedora at matbooth.co.uk> 1.3.0-2
 - Don't pretty-print the package description.
 - Remove spurious executable permissions from docs.
diff --git a/get-emf-query.sh b/get-emf-query.sh
index 12bc437..49d80f3 100644
--- a/get-emf-query.sh
+++ b/get-emf-query.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 NAME="emf-query"
-VERSION=1.3.0
-TAG="R200906221200"
+VERSION=1.4.0
+TAG="R201006151000"
 
 echo "Exporting from CVS..."
 mkdir $NAME-$VERSION
diff --git a/sources b/sources
index 110937a..0690911 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f55ce87a31658c7316094d214054031b  emf-query-1.3.0.tar.gz
+38fa4617b12937c1ff628bca039fa57a  emf-query-1.4.0.tar.gz


More information about the scm-commits mailing list