[eclipse-gef] Update to 3.7.0

Andrew Overholt overholt at fedoraproject.org
Mon Jul 11 20:05:36 UTC 2011


commit 8a3e900ad3cfc3dcf4ded52ad5034ffa338afd03
Author: Andrew Overholt <overholt at redhat.com>
Date:   Mon Jul 11 15:42:43 2011 -0400

    Update to 3.7.0

 .gitignore       |    1 +
 eclipse-gef.spec |   11 ++++++-----
 get-gef.sh       |    4 ++--
 sources          |    2 +-
 4 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ccf0b0..57d7405 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ gef-3.5.2.tar.gz
 gef-3.6.0.tar.gz
 /gef-3.6.1.tar.gz
 gef-3.6.2.tar.gz
+gef-3.7.0.tar.gz
diff --git a/eclipse-gef.spec b/eclipse-gef.spec
index ae3f9ea..da0dffa 100644
--- a/eclipse-gef.spec
+++ b/eclipse-gef.spec
@@ -2,7 +2,7 @@
 %global eclipse_dropin   %{_datadir}/eclipse/dropins
 
 Name:      eclipse-gef
-Version:   3.6.2
+Version:   3.7.0
 Release:   1%{?dist}
 Summary:   Graphical Editing Framework (GEF) Eclipse plugin
 Group:     System Environment/Libraries
@@ -56,9 +56,7 @@ to use the Eclipse Graphical Editing Framework (GEF) plugin.
 %prep
 %setup -q -n gef-%{version}
 
-#%patch0 -p0
-
-# make sure upstream hasn't sneaked in any jars we don't know about
+# make sure upstream hasn't snuck in any jars we don't know about
 JARS=""
 for j in `find -name "*.jar"`; do
   if [ ! -L $j ]; then
@@ -77,7 +75,7 @@ fi
 
 # Note: Use the tag in get-gef.sh as the context qualifier because it's
 #       later than the tags of the individual plugins.
-OPTIONS="-DforceContextQualifier=v20110225-1600"
+OPTIONS="-DforceContextQualifier=v20110622-0958"
 
 # build gef features
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.gef -a "$OPTIONS"
@@ -122,6 +120,9 @@ rm -rf %{buildroot}
 %doc org.eclipse.gef.examples-feature/rootfiles/*
 
 %changelog
+* Mon Jul 11 2011 Andrew Overholt <overholt at redhat.com> 3.7.0-1
+- Update to 3.7.0.
+
 * Fri Mar 18 2011 Mat Booth <fedora at matbooth.co.uk> 3.6.2-1
 - Update to 3.6.2.
 
diff --git a/get-gef.sh b/get-gef.sh
index ca13811..4589cac 100644
--- a/get-gef.sh
+++ b/get-gef.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 NAME="gef"
-VERSION=3.6.2
-TAG="R201102251600"
+VERSION=3.7.0
+TAG="R201106220958"
 
 echo "Exporting from CVS..."
 mkdir $NAME-$VERSION
diff --git a/sources b/sources
index bbd53c2..cfa3fa8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d71e124be14d103171d6e4e1ff8801b  gef-3.6.2.tar.gz
+455382de72907ce28b483dcf81088a69  gef-3.7.0.tar.gz


More information about the scm-commits mailing list