From b17df3396237870b43517875224b0932a099614f Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sun, 26 Apr 2015 11:23:18 +0100 Subject: [PATCH] Update to 1.17 - New upstream release 1.17 - Enable overruling $csv in csv() - Allow encoding to be shortened to enc in csv() - Allow filter to alter content - Add say (print with default eol => $\) - Allow MS sep=; on first line (CPAN RT#100304) --- perl-Text-CSV_XS.spec | 10 +++++++++- sources | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 62e138a..93f9578 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,5 +1,5 @@ Name: perl-Text-CSV_XS -Version: 1.16 +Version: 1.17 Release: 1%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries @@ -69,6 +69,14 @@ make %{?_smp_mflags} test %{_mandir}/man3/Text::CSV_XS.3* %changelog +* Sun Apr 26 2015 Paul Howarth - 1.17-1 +- Update to 1.17 + - Enable overruling $csv in csv() + - Allow encoding to be shortened to enc in csv() + - Allow filter to alter content + - Add say (print with default eol => $\) + - Allow MS sep=; on first line (CPAN RT#100304) + * Mon Mar 2 2015 Paul Howarth - 1.16-1 - Update to 1.16: - filter made more useful (access to other fields) diff --git a/sources b/sources index eba68ce..a53e4b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62fadae9a88cc9fc921280a5bf1ff161 Text-CSV_XS-1.16.tgz +f081fcb78f44795f3fdbf1ecb635d821 Text-CSV_XS-1.17.tgz