diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index dbc8d67..a1d87c4 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,5 +1,5 @@ Name: perl-Text-CSV_XS -Version: 1.22 +Version: 1.23 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 +* Sat Mar 26 2016 Paul Howarth - 1.23-1 +- Update to 1.23 + - Skip unsupported encodings + - Reorganize Unicode section and mention layers + - Amend some UTF-8 tests for PERL_UNICODE settings + - Fix crash on error in parsing with bound columns (CPAN RT#113279) + - Add predefined filters (not_blank, not_empty, filled) + * Wed Feb 24 2016 Paul Howarth - 1.22-1 - Update to 1.22 - Small doc updates regarding blank_is_undef diff --git a/sources b/sources index a554c69..c751bf0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -05b8fd5fc9f9bc90f3889a146a1da523 Text-CSV_XS-1.22.tgz +d5afc6e717b372024837b06b0e51ba31 Text-CSV_XS-1.23.tgz