[perl-Spreadsheet-ParseExcel: 7/9] Update to 0.56

Paul Howarth pghmcfc at fedoraproject.org
Mon Aug 22 19:40:57 UTC 2011


commit e14d9e88a8014c04406601cffff4022a3f9726f5
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Aug 22 14:11:25 2011 +0100

    Update to 0.56
    
    - New upstream release 0.56
      - Added error() and error_code() error handling routines, which allows
        encrypted files to be ignored; added t/10_error_codes.t for these methods
        (CPAN RT#47978, CPAN RT#51033)
      - Made version 0.19 of OLE::Storage_Lite a prerequisite to avoid issues when
        writing OLE header in SaveParser
      - Changed Parse() method name to parse() for consistency with the rest of the
        API; the older method name is still supported but not documented
    - Bump version requirement for perl(OLE::Storage_Lite) to 0.19
    - No longer need to fix line-endings of Changes file

 perl-Spreadsheet-ParseExcel.spec |   20 ++++++++++++++++----
 sources                          |    2 +-
 2 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/perl-Spreadsheet-ParseExcel.spec b/perl-Spreadsheet-ParseExcel.spec
index 2f73ed8..37b2b49 100644
--- a/perl-Spreadsheet-ParseExcel.spec
+++ b/perl-Spreadsheet-ParseExcel.spec
@@ -2,10 +2,10 @@
 %define debug_package %{nil}
 
 # Avoid Epoch inflation
-%define module_version 0.55
+%define module_version 0.56
 
 Name:           perl-Spreadsheet-ParseExcel
-Version:        0.5500
+Version:        0.5600
 Release:        1%{?dist}
 Summary:        Extract information from an Excel file
 License:        GPL+ or Artistic
@@ -16,7 +16,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(Jcode)
-BuildRequires:  perl(OLE::Storage_Lite) >= 0.08
+BuildRequires:  perl(OLE::Storage_Lite) >= 0.19
 BuildRequires:  perl(Proc::ProcessTable)
 BuildRequires:  perl(Spreadsheet::WriteExcel)
 BuildRequires:  perl(Test::CPAN::Meta)
@@ -37,7 +37,7 @@ Excel 95-2003 file.
 
 # Fix line-endings of sample files; note that some of them are explicitly
 # not UTF-8 encoded and thus rpmlint complaints about them are to be expected
-for file in Changes README sample/* ; do
+for file in README sample/* ; do
     [ -f "$file" ] && %{__perl} -pi -e 's/\r\n/\n/' "$file"
 done
 
@@ -84,6 +84,18 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Spreadsheet::ParseExcel::Worksheet.3pm*
 
 %changelog
+* Mon Aug 22 2011 Paul Howarth <paul at city-fan.org> - 0.5600-1
+- Update to 0.56
+  - Added error() and error_code() error handling routines, which allows
+    encrypted files to be ignored; added t/10_error_codes.t for these methods
+    (CPAN RT#47978, CPAN RT#51033)
+  - Made version 0.19 of OLE::Storage_Lite a prerequisite to avoid issues when
+    writing OLE header in SaveParser
+  - Changed Parse() method name to parse() for consistency with the rest of the
+    API; the older method name is still supported but not documented
+- Bump version requirement for perl(OLE::Storage_Lite) to 0.19
+- No longer need to fix line-endings of Changes file
+
 * Mon Aug 22 2011 Paul Howarth <paul at city-fan.org> - 0.5500-1
 - Update to 0.55
   - Refactored Worksheet interface and documentation, adding 04_regression.t
diff --git a/sources b/sources
index 591d0d3..f4664ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c88512797bfa7f4065992e5c6369956  Spreadsheet-ParseExcel-0.55.tar.gz
+d091ce611fa65fb6d9a77a2a9b4110c5  Spreadsheet-ParseExcel-0.56.tar.gz


More information about the scm-commits mailing list