r54523 - in /branches/upstream/libspreadsheet-read-perl/current: Changes META.yml Makefile.PL README Read.pm examples/ss2tk examples/xls2csv examples/xlscat

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Mar 19 01:41:04 UTC 2010


Author: jawnsy-guest
Date: Fri Mar 19 01:40:57 2010
New Revision: 54523

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54523
Log:
[svn-upgrade] Integrating new upstream version, libspreadsheet-read-perl (0.39)

Modified:
    branches/upstream/libspreadsheet-read-perl/current/Changes
    branches/upstream/libspreadsheet-read-perl/current/META.yml
    branches/upstream/libspreadsheet-read-perl/current/Makefile.PL
    branches/upstream/libspreadsheet-read-perl/current/README
    branches/upstream/libspreadsheet-read-perl/current/Read.pm
    branches/upstream/libspreadsheet-read-perl/current/examples/ss2tk
    branches/upstream/libspreadsheet-read-perl/current/examples/xls2csv
    branches/upstream/libspreadsheet-read-perl/current/examples/xlscat

Modified: branches/upstream/libspreadsheet-read-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libspreadsheet-read-perl/current/Changes?rev=54523&op=diff
==============================================================================
--- branches/upstream/libspreadsheet-read-perl/current/Changes (original)
+++ branches/upstream/libspreadsheet-read-perl/current/Changes Fri Mar 19 01:40:57 2010
@@ -1,4 +1,10 @@
 Revision history for Spreadsheet::Read
