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
epel9
Paul Howarth 14 years ago
parent 1cc3795ad4
commit 93a65cb4a0

@ -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@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
- Update to 0.57
- Added fix for reading formatted data from Excel 4 files

@ -1 +1 @@
d4eba5066a77e9f4736fe18a8dee3495 Spreadsheet-ParseExcel-0.57.tar.gz
3674860c4a33f267c08c85038d96f366 Spreadsheet-ParseExcel-0.58.tar.gz

Loading…
Cancel
Save