rpms/eclipse-epic/F-10 .cvsignore, 1.7, 1.8 eclipse-epic.spec, 1.9, 1.10 get-epic.sh, 1.6, 1.7 sources, 1.7, 1.8

Mat Booth mbooth at fedoraproject.org
Thu Mar 26 22:38:28 UTC 2009


Author: mbooth

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

Modified Files:
	.cvsignore eclipse-epic.spec get-epic.sh sources 
Log Message:
* Tue Mar 24 2009 Mat Booth <fedora at matbooth.co.uk> 0.6.33-1
- Rebuilt to omit p2 metadata.
- Updated to version 0.6.33.
- Fixed Bug [ 2609775 ] CGI debugging: Could not connect to debug port!
- Fixed Bug [ 2617018 ] Breakpoints view sorting
- Fixed Bug [ 2703403 ] Show options remain disabled in Variables view
- Fixed Bug [ 2680597 ] doesn't respect global Eclipse text editor background color
- Fixed Bug [ 2694463 ] Templates don't work anymore in 0.6.32
- Fixed Bug [ 2617016 ] Editor fails highlight. double-click.
- Fixed Bug [ 2612813 ] Editor fails highlight. Binary operators.
- Implemented Feature Request [ 2692844 ] Preference for fold column background color




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-epic/F-10/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	1 Mar 2009 21:55:46 -0000	1.7
+++ .cvsignore	26 Mar 2009 22:37:58 -0000	1.8
@@ -1 +1 @@
-epic-0.6.31.tar.gz
+epic-0.6.33.tar.gz


Index: eclipse-epic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-epic/F-10/eclipse-epic.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- eclipse-epic.spec	17 Mar 2009 19:18:27 -0000	1.9
+++ eclipse-epic.spec	26 Mar 2009 22:37:58 -0000	1.10
@@ -2,8 +2,8 @@
 %define gcj_support      1
 
 Name:      eclipse-epic
-Version:   0.6.31
-Release:   2%{?dist}
+Version:   0.6.33
+Release:   1%{?dist}
 Summary:   Perl Eclipse plugin
 Group:     Development/Tools
 License:   CPL
@@ -152,35 +152,47 @@
 %endif
 
 %changelog
+* Tue Mar 24 2009 Mat Booth <fedora at matbooth.co.uk> 0.6.33-1
+- Rebuilt to omit p2 metadata.
+- Updated to version 0.6.33.
+- Fixed Bug [ 2609775 ] CGI debugging: Could not connect to debug port!
+- Fixed Bug [ 2617018 ] Breakpoints view sorting
+- Fixed Bug [ 2703403 ] Show options remain disabled in Variables view
+- Fixed Bug [ 2680597 ] doesn't respect global Eclipse text editor background color
+- Fixed Bug [ 2694463 ] Templates don't work anymore in 0.6.32
+- Fixed Bug [ 2617016 ] Editor fails highlight. double-click.
+- Fixed Bug [ 2612813 ] Editor fails highlight. Binary operators.
+- Implemented Feature Request [ 2692844 ] Preference for fold column background color
+
 * Mon Mar 16 2009 Mat Booth <fedora at matbooth.co.uk> 0.6.31-2
 - Add missing dependency Test::Simple for Module::Starter integration.
 - Enable Module::Starter and taint checking by default.
 
 * 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).
+- Fixed Bug [ 2431258 ] Perl internal variables not appearing
+- Fixed Bug [ 2241882 ] NPE in Perl Expression View
+- Fixed Bug [ 2513003 ] epic_breakpoints raises exception in Template::Toolkit
+- Fixed Bug [ 2501676 ] debugger crash
+- Fixed Bug [ 2433437 ] Content-type does not enable to run/debug perl scripts
+- Fixed Bug [ 2537700 ] Editor fails highlight. grep + regexp
+- Fixed Bug [ 2502366 ] Content assist and typed lexicals
+- Fixed Bug [ 2502358 ] Content assist and "use base"
+- Applied Patch [ 2490403 ] cygwin drive prefix processing
+- Implemented Feature Request [ 2431423 ] Show @_ in Variables view
 
 * Sat Nov 15 2008 Mat Booth <fedora at matbooth.co.uk> 0.6.27-1
+- Add Module::Starter dependency.
 - 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.
+- Fixed Bug [ 2188379 ] Global variables can not be displayed
+- Fixed Bug [ 2059660 ] shift left works different than in other eclipse editors
+- Implemented Feature Request [ 2204771 ] Enable variable substitution for Perl executable in prefs
+- Implemented Feature Request [ 2197630 ] Display package-scope ('our') variables in debugger
 
 * 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
-  integration.
+- Implemented Feature Request [ 2045172 ] Module::Starter integration
+- Implemented Feature Request [ 2045001 ] Persistent Variables view options
 
 * Wed Jul 30 2008 Andrew Overholt <overholt at redhat.com> 0.6.24-3
 - Update for building with Eclipse SDK 3.4.
@@ -190,10 +202,11 @@
 
 * Sun Jun 01 2008 Mat Booth <fedora at matbooth.co.uk> 0.6.24-1
 - Updated to version 0.6.24.
+- Fixed Bug [ 1972281 ] URIs with PATH_INFO not recognized in CGI debug
 
 * Mon May 05 2008 Mat Booth <fedora at matbooth.co.uk> 0.6.23-1
-- Updated to version 0.6.23.
 - Removed JDOM API patch that was moved upstream.
+- Updated to version 0.6.23.
 
 * Tue Apr 29 2008 Mat Booth <fedora at matbooth.co.uk> 0.6.22-4
 - Added missing dependency.


Index: get-epic.sh
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-epic/F-10/get-epic.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- get-epic.sh	1 Mar 2009 21:55:47 -0000	1.6
+++ get-epic.sh	26 Mar 2009 22:37:58 -0000	1.7
@@ -1,7 +1,7 @@
 #!/bin/sh
 NAME="epic"
-VERSION=0.6.31
-TAG="testing_0_6_31"
+VERSION=0.6.33
+TAG="testing_0_6_33"
 
 echo "Exporting from CVS..."
 mkdir $NAME-$VERSION


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-epic/F-10/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	1 Mar 2009 21:55:47 -0000	1.7
+++ sources	26 Mar 2009 22:37:58 -0000	1.8
@@ -1 +1 @@
-cc59d94e2b591fd6c14337dd7fb0d02b  epic-0.6.31.tar.gz
+4b0bc91498f0c9d62c5e6a658c593cf7  epic-0.6.33.tar.gz




More information about the fedora-extras-commits mailing list