rpms/eclipse-gef/devel sources, 1.12, 1.13 .cvsignore, 1.10, 1.11 get-gef.sh, 1.7, 1.8 eclipse-gef.spec, 1.26, 1.27 eclipse-gef-disable-examples-source.patch, 1.2, NONE

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Jul 9 10:19:39 UTC 2010


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-gef/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23921/devel

Modified Files:
	sources .cvsignore get-gef.sh eclipse-gef.spec 
Removed Files:
	eclipse-gef-disable-examples-source.patch 
Log Message:
* Fri Jul 9 2010 Alexander Kurtakov <akurtako at redhat.com> 3.6.0-1
- Update to 3.6.0.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-gef/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	28 Feb 2010 11:38:41 -0000	1.12
+++ sources	9 Jul 2010 10:19:39 -0000	1.13
@@ -1 +1 @@
-afbdb92ff96316af7b0184ee97383b6c  gef-3.5.2.tar.gz
+c2042c55e4e0b2c9317d95aca7204ec2  gef-3.6.0.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-gef/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	28 Feb 2010 11:38:41 -0000	1.10
+++ .cvsignore	9 Jul 2010 10:19:39 -0000	1.11
@@ -1 +1,2 @@
 gef-3.5.2.tar.gz
+gef-3.6.0.tar.gz


Index: get-gef.sh
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-gef/devel/get-gef.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- get-gef.sh	28 Feb 2010 11:38:41 -0000	1.7
+++ get-gef.sh	9 Jul 2010 10:19:39 -0000	1.8
@@ -1,7 +1,7 @@
 #!/bin/bash
 NAME="gef"
-VERSION=3.5.2
-TAG="R201002241200"
+VERSION=3.6.0
+TAG="R201006161000"
 
 echo "Exporting from CVS..."
 mkdir $NAME-$VERSION


Index: eclipse-gef.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-gef/devel/eclipse-gef.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- eclipse-gef.spec	28 Feb 2010 11:38:41 -0000	1.26
+++ eclipse-gef.spec	9 Jul 2010 10:19:39 -0000	1.27
@@ -1,9 +1,9 @@
 %global eclipse_base     %{_libdir}/eclipse
 %global eclipse_dropin   %{_datadir}/eclipse/dropins
-%global contextQualifier v20100224-1200
+%global contextQualifier v20100525-1225
 
 Name:      eclipse-gef
-Version:   3.5.2
+Version:   3.6.0
 Release:   1%{?dist}
 Summary:   Graphical Editing Framework (GEF) Eclipse plugin
 Group:     System Environment/Libraries
@@ -16,11 +16,6 @@ URL:       http://www.eclipse.org/gef/
 Source0:   gef-%{version}.tar.gz
 Source1:   get-gef.sh
 
-# disable examples source plugins (you can still get them through the new
-# example project wizard)
-# TODO: figure out why this stopped building between rc6 and final
-Patch0:    %{name}-disable-examples-source.patch
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:        noarch
@@ -62,12 +57,7 @@ to use the Eclipse Graphical Editing Fra
 %prep
 %setup -q -n gef-%{version}
 
-%patch0 -p0
-
-# link to local java api javadocs
-sed -i -e "s|link http://java.sun.com/j2se/1.4.2/docs/api|linkoffline %{_javadocdir}/java %{_javadocdir}/java|" \
-  org.eclipse.gef.doc.isv/gefOptions \
-  org.eclipse.draw2d.doc.isv/draw2dOptions
+#%patch0 -p0
 
 # make sure upstream hasn't sneaked in any jars we don't know about
 JARS=""
@@ -134,6 +124,9 @@ rm -rf %{buildroot}
 %doc org.eclipse.gef.examples-feature/rootfiles/*
 
 %changelog
+* Fri Jul 9 2010 Alexander Kurtakov <akurtako at redhat.com> 3.6.0-1
+- Update to 3.6.0.
+
 * Sun Feb 28 2010 Mat Booth <fedora at matbooth.co.uk> 3.5.2-1
 - Update to 3.5.2 upstream version.
 - Now requires Eclipse 3.5.1.


--- eclipse-gef-disable-examples-source.patch DELETED ---



More information about the scm-commits mailing list