[perl-Excel-Writer-XLSX] Update to 0.81

David Dick ddick at fedoraproject.org
Sat Nov 8 05:08:12 UTC 2014


commit 0524a956f18a8b8ca527bfde059b754def4be20d
Author: David Dick <ddick at cpan.org>
Date:   Sat Nov 8 16:08:00 2014 +1100

    Update to 0.81

 .gitignore                  |    1 +
 perl-Excel-Writer-XLSX.spec |    7 ++++++-
 sources                     |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7ff4b33..b6dc9d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Excel-Writer-XLSX-0.77.tar.gz
 /Excel-Writer-XLSX-0.78.tar.gz
 /Excel-Writer-XLSX-0.79.tar.gz
+/Excel-Writer-XLSX-0.81.tar.gz
diff --git a/perl-Excel-Writer-XLSX.spec b/perl-Excel-Writer-XLSX.spec
index 9fe18f0..be6b5fb 100644
--- a/perl-Excel-Writer-XLSX.spec
+++ b/perl-Excel-Writer-XLSX.spec
@@ -1,5 +1,5 @@
 Name:           perl-Excel-Writer-XLSX
-Version:        0.79
+Version:        0.81
 Release:        1%{?dist}
 Summary:        Create a new file in the Excel 2007+ XLSX format
 License:        GPL+ or Artistic
@@ -41,6 +41,8 @@ The Excel::Writer::XLSX module can be used to create an Excel file in the
 
 %prep
 %setup -q -n Excel-Writer-XLSX-%{version}
+iconv --from=ISO-8859-1 --to=UTF-8 README > README.new
+touch -r README.new README
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -64,6 +66,9 @@ make test
 %{_bindir}/*
 
 %changelog
+* Sat Nov 08 2014 David Dick <ddick at cpan.org> - 0.81-1
+- Update to 0.81
+
 * Sat Oct 18 2014 David Dick <ddick at cpan.org> - 0.79-1
 - Update to 0.79
 
diff --git a/sources b/sources
index 5ada49b..8e33b80 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae4cbda9f684ef162f841890011328d7  Excel-Writer-XLSX-0.79.tar.gz
+46246692b03d5e82e40125b8f32ff554  Excel-Writer-XLSX-0.81.tar.gz



More information about the perl-devel mailing list