commit 2baf26f244e5eda514873680b3baace99c15ead1
Author: Paul Howarth <[email protected]>
Date: Tue Aug 23 09:33:39 2011 +0100
Update to 0.59 (#731907)
- New upstream release 0.59
- 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
perl-Spreadsheet-ParseExcel.spec | 15 +++++++++++----
sources | 2 +-
2 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/perl-Spreadsheet-ParseExcel.spec b/perl-Spreadsheet-ParseExcel.spec
index 23dfed0..5bc115d 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.58
+%define module_version 0.59
Name: perl-Spreadsheet-ParseExcel
-Version: 0.5800
+Version: 0.5900
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 <[email protected]> - 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 <[email protected]> - 0.5800-1
- Update to 0.58
- Fix for text cells formatted with a leading apostrophe (CPAN RT#61299)
diff --git a/sources b/sources
index 7567236..4ef6208 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3674860c4a33f267c08c85038d96f366 Spreadsheet-ParseExcel-0.58.tar.gz
+7ed6487d09135a9ee6ae9c290dad3a5e Spreadsheet-ParseExcel-0.59.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel