diff --git a/.gitignore b/.gitignore index 09d5ae1..01ed4e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ dltk-2.0.0.tar.bz2 /dltk-2.0.1.tar.bz2 /dltk-3.0.tar.xz +dltk-3.0.1.tar.xz diff --git a/eclipse-dltk.spec b/eclipse-dltk.spec index 87ab2ba..0422d24 100644 --- a/eclipse-dltk.spec +++ b/eclipse-dltk.spec @@ -2,8 +2,8 @@ %global eclipse_dropin %{_datadir}/eclipse/dropins Name: eclipse-dltk -Version: 3.0 -Release: 2%{?dist} +Version: 3.0.1 +Release: 1%{?dist} Summary: Dynamic Languages Toolkit (DLTK) Eclipse plugin Group: System Environment/Libraries License: EPL @@ -146,7 +146,7 @@ popd %build # Note: Use date from the cvs tag as the context qualifier. -OPTIONS="-DjavacTarget=1.5 -DjavacSource=1.5 -DforceContextQualifier=v201006161315" +OPTIONS="-DjavacTarget=1.5 -DjavacSource=1.5 -DforceContextQualifier=v20110823" # build all features %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.dltk.core \ @@ -242,6 +242,9 @@ ln -s %{_javadir}/h2.jar %{buildroot}/%{eclipse_dropin}/dltk-core.index/eclipse/ %doc org.eclipse.dltk.core.sdk/rootfiles/* %changelog +* Fri Dec 16 2011 Alexander Kurtakov 3.0.1-1 +- Update to upstream 3.0.1. + * Tue Jul 12 2011 Alexander Kurtakov 3.0-2 - Add more mylyn subpackages to BR/R. diff --git a/get-dltk.sh b/get-dltk.sh index 9eac0d6..f45cdde 100644 --- a/get-dltk.sh +++ b/get-dltk.sh @@ -1,7 +1,7 @@ #!/bin/bash NAME="dltk" -VERSION=3.0 -TAG="vS201106091504" +VERSION=3.0.1 +TAG="vS201108261011" SUBPACKAGES="core core-index ruby tcl itcl xotcl mylyn rse javascript" echo "Exporting from CVS..." diff --git a/sources b/sources index 60320c2..6e529d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8c8f7e1b42f00d253982b57d5287687 dltk-3.0.tar.xz +4f46eb1bb7608b6935d4460f3116971c dltk-3.0.1.tar.xz