diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 71e0293..150ec5f 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,5 +1,5 @@ Name: perl-Text-CSV_XS -Version: 1.13 +Version: 1.14 Release: 1%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries @@ -21,7 +21,7 @@ BuildRequires: perl(warnings) BuildRequires: perl(base) BuildRequires: perl(charnames) BuildRequires: perl(Config) -# Specific version ≥ 2.51 for Encode is recommended but not required +# Specific version ≥ 2.68 for Encode is recommended but not required BuildRequires: perl(Encode) BuildRequires: perl(Test::More) BuildRequires: perl(Tie::Scalar) @@ -69,6 +69,12 @@ make test %{?_smp_mflags} %{_mandir}/man3/Text::CSV_XS.3* %changelog +* Mon Feb 2 2015 Paul Howarth - 1.14-1 +- Update to 1.14: + - Move to github + - Add csv (filter => {}); + - Change csv ()'s void context behavior + * Mon Jan 5 2015 Paul Howarth - 1.13-1 - Update to 1.13: - Simplify code path for old perl diff --git a/sources b/sources index 36cf1a0..d9f0c8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c1e560fa74af21c7eb6b07c5a6d9b3d6 Text-CSV_XS-1.13.tgz +d4a198b0c0252392d378db7b323695d7 Text-CSV_XS-1.14.tgz