[eclipse-wtp-sourceediting] Update to latest upstream.

Krzysztof Daniel kdaniel at fedoraproject.org
Thu Jul 12 10:57:38 UTC 2012


commit 2d6b0a8c8d1beb3a7239d960fa5afa73cbfad399
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Thu Jul 12 12:40:43 2012 +0200

    Update to latest upstream.

 .gitignore                           |    3 ++
 eclipse-wtp-sourceediting.spec       |   12 ++++---
 fetch-wtp-sourceediting-using-map.sh |    4 +-
 fetch-wtp-sourceediting.sh           |   52 ----------------------------------
 sources                              |    2 +-
 5 files changed, 13 insertions(+), 60 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f8ce3d..eaed021 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,6 @@ eclipse-wtp-sourceediting-3.3.1-fetched-src.tar.bz2
 /eclipse-wtp-sourceediting-R3.4.0
 /noarch
 /eclipse-wtp-sourceediting-R3.4.0.tar.gz
+/eclipse-wtp-sourceediting-3.4.0
+eclipse-wtp-sourceediting-R3.4.0.tar.gz
+/.project
diff --git a/eclipse-wtp-sourceediting.spec b/eclipse-wtp-sourceediting.spec
index ddd6924..160eedc 100644
--- a/eclipse-wtp-sourceediting.spec
+++ b/eclipse-wtp-sourceediting.spec
@@ -1,9 +1,9 @@
 %global eclipse_base	%{_libdir}/eclipse
-%global install_loc	%{_datadir}/eclipse/dropins/wtp-sourceediting
+%global install_loc		%{_datadir}/eclipse/dropins/wtp-sourceediting
 
 Name:			eclipse-wtp-sourceediting
 Version:		3.4.0
-Release:		0.2.M6%{?dist}
+Release:		1%{?dist}
 Summary:		WTP Source Editing
 
 Group:			Development/Tools
@@ -11,7 +11,6 @@ License:		EPL
 URL:			http://www.eclipse.org/projects/project.php?id=webtools.sourceediting
 
 Source0:		%{name}-R%{version}.tar.gz
-Source1:		fetch-wtp-sourceediting-using-map.sh
 
 BuildArch: noarch
 
@@ -29,7 +28,7 @@ BuildRequires: eclipse-emf >= 2.6.0
 BuildRequires: eclipse-emf-xsd >= 2.6.0
 BuildRequires: eclipse-emf-core >= 2.8.0
 BuildRequires: eclipse-gef >= 3.7.0
-BuildRequires: eclipse-wtp-common >= 3.3.1
+BuildRequires: eclipse-wtp-common >= 3.4.0
 BuildRequires: eclipse-rcp >= 4.2.0
 BuildRequires: eclipse-swt >= 4.2.0
 BuildRequires: eclipse-jdt >= 4.2.0
@@ -55,7 +54,7 @@ Requires: eclipse-emf >= 2.6.0
 Requires: eclipse-emf-xsd >= 2.6.0
 Requires: eclipse-emf-core >= 2.8.0
 Requires: eclipse-gef >= 3.7.0
-Requires: eclipse-wtp-common >= 3.3.1
+Requires: eclipse-wtp-common >= 3.4.0
 Requires: eclipse-rcp >= 4.2.0
 Requires: eclipse-swt >= 4.2.0
 Requires: eclipse-jdt >= 4.2.0
@@ -170,6 +169,9 @@ popd
 %doc org.eclipse.wst.doc.user/about.html
 
 %changelog
+* Thu Jul 12 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.4.0-1
+- Update to latest upstream.
+
 * Sun Jun 24 2012 Gerard Ryan <galileo at fedoraproject.org> 3.4.0-0.2.M6
 - Include org.eclipse.wst.xsl.feature.
 
diff --git a/fetch-wtp-sourceediting-using-map.sh b/fetch-wtp-sourceediting-using-map.sh
index 53aecdb..6e50e6f 100755
--- a/fetch-wtp-sourceediting-using-map.sh
+++ b/fetch-wtp-sourceediting-using-map.sh
@@ -3,7 +3,7 @@ set -e
 
 NAME="eclipse-wtp-sourceediting"
 VERSION=R3.4.0
-TAG=S-3.4.0M6-20120319200442
+TAG=R-3.4.0-20120612174739
 
 echo "Exporting from CVS..."
 mkdir $NAME-$VERSION
@@ -19,7 +19,7 @@ grep ^[a-z] $MAPFILE | grep -i "sourceediting" | grep "org.eclipse.wst" | grep -
 grep ^[a-z] $MAPFILE | grep -i "org.eclipse.jsdt" | grep "org.eclipse.wst" | grep -v "test" >> $TEMPMAPFILE
 grep ^[a-z] $MAPFILE | grep -i "jeetools" | grep "org.eclipse.wst" | grep -v "test" >> $TEMPMAPFILE
 grep ^[a-z] $MAPFILE | grep -i "servertools" | grep "org.eclipse.wst" | grep -v "test" >> $TEMPMAPFILE
-exit
+
 gawk 'BEGIN {
 	FS=","
 }
diff --git a/sources b/sources
index 8a491d6..aeb575e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b96f32f86ca514e490b2ab4aa8bd974f  eclipse-wtp-sourceediting-R3.4.0.tar.gz
+01ecf2ea66792e3c54d869130c7d8675  eclipse-wtp-sourceediting-R3.4.0.tar.gz


More information about the scm-commits mailing list