rpms/eclipse-epic/F-9 .cvsignore, 1.5, 1.6 eclipse-epic.spec, 1.5, 1.6 get-epic.sh, 1.4, 1.5 sources, 1.5, 1.6

Mat Booth mbooth at fedoraproject.org
Sat Nov 15 19:24:58 UTC 2008


Author: mbooth

Update of /cvs/pkgs/rpms/eclipse-epic/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24419/F-9

Modified Files:
	.cvsignore eclipse-epic.spec get-epic.sh sources 
Log Message:
* Sat Nov 15 2008 Mat Booth <fedora at matbooth.co.uk> 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.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-epic/F-9/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	4 Sep 2008 20:49:38 -0000	1.5
+++ .cvsignore	15 Nov 2008 19:24:27 -0000	1.6
@@ -1 +1 @@
-epic-0.6.25.tar.gz
+epic-0.6.27.tar.gz


Index: eclipse-epic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-epic/F-9/eclipse-epic.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- eclipse-epic.spec	4 Sep 2008 20:49:38 -0000	1.5
+++ eclipse-epic.spec	15 Nov 2008 19:24:27 -0000	1.6
@@ -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:         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 
@@ -143,11 +144,20 @@
 %{eclipse_base}/plugins/org.epic.perleditor_*
 %{eclipse_base}/plugins/org.epic.regexp_*
 %{eclipse_base}/plugins/org.epic.source_*
+
 %if %{gcj_support}
 %{_libdir}/gcj/%{name}
 %endif
 
 %changelog
+* Sat Nov 15 2008 Mat Booth <fedora at matbooth.co.uk> 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 <fedora at matbooth.co.uk> 0.6.25-1
 - Updated to version 0.6.25.
 - New features: Persistent variables view options and Module::Starter


Index: get-epic.sh
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-epic/F-9/get-epic.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- get-epic.sh	4 Sep 2008 20:49:38 -0000	1.4
+++ get-epic.sh	15 Nov 2008 19:24:27 -0000	1.5
@@ -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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-epic/F-9/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	4 Sep 2008 20:49:38 -0000	1.5
+++ sources	15 Nov 2008 19:24:27 -0000	1.6
@@ -1 +1 @@
-c3a8c56324a85507c1d0164a1f293354  epic-0.6.25.tar.gz
+7870c1939d84119fbe16b3f39fffbcd6  epic-0.6.27.tar.gz




More information about the fedora-extras-commits mailing list