[perl-Spreadsheet-ParseExcel: 9/9] Update to 0.58

Paul Howarth pghmcfc at fedoraproject.org
Mon Aug 22 19:41:07 UTC 2011


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

    Update to 0.58
    
    - New upstream release 0.58
      - Fix for text cells formatted with a leading apostrophe (CPAN RT#61299)
      - Documentation fixes (CPAN RT#61320)
      - Fix for currency locales in format strings (CPAN RT#60547)
      - Fix for incomplete SETUP records

 perl-Spreadsheet-ParseExcel.spec |   11 +++++++++--
 sources                          |    2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/perl-Spreadsheet-ParseExcel.spec b/perl-Spreadsheet-ParseExcel.spec
index 431cfa7..23dfed0 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.57
+%define module_version 0.58
 
 Name:           perl-Spreadsheet-ParseExcel
-Version:        0.5700
+Version:        0.5800
 Release:        1%{?dist}
 Summary:        Extract information from an Excel file
 License:        GPL+ or Artistic
@@ -83,6 +83,13 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Spreadsheet::ParseExcel::Worksheet.3pm*
 
 %changelog
+* Mon Aug 22 2011 Paul Howarth <paul at city-fan.org> - 0.5800-1
+- Update to 0.58
+  - Fix for text cells formatted with a leading apostrophe (CPAN RT#61299)
+  - Documentation fixes (CPAN RT#61320)
+  - Fix for currency locales in format strings (CPAN RT#60547)
+  - Fix for incomplete SETUP records
+
 * Mon Aug 22 2011 Paul Howarth <paul at city-fan.org> - 0.5700-1
 - Update to 0.57
   - Added fix for reading formatted data from Excel 4 files
diff --git a/sources b/sources
index 937f510..7567236 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d4eba5066a77e9f4736fe18a8dee3495  Spreadsheet-ParseExcel-0.57.tar.gz
+3674860c4a33f267c08c85038d96f366  Spreadsheet-ParseExcel-0.58.tar.gz



More information about the perl-devel mailing list