@ -2,10 +2,10 @@
%define debug_package %{nil}
# Avoid Epoch inflation
%define module_version 0.58
%define module_version 0.59
Name: perl-Spreadsheet-ParseExcel
Version: 0.58 00
Version: 0.59 00
Release: 1%{?dist}
Summary: Extract information from an Excel file
License: GPL+ or Artistic
@ -13,6 +13,8 @@ Group: Development/Libraries
URL: http://search.cpan.org/dist/Spreadsheet-ParseExcel/
Source0: http://www.cpan.org/authors/id/J/JM/JMCNAMARA/Spreadsheet-ParseExcel-%{module_version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(Crypt::RC4)
BuildRequires: perl(Digest::Perl::MD5)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(Jcode)
@ -20,9 +22,7 @@ BuildRequires: perl(OLE::Storage_Lite) >= 0.19
BuildRequires: perl(Proc::ProcessTable)
BuildRequires: perl(Spreadsheet::WriteExcel)
BuildRequires: perl(Test::CPAN::Meta)
%if 0%{?fedora} || 0%{?rhel} > 5
BuildRequires: perl(Test::MinimumVersion)
%endif
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Unicode::Map)
@ -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.5900-1
- Update to 0.59 (#731907)
- Patch for decryption of default encrypted workbooks from Alexey Mazurin
- Fix for invalid formatting of text cells that are numeric (CPAN RT#62073)
- BR: perl(Crypt::RC4) and perl(Digest::Perl::MD5)
- Drop conditionals for EPEL-5 support since Crypt::RC4 isn't available there
* 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)