+
+0.39	Tue 16 Mar 2010
+
+    - Doc fix (RT#54507, Patrick Cronin)
+    - Upped Copyright notices to 2010
+    - Drop YAML version to 1.0
 
 0.38	Tue 15 Dec 2009
 

Modified: branches/upstream/libspreadsheet-read-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libspreadsheet-read-perl/current/META.yml?rev=54523&op=diff
==============================================================================
--- branches/upstream/libspreadsheet-read-perl/current/META.yml (original)
+++ branches/upstream/libspreadsheet-read-perl/current/META.yml Fri Mar 19 01:40:57 2010
@@ -1,6 +1,6 @@
---- #YAML:1.1
+--- #YAML:1.0
 name:                   Read
-version:                0.38
+version:                0.39
 abstract:               Meta-Wrapper for reading spreadsheet data
 license:                perl
 author:                 
@@ -10,16 +10,12 @@
 provides:
   Spreadsheet::Read:
     file:               Read.pm
-    version:            0.38
+    version:            0.39
 requires:                       
   perl:                 5.006
   Exporter:             0
   Carp:                 0
   Data::Dumper:         0
-recommends:
-  perl:                 5.010001
-  File::Temp:           0.22
-  IO::Scalar:           0
 configure_requires:
   ExtUtils::MakeMaker:  0
 build_requires:
@@ -27,6 +23,11 @@
   Test::Harness:        0
   Test::More:           0.88
   Test::NoWarnings:     0
+recommends:
+  perl:                 5.010001
+  File::Temp:           0.22
+  IO::Scalar:           0
+  Test::More:           0.94
 resources:
   license:              http://dev.perl.org/licenses/
   repository:           http://repo.or.cz/w/Spreadsheet-Read.git
@@ -41,14 +42,14 @@
     recommends:
       Text::CSV:                           1.16
       Text::CSV_PP:                        1.24
-      Text::CSV_XS:                        0.70
+      Text::CSV_XS:                        0.72
   opt_excel:
     description:        Provides parsing of Microsoft Excel files
     requires:
       Spreadsheet::ParseExcel:             0.26
       Spreadsheet::ParseExcel::FmtDefault: 0
     recommends:
-      Spreadsheet::ParseExcel:             0.56
+      Spreadsheet::ParseExcel:             0.57
   opt_excelx:
     description:        Provides parsing of Microsoft Excel 2007 files
     requires:
@@ -57,7 +58,7 @@
   opt_oo:
     description:        Provides parsing of OpenOffice spreadsheets
     requires:
-      Spreadsheet::ReadSXC:                0.2
+      Spreadsheet::ReadSXC:                0.20
   opt_tools:
     description:        Spreadsheet tools
     recommends:

Modified: branches/upstream/libspreadsheet-read-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libspreadsheet-read-perl/current/Makefile.PL?rev=54523&op=diff
==============================================================================
--- branches/upstream/libspreadsheet-read-perl/current/Makefile.PL (original)
+++ branches/upstream/libspreadsheet-read-perl/current/Makefile.PL Fri Mar 19 01:40:57 2010
@@ -26,7 +26,7 @@
 	"Exporter"			=> 0.00,
 	"Carp"				=> 0.00,
 	"Data::Dumper"			=> 0.00,
-	"File::Temp"			=> 0.14,
+	"File::Temp"			=> 0.22,
 	"IO::Scalar"			=> 0.00,	# Optional
 
 	# Backend parsers, all optional

Modified: branches/upstream/libspreadsheet-read-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libspreadsheet-read-perl/current/README?rev=54523&op=diff
==============================================================================
--- branches/upstream/libspreadsheet-read-perl/current/README (original)
+++ branches/upstream/libspreadsheet-read-perl/current/README Fri Mar 19 01:40:57 2010
@@ -59,7 +59,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2005-2009 H.Merijn Brand
+Copyright (C) 2005-2010 H.Merijn Brand
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libspreadsheet-read-perl/current/Read.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libspreadsheet-read-perl/current/Read.pm?rev=54523&op=diff
==============================================================================
--- branches/upstream/libspreadsheet-read-perl/current/Read.pm (original)
+++ branches/upstream/libspreadsheet-read-perl/current/Read.pm Fri Mar 19 01:40:57 2010
@@ -23,7 +23,7 @@
 use strict;
 use warnings;
 
-our $VERSION = "0.38";
+our $VERSION = "0.39";
 sub  Version { $VERSION }
 
 use Carp;
@@ -904,8 +904,8 @@
 is made to analyse and store field attributes like this:
 
     { label  => "Sheet 1",
-      maxrow => 2,
-      maxcol => 4,
+      maxrow => 5,
+      maxcol => 2,
       cell   => [ undef,
 	[ undef, 1 ],
 	[ undef, undef, undef, undef, undef, "Nugget" ],
@@ -1045,7 +1045,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2005-2009 H.Merijn Brand
+Copyright (C) 2005-2010 H.Merijn Brand
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libspreadsheet-read-perl/current/examples/ss2tk
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libspreadsheet-read-perl/current/examples/ss2tk?rev=54523&op=diff
==============================================================================
--- branches/upstream/libspreadsheet-read-perl/current/examples/ss2tk (original)
+++ branches/upstream/libspreadsheet-read-perl/current/examples/ss2tk Fri Mar 19 01:40:57 2010
@@ -1,7 +1,7 @@
 #!/pro/bin/perl
 
 # ss2tk: show SpreadSheet file in Tk::TableMatrix::Spreadsheet (*)
-#	  (m)'07 [26-06-2007] Copyright H.M.Brand 2005-2009
+#	  (m)'07 [26-06-2007] Copyright H.M.Brand 2005-2010
 
 use strict;
 use warnings;

Modified: branches/upstream/libspreadsheet-read-perl/current/examples/xls2csv
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libspreadsheet-read-perl/current/examples/xls2csv?rev=54523&op=diff
==============================================================================
--- branches/upstream/libspreadsheet-read-perl/current/examples/xls2csv (original)
+++ branches/upstream/libspreadsheet-read-perl/current/examples/xls2csv Fri Mar 19 01:40:57 2010
@@ -1,7 +1,7 @@
 #!/pro/bin/perl
 
 # xls2csv: Convert Microsoft Excel spreadsheet to CSV
-#	   (m)'08 [10-03-2008] Copyright H.M.Brand 2008-2009
+#	   (m)'08 [10-03-2008] Copyright H.M.Brand 2008-2010
 
 use strict;
 use warnings;

Modified: branches/upstream/libspreadsheet-read-perl/current/examples/xlscat
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libspreadsheet-read-perl/current/examples/xlscat?rev=54523&op=diff
==============================================================================
--- branches/upstream/libspreadsheet-read-perl/current/examples/xlscat (original)
+++ branches/upstream/libspreadsheet-read-perl/current/examples/xlscat Fri Mar 19 01:40:57 2010
@@ -1,7 +1,7 @@
 #!/pro/bin/perl
 
 # xls2cat: show XLS/SXC file as Text
-#	  (m)'09 [13-05-2009] Copyright H.M.Brand 2005-2009
+#	  (m)'09 [13-05-2009] Copyright H.M.Brand 2005-2010
 
 use strict;
 use warnings;




More information about the Pkg-perl-cvs-commits mailing list