From c8b683e67366aa0bf90733cc2619f5919c482772 Mon Sep 17 00:00:00 2001 From: mbooth Date: Nov 15 2008 19:24:26 +0000 Subject: - Updated to verion 0.6.27. - Add perl-Module-Starter dependency. - Fixes shift left works inconsistently (#2059660). - Fixes global variables can not be displayed (#2188379). - New features: Display package-scope variables in debugger and enable variable substitution for Perl executable in prefs. --- diff --git a/.cvsignore b/.cvsignore index 2c43f7c..2746b9e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -epic-0.6.25.tar.gz +epic-0.6.27.tar.gz diff --git a/eclipse-epic.spec b/eclipse-epic.spec index d7d5031..8a74b1c 100644 --- a/eclipse-epic.spec +++ b/eclipse-epic.spec @@ -2,7 +2,7 @@ %define gcj_support 1 Name: eclipse-epic -Version: 0.6.25 +Version: 0.6.27 Release: 1%{?dist} Summary: Perl Eclipse plugin Group: Development/Tools @@ -40,7 +40,8 @@ Requires: jdom Requires: gnu-regexp Requires: brazil Requires: perl -Requires: perl-PadWalker +Requires: perl(PadWalker) +Requires: perl(Module::Starter) %description EPIC is an open source Perl IDE based on the Eclipse platform. Features @@ -136,11 +137,20 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %doc org.epic.feature.main/license.html %{_datadir}/eclipse/dropins/epic + %if %{gcj_support} %{_libdir}/gcj/%{name} %endif %changelog +* Sat Nov 15 2008 Mat Booth 0.6.27-1 +- Updated to verion 0.6.27. +- Add perl-Module-Starter dependency. +- Fixes shift left works inconsistently (#2059660). +- Fixes global variables can not be displayed (#2188379). +- New features: Display package-scope variables in debugger and enable + variable substitution for Perl executable in prefs. + * Thu Sep 04 2008 Mat Booth 0.6.25-1 - Updated to version 0.6.25. - New features: Persistent variables view options and Module::Starter diff --git a/get-epic.sh b/get-epic.sh index e585fd0..6d4c63b 100644 --- a/get-epic.sh +++ b/get-epic.sh @@ -1,7 +1,7 @@ #!/bin/sh NAME="epic" -VERSION=0.6.25 -TAG="testing_0_6_25" +VERSION=0.6.27 +TAG="testing_0_6_27" echo "Exporting from CVS..." mkdir $NAME-$VERSION diff --git a/sources b/sources index 38e6c22..d597e5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3a8c56324a85507c1d0164a1f293354 epic-0.6.25.tar.gz +7870c1939d84119fbe16b3f39fffbcd6 epic-0.6.27.tar.gz