From ddaf9bdc378c792431aea0f3d9aaa43893d02d0e Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Sat, 9 Jul 2016 16:39:57 +0100
Subject: Update to 1.24

- New upstream release 1.24
  - Fix typo in docs example code (GH#4)
  - Set auto-wrap on for csv2xls with embedded newlines
  - Add examples/csv2xlsx, the MSExcel-2007+ version of csv2xls; includes new
    feature to merge multiple CSV's into a single xlsx
  - Slight modification in examples
  - Fix parse error in complex option combo (CPAN RT#115953)
---
 perl-Text-CSV_XS.spec | 14 ++++++++++++--
 sources               |  2 +-
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec
index 632a2b5..49ff9bf 100644
--- a/perl-Text-CSV_XS.spec
+++ b/perl-Text-CSV_XS.spec
@@ -1,6 +1,6 @@
 Name:           perl-Text-CSV_XS
-Version:        1.23
-Release:        2%{?dist}
+Version:        1.24
+Release:        1%{?dist}
 Summary:        Comma-separated values manipulation routines
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -75,6 +75,16 @@ make %{?_smp_mflags} test
 %{_mandir}/man3/Text::CSV_XS.3*
 
 %changelog
+* Sat Jul  9 2016 Paul Howarth <p...@city-fan.org> - 1.24-1
+- Update to 1.24
+  - Fix typo in docs example code (GH#4)
+  - Set auto-wrap on for csv2xls with embedded newlines
+  - Add examples/csv2xlsx, the MSExcel-2007+ version of csv2xls; includes new
+    feature to merge multiple CSV's into a single xlsx
+  - Slight modification in examples
+  - Fix parse error in complex option combo (CPAN RT#115953)
+- BR: perl-generators
+
 * Sun May 15 2016 Jitka Plesnikova <jples...@redhat.com> - 1.23-2
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index c751bf0..94540d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5afc6e717b372024837b06b0e51ba31  Text-CSV_XS-1.23.tgz
+e990e7408c3df0a3d61c908faee0004d  Text-CSV_XS-1.24.tgz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Text-CSV_XS.git/commit/?h=master&id=ddaf9bdc378c792431aea0f3d9aaa43893d02d0e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to