From 3d3b59c45b74ef7bb62b28ab9fe12115b616e9e6 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 29 Aug 2016 10:16:53 +0100 Subject: [PATCH] Update to 1.25 - New upstream release 1.25 - Allow lc, uc, and coderef for csv() headers attribute - Document for eof when the last line has an error (CPAN RT#115954) - Allow csv() to call header() with all supported arguments - Add some docs for bind_columns --- perl-Text-CSV_XS.spec | 9 ++++++++- sources | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 49ff9bf..9eb2e44 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,5 +1,5 @@ Name: perl-Text-CSV_XS -Version: 1.24 +Version: 1.25 Release: 1%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries @@ -75,6 +75,13 @@ make %{?_smp_mflags} test %{_mandir}/man3/Text::CSV_XS.3* %changelog +* Mon Aug 29 2016 Paul Howarth - 1.25-1 +- Update to 1.25 + - Allow lc, uc, and coderef for csv() headers attribute + - Document for eof when the last line has an error (CPAN RT#115954) + - Allow csv() to call header() with all supported arguments + - Add some docs for bind_columns + * Sat Jul 9 2016 Paul Howarth - 1.24-1 - Update to 1.24 - Fix typo in docs example code (GH#4) diff --git a/sources b/sources index 94540d1..b58cabe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e990e7408c3df0a3d61c908faee0004d Text-CSV_XS-1.24.tgz +2b3fbdf630926d48f016900c84d27148 Text-CSV_XS-1.25.tgz