[eclipse-gef] Update to Helios SR2 release.

mbooth mbooth at fedoraproject.org
Fri Mar 18 22:05:00 UTC 2011


commit ac16aba677fba071c6ac12384c3f6502579a30a5
Author: mbooth <fedora at matbooth.co.uk>
Date:   Fri Mar 18 22:04:29 2011 +0000

    Update to Helios SR2 release.

 .gitignore       |    1 +
 eclipse-gef.spec |   23 ++++++++++++-----------
 get-gef.sh       |    4 ++--
 sources          |    2 +-
 4 files changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 20e2de4..6ccf0b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,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
diff --git a/eclipse-gef.spec b/eclipse-gef.spec
index 7025151..ae3f9ea 100644
--- a/eclipse-gef.spec
+++ b/eclipse-gef.spec
@@ -1,10 +1,9 @@
 %global eclipse_base     %{_libdir}/eclipse
 %global eclipse_dropin   %{_datadir}/eclipse/dropins
-%global contextQualifier v20100913-2020
 
 Name:      eclipse-gef
-Version:   3.6.1
-Release:   2%{?dist}
+Version:   3.6.2
+Release:   1%{?dist}
 Summary:   Graphical Editing Framework (GEF) Eclipse plugin
 Group:     System Environment/Libraries
 License:   EPL
@@ -23,10 +22,10 @@ BuildArch:        noarch
 BuildRequires:    java-devel
 BuildRequires:    java-javadoc
 BuildRequires:    jpackage-utils
-BuildRequires:    eclipse-pde >= 1:3.5.1
+BuildRequires:    eclipse-pde >= 1:3.6.0
 Requires:         java
 Requires:         jpackage-utils
-Requires:         eclipse-platform >= 1:3.5.1
+Requires:         eclipse-platform >= 1:3.6.0
 
 %description
 The Graphical Editing Framework (GEF) allows developers to create a rich
@@ -78,16 +77,15 @@ 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"
 
 # build gef features
-%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.gef \
-  -a "-DforceContextQualifier=%{contextQualifier}"
-%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.zest \
-  -a "-DforceContextQualifier=%{contextQualifier}"
+%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.gef -a "$OPTIONS"
+%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.zest -a "$OPTIONS"
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.gef.sdk \
-  -a "-DforceContextQualifier=%{contextQualifier} -DJAVADOC14_HOME=%{java_home}/bin"
+  -a "$OPTIONS -DJAVADOC14_HOME=%{java_home}/bin"
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.zest.sdk \
-  -a "-DforceContextQualifier=%{contextQualifier} -DJAVADOC14_HOME=%{java_home}/bin"
+  -a "$OPTIONS -DJAVADOC14_HOME=%{java_home}/bin"
 
 # build examples features
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.gef.examples
@@ -124,6 +122,9 @@ rm -rf %{buildroot}
 %doc org.eclipse.gef.examples-feature/rootfiles/*
 
 %changelog
+* Fri Mar 18 2011 Mat Booth <fedora at matbooth.co.uk> 3.6.2-1
+- Update to 3.6.2.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.6.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/get-gef.sh b/get-gef.sh
index 021253e..ca13811 100644
--- a/get-gef.sh
+++ b/get-gef.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 NAME="gef"
-VERSION=3.6.1
-TAG="R201009132020"
+VERSION=3.6.2
+TAG="R201102251600"
 
 echo "Exporting from CVS..."
 mkdir $NAME-$VERSION
diff --git a/sources b/sources
index 901edb3..bbd53c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e29eaa8dc0a4a26dd93e409eb6ae826c  gef-3.6.1.tar.gz
+5d71e124be14d103171d6e4e1ff8801b  gef-3.6.2.tar.gz


More information about the scm-commits mailing list