diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 9eb2e44..0c2114c 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,5 +1,5 @@ Name: perl-Text-CSV_XS -Version: 1.25 +Version: 1.26 Release: 1%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries @@ -75,6 +75,12 @@ make %{?_smp_mflags} test %{_mandir}/man3/Text::CSV_XS.3* %changelog +* Wed Nov 30 2016 Paul Howarth - 1.26-1 +- Update to 1.26 + - Disable some Unicode-related tests for unhealthy $PERL_UNICODE + (CPAN RT#117856) + - is_missing(0) on empty line returns 1 for keep_meta_info=true (GH#27) + * Mon Aug 29 2016 Paul Howarth - 1.25-1 - Update to 1.25 - Allow lc, uc, and coderef for csv() headers attribute diff --git a/sources b/sources index b58cabe..7f116af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b3fbdf630926d48f016900c84d27148 Text-CSV_XS-1.25.tgz +833ef0394d21a9086004eb15a006d4bc Text-CSV_XS-1.26.tgz