[eclipse-gef] - Update to 3.6.1.

Chris Aniszczyk caniszczyk at fedoraproject.org
Thu Oct 14 14:40:03 UTC 2010


commit 4d341e832d582cd6675ef2ffeac73e94b985936b
Author: Chris Aniszczyk <zx at redhat.com>
Date:   Thu Oct 7 16:45:07 2010 -0500

    - Update to 3.6.1.

 .gitignore       |    1 +
 eclipse-gef.spec |    7 +++++--
 get-gef.sh       |    4 ++--
 sources          |    2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01cecd4..20e2de4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 gef-3.5.2.tar.gz
 gef-3.6.0.tar.gz
+/gef-3.6.1.tar.gz
diff --git a/eclipse-gef.spec b/eclipse-gef.spec
index a0a667c..f86b745 100644
--- a/eclipse-gef.spec
+++ b/eclipse-gef.spec
@@ -1,9 +1,9 @@
 %global eclipse_base     %{_libdir}/eclipse
 %global eclipse_dropin   %{_datadir}/eclipse/dropins
-%global contextQualifier v20100525-1225
+%global contextQualifier v20100913-2020
 
 Name:      eclipse-gef
-Version:   3.6.0
+Version:   3.6.1
 Release:   1%{?dist}
 Summary:   Graphical Editing Framework (GEF) Eclipse plugin
 Group:     System Environment/Libraries
@@ -124,6 +124,9 @@ rm -rf %{buildroot}
 %doc org.eclipse.gef.examples-feature/rootfiles/*
 
 %changelog
+* Thu Oct 7 2010 Chris Aniszczyk <zx at redhat.com> 3.6.1-1
+- Update to 3.6.1.
+
 * Fri Jul 9 2010 Alexander Kurtakov <akurtako at redhat.com> 3.6.0-1
 - Update to 3.6.0.
 
diff --git a/get-gef.sh b/get-gef.sh
index f926091..021253e 100644
--- a/get-gef.sh
+++ b/get-gef.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 NAME="gef"
-VERSION=3.6.0
-TAG="R201006161000"
+VERSION=3.6.1
+TAG="R201009132020"
 
 echo "Exporting from CVS..."
 mkdir $NAME-$VERSION
diff --git a/sources b/sources
index 01caf53..901edb3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2042c55e4e0b2c9317d95aca7204ec2  gef-3.6.0.tar.gz
+e29eaa8dc0a4a26dd93e409eb6ae826c  gef-3.6.1.tar.gz


More information about the scm-commits mailing list