[eclipse-gef] Update to latest Juno release.

Krzysztof Daniel kdaniel at fedoraproject.org
Tue Jul 10 09:36:36 UTC 2012


commit 861d28abb30a8f720196bb792f0beca0318b61d8
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Tue Jul 10 11:36:12 2012 +0200

    Update to latest Juno release.

 .gitignore                                         |    1 +
 eclipse-gef-fix-doc.patch                          |   94 --------------------
 ...e-gef-removeExamplesSourceSelfContainment.patch |   13 ---
 eclipse-gef.spec                                   |   12 ++--
 get-gef.sh                                         |    2 +-
 sources                                            |    2 +-
 6 files changed, 9 insertions(+), 115 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ca8931..fe54e06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ gef-3.7.0.tar.gz
 /gef-3.8.0
 /gef-3.8.0.tar.gz
 /noarch
+gef-3.8.0.tar.gz
diff --git a/eclipse-gef.spec b/eclipse-gef.spec
index 15f5014..6242ef3 100644
--- a/eclipse-gef.spec
+++ b/eclipse-gef.spec
@@ -3,7 +3,7 @@
 Name:      eclipse-gef
 Version:   3.8.0
 #no tag in the repository, HEAD checked out
-Release:   0.3.20120402%{?dist}
+Release:   1%{?dist}
 Summary:   Graphical Editing Framework (GEF) Eclipse plugin
 Group:     System Environment/Libraries
 License:   EPL
@@ -21,9 +21,7 @@ Source2:   customBuildCallbacks.xml
 Patch0:   %{name}-generateSourceForDraw2dFeature.patch
 Patch1:   %{name}-generateSourceForGefFeature.patch
 Patch2:   %{name}-generateSourceForZestFeature.patch
-Patch3:   %{name}-removeExamplesSourceSelfContainment.patch
 Patch4:   %{name}-generateSourceForExamples.patch
-Patch5:   %{name}-fix-doc.patch
 
 BuildArch:        noarch
 
@@ -71,9 +69,8 @@ cp %{SOURCE2} org.eclipse.draw2d.doc.isv/
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 %patch4 -p1
-%patch5
+
 # make sure upstream hasn't snuck in any jars we don't know about
 JARS=""
 for j in `find -name "*.jar"`; do
@@ -93,7 +90,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=v20110622-0958"
+OPTIONS="-DforceContextQualifier=v20120705-0320"
 
 # build gef features
 eclipse-pdebuild -f org.eclipse.gef -a "$OPTIONS"
@@ -137,6 +134,9 @@ unzip -q -n -d %{buildroot}%{eclipse_dropin}/gef-examples build/rpmBuild/org.ecl
 %doc org.eclipse.gef.examples-feature/epl-v10.html
 
 %changelog
+* Tue Jul 10 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.8.0-1
+- Update to upstream Juno release. 
+
 * Mon Apr 16 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.8.0-0.3.20120402
 - Generate documentation contents & reference API.
 
diff --git a/get-gef.sh b/get-gef.sh
index 750f8cf..21c3623 100755
--- a/get-gef.sh
+++ b/get-gef.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 NAME="gef"
 VERSION=3.8.0
-TAG="master"
+TAG=ef2c9a16d65dd693deac673c3030167a30998c8e
 
 rm -rf org.eclipse.gef
 rm -rf gef-$VERSION/
diff --git a/sources b/sources
index cb0b0d2..1736edd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a6cd0cbc96ee189500540dc3c208573  gef-3.8.0.tar.gz
+eba698cadf384818f58f5f36222cf0b4  gef-3.8.0.tar.gz


More information about the scm-commits mailing list