diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 93f9578..09f646d 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,5 +1,5 @@ Name: perl-Text-CSV_XS -Version: 1.17 +Version: 1.18 Release: 1%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries @@ -69,6 +69,13 @@ make %{?_smp_mflags} test %{_mandir}/man3/Text::CSV_XS.3* %changelog +* Sun May 24 2015 Paul Howarth - 1.18-1 +- Update to 1.18 + - Add quote_empty attribute + - Add database NULL documentation + - Inherit csv attributes in csv() when called in void context + - Micro-optimisation for combine/print (empty fields will be faster) + * Sun Apr 26 2015 Paul Howarth - 1.17-1 - Update to 1.17 - Enable overruling $csv in csv() diff --git a/sources b/sources index a53e4b7..b2f7a7b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f081fcb78f44795f3fdbf1ecb635d821 Text-CSV_XS-1.17.tgz +510791081d14d6ad4b53511d5d0aed60 Text-CSV_XS-1.18.tgz