[eclipse-wtp-common] Update to latest upstream revision (3.4.0).

Krzysztof Daniel kdaniel at fedoraproject.org
Wed Jul 11 09:16:23 UTC 2012


commit 01a97b278dbf00b3883ba6db1a07dc4807c45566
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Wed Jul 11 11:15:21 2012 +0200

    Update to latest upstream revision (3.4.0).

 .gitignore                 |    4 ++++
 eclipse-wtp-common.spec    |    9 ++++++---
 fetch-wtp-common-source.sh |    5 ++++-
 sources                    |    2 +-
 4 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57aaa84..29b97cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,7 @@ eclipse-wtp-common-R3_3_1-fetched-src.tar.bz2
 /noarch
 /eclipse-wtp-common-3.4.0-0.1.20120425cvs.fc18.src.rpm
 /eclipse-wtp-common-HEAD-fetched-src.tar.bz2
+/.project
+eclipse-wtp-common-R3_4_0-fetched-src.tar.bz2
+eclipse-wtp-common-HEAD-fetched-src.tar.bz2
+/eclipse-wtp-common-3.4.0
diff --git a/eclipse-wtp-common.spec b/eclipse-wtp-common.spec
index 99700d7..9aeb97a 100644
--- a/eclipse-wtp-common.spec
+++ b/eclipse-wtp-common.spec
@@ -2,7 +2,7 @@
 
 Name:			eclipse-wtp-common
 Version:		3.4.0
-Release:		0.1.20120425cvs%{?dist}
+Release:		1.20120711cvs%{?dist}
 Summary:		Common infrastructure and utilities developed and used with WTP
 
 License:		EPL
@@ -31,10 +31,10 @@ the eclipse web tools platform including facets, snippets view, validation and
 extensible URI resolver.
 
 %prep
-%setup -q -n eclipse-wtp-common-HEAD
+%setup -q -n eclipse-wtp-common-3.4.0
 
 %build
-OPTIONS="-DforceContextQualifier=201109301723 -DjavacSource=1.5 -DjavacTarget=1.5"
+OPTIONS="-DforceContextQualifier=201206121747 -DjavacSource=1.5 -DjavacTarget=1.5"
 
 
 
@@ -77,6 +77,9 @@ unzip -q -o -d %{buildroot}%{install_loc}/%{name} \
 
 
 %changelog
+* Wed Jul 11 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.4.0-1.20120711cvs
+- Update to latest upstream revision (3.4.0).
+
 * Wed Apr 25 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.4.0-0.1.20120425cvs
 - Update to latest upstream revision (3.4.0 post M6)
 
diff --git a/fetch-wtp-common-source.sh b/fetch-wtp-common-source.sh
index 372fdb6..b0be93e 100755
--- a/fetch-wtp-common-source.sh
+++ b/fetch-wtp-common-source.sh
@@ -3,8 +3,11 @@
 # eclipse-wtp-common SRPM produces one binary RPM including
 # the wtp common libraries
 #
+
+#set -e
+
 RELEASE_TAG="HEAD"
-DOT_TAG="HEAD"
+DOT_TAG="3.4.0"
 LEGACY_TAG="HEAD"
 
 rm -fr common
diff --git a/sources b/sources
index 76e4944..95ca342 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b6623c68ff4da344a055d7965b19729  eclipse-wtp-common-HEAD-fetched-src.tar.bz2
+bbe1f85145a3a6d8a98009ce0dfa6719  eclipse-wtp-common-HEAD-fetched-src.tar.bz2


More information about the scm-commits mailing list