[eclipse-dltk] Update to 2.0.1.

Chris Aniszczyk caniszczyk at fedoraproject.org
Tue Oct 19 17:54:44 UTC 2010


commit dc52d0ea68865d3a1a7fd9058c750159dc0484d3
Author: Chris Aniszczyk <zx at redhat.com>
Date:   Tue Oct 19 12:53:54 2010 -0500

    Update to 2.0.1.

 .gitignore        |    1 +
 eclipse-dltk.spec |    5 ++++-
 get-dltk.sh       |    4 ++--
 sources           |    2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2fe1d72..a1462a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 dltk-2.0.0.tar.bz2
+/dltk-2.0.1.tar.bz2
diff --git a/eclipse-dltk.spec b/eclipse-dltk.spec
index 40db5a4..b64a211 100644
--- a/eclipse-dltk.spec
+++ b/eclipse-dltk.spec
@@ -2,7 +2,7 @@
 %global eclipse_dropin   %{_datadir}/eclipse/dropins
 
 Name:      eclipse-dltk
-Version:   2.0.0
+Version:   2.0.1
 Release:   1%{?dist}
 Summary:   Dynamic Languages Toolkit (DLTK) Eclipse plugin
 Group:     System Environment/Libraries
@@ -246,6 +246,9 @@ rm -rf %{buildroot}
 %doc org.eclipse.dltk.core.sdk/rootfiles/*
 
 %changelog
+* Tue Oct 19 2010 Chris Aniszczyk <zx at redhat.com> 2.0.1-1
+- Update to 2.0.1.
+
 * Sun Jul 18 2010 Alexander Kurtakov <akurtako at redhat.com> 2.0.0-1
 - Update to 2.0.0.
 
diff --git a/get-dltk.sh b/get-dltk.sh
index 31db07e..03d98a3 100644
--- a/get-dltk.sh
+++ b/get-dltk.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 NAME="dltk"
-VERSION=2.0.0
-TAG="vS201006161315"
+VERSION=2.0.1
+TAG="vS201009100629"
 SUBPACKAGES="core core-index ruby tcl itcl xotcl mylyn rse javascript"
 
 echo "Exporting from CVS..."
diff --git a/sources b/sources
index 30b647e..c7d9591 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a656172499209eb1af760c2e91e793b  dltk-2.0.0.tar.bz2
+9f18066d441cc3ed316b7ff73de32ff4  dltk-2.0.1.tar.bz2


More information about the scm-commits mailing list