@ -2,10 +2,10 @@
%define debug_package %{nil}
%define debug_package %{nil}
# Avoid Epoch inflation
# Avoid Epoch inflation
%define module_version 0.57
%define module_version 0.58
Name: perl-Spreadsheet-ParseExcel
Name: perl-Spreadsheet-ParseExcel
Version: 0.57 00
Version: 0.58 00
Release: 1%{?dist}
Release: 1%{?dist}
Summary: Extract information from an Excel file
Summary: Extract information from an Excel file
License: GPL+ or Artistic
License: GPL+ or Artistic
@ -83,6 +83,13 @@ rm -rf %{buildroot}
%{_mandir}/man3/Spreadsheet::ParseExcel::Worksheet.3pm*
%{_mandir}/man3/Spreadsheet::ParseExcel::Worksheet.3pm*
%changelog
%changelog
* Mon Aug 22 2011 Paul Howarth <paul@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@city-fan.org> - 0.5700-1
* Mon Aug 22 2011 Paul Howarth <paul@city-fan.org> - 0.5700-1
- Update to 0.57
- Update to 0.57
- Added fix for reading formatted data from Excel 4 files
- Added fix for reading formatted data from Excel 4 files