[eclipse-dtp] Update to Helios SR2 release.

mbooth mbooth at fedoraproject.org
Fri Mar 18 23:20:03 UTC 2011


commit e569da038915e37163baf1c06130fdfd56ee87fa
Author: mbooth <fedora at matbooth.co.uk>
Date:   Fri Mar 18 23:19:32 2011 +0000

    Update to Helios SR2 release.

 .gitignore       |    1 +
 eclipse-dtp.spec |    9 ++++++---
 get-dtp.sh       |    4 ++--
 sources          |    2 +-
 4 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c1fe26..e90225f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 dtp-*.tar.gz
 /dtp-1.8.1.tar.gz
+dtp-1.8.2.tar.gz
diff --git a/eclipse-dtp.spec b/eclipse-dtp.spec
index 0f55e93..3696a69 100644
--- a/eclipse-dtp.spec
+++ b/eclipse-dtp.spec
@@ -2,8 +2,8 @@
 %global eclipse_dropin   %{_datadir}/eclipse/dropins
 
 Name:      eclipse-dtp
-Version:   1.8.1
-Release:   3%{?dist}
+Version:   1.8.2
+Release:   1%{?dist}
 Summary:   Eclipse Data Tools Platform
 Group:     System Environment/Libraries
 License:   EPL
@@ -90,7 +90,7 @@ popd
 
 %build
 # Note: Use date from the cvs tag as the context qualifier.
-OPTIONS="-DjavacTarget=1.5 -DjavacSource=1.5 -DforceContextQualifier=v201009131745"
+OPTIONS="-DjavacTarget=1.5 -DjavacSource=1.5 -DforceContextQualifier=v201102060800"
 
 # build all features except for documentation and SDK features TODO: build everything
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.datatools.modelbase.feature \
@@ -140,6 +140,9 @@ rm -rf %{buildroot}
 %doc org.eclipse.datatools.sdk-all.feature/rootfiles/*
 
 %changelog
+* Fri Mar 18 2011 Mat Booth <fedora at matbooth.co.uk> 1.8.2-1
+- Update to 1.8.2.
+
 * Thu Feb 10 2011 Alexander Kurtakov <akurtako at redhat.com> 1.8.1-3
 - Fix build with xerces 2.11.0.
 - Update qualifier to the recent one.
diff --git a/get-dtp.sh b/get-dtp.sh
index 412d61d..12293fb 100644
--- a/get-dtp.sh
+++ b/get-dtp.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 NAME="dtp"
-VERSION=1.8.1
-TAG="DTP_1_8_1_Release_201009141028"
+VERSION=1.8.2
+TAG="DTP_1_8_2_Release_201102060800"
 MAPFILES='
 org.eclipse.datatools.releng/maps/dtp-features.map
 org.eclipse.datatools.modelbase/releng/org.eclipse.datatools.modelbase.releng/maps/modelbase-plugins.map
diff --git a/sources b/sources
index ecb3913..4ae9c63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab39f8acd581d77cdaa582d2eec611ba  dtp-1.8.1.tar.gz
+50e51ef38a7337c86173c8fa680391dd  dtp-1.8.2.tar.gz


More information about the scm-commits mailing list