diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 2f3ded3..39db84a 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,5 +1,5 @@ Name: perl-Text-CSV_XS -Version: 1.20 +Version: 1.21 Release: 1%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries @@ -74,6 +74,14 @@ make %{?_smp_mflags} test %{_mandir}/man3/Text::CSV_XS.3* %changelog +* Wed Jan 6 2016 Paul Howarth - 1.21-1 +- Update to 1.21 + - Clarify documentation (CPAN RT#110941) + - Alias %%_ to row in hashref mode for csv function attributes on_in and + before_out + - Examples now use defined-or and thus require perl-5.10 or up + - Fix \r\n ending with allow_loose_escapes + * Fri Oct 9 2015 Paul Howarth - 1.20-1 - Update to 1.20 - Use "say" in synopsis diff --git a/sources b/sources index 58e9775..1a9ad28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c593604ccbf486a08353ffc9336e490e Text-CSV_XS-1.20.tgz +892e0b43def9f1c05ddfd63038b20382 Text-CSV_XS-1.21.tgz