rpms/eclipse-epic/devel eclipse-epic.spec, 1.8, 1.9 get-epic.sh, 1.5, 1.6

Mat Booth mbooth at fedoraproject.org
Sun Mar 1 21:44:04 UTC 2009


Author: mbooth

Update of /cvs/pkgs/rpms/eclipse-epic/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29005

Modified Files:
	eclipse-epic.spec get-epic.sh 
Log Message:
* Sun Mar 1 2009 Mat Booth <fedora at matbooth.co.uk> 0.6.31-1
- Updated to verion 0.6.31.
- New feature: Show @_ in variables view.
- Fix Perl internal variables not appearing (#2431258).
- Fix NPE in Perl expression view (#2241882).
- Fix content assist and typed lexicals (#2502366).
- Fix editor fails to highlight grep + regexp (#2537700).
- Fix content-type does not enable to run/debug perl scripts (#2433437).
- Fix debugger crash (#2501676).
- Fix epic_breakpoints raises exception in Template::Toolkit (#2513003).
- Fix content assist and "use base" (#2502358).
- Fix cygwin drive prefix processing (#2490403).




Index: eclipse-epic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-epic/devel/eclipse-epic.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- eclipse-epic.spec	24 Feb 2009 13:44:46 -0000	1.8
+++ eclipse-epic.spec	1 Mar 2009 21:43:34 -0000	1.9
@@ -2,8 +2,8 @@
 %define gcj_support      1
 
 Name:      eclipse-epic
-Version:   0.6.27
-Release:   2%{?dist}
+Version:   0.6.31
+Release:   1%{?dist}
 Summary:   Perl Eclipse plugin
 Group:     Development/Tools
 License:   CPL
@@ -143,6 +143,19 @@
 %endif
 
 %changelog
+* Sun Mar 1 2009 Mat Booth <fedora at matbooth.co.uk> 0.6.31-1
+- Updated to verion 0.6.31.
+- New feature: Show @_ in variables view.
+- Fix Perl internal variables not appearing (#2431258).
+- Fix NPE in Perl expression view (#2241882).
+- Fix content assist and typed lexicals (#2502366).
+- Fix editor fails to highlight grep + regexp (#2537700).
+- Fix content-type does not enable to run/debug perl scripts (#2433437).
+- Fix debugger crash (#2501676).
+- Fix epic_breakpoints raises exception in Template::Toolkit (#2513003).
+- Fix content assist and "use base" (#2502358).
+- Fix cygwin drive prefix processing (#2490403).
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.27-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: get-epic.sh
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-epic/devel/get-epic.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- get-epic.sh	15 Nov 2008 19:24:28 -0000	1.5
+++ get-epic.sh	1 Mar 2009 21:43:34 -0000	1.6
@@ -1,7 +1,7 @@
 #!/bin/sh
 NAME="epic"
-VERSION=0.6.27
-TAG="testing_0_6_27"
+VERSION=0.6.31
+TAG="testing_0_6_31"
 
 echo "Exporting from CVS..."
 mkdir $NAME-$VERSION




More information about the fedora-extras-commits mailing list