diff --git a/.gitignore b/.gitignore index 5bc49fb..df34805 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ Text-CSV_XS-0.72.tgz /Text-CSV_XS-0.87.tgz /Text-CSV_XS-0.88.tgz /Text-CSV_XS-0.90.tgz +/Text-CSV_XS-0.91.tgz diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 92b6333..2bcb2aa 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,6 +1,6 @@ Name: perl-Text-CSV_XS -Version: 0.90 -Release: 3%{?dist} +Version: 0.91 +Release: 1%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries License: GPL+ or Artistic @@ -57,6 +57,9 @@ make test %{_mandir}/man3/*.3pm* %changelog +* Wed Aug 22 2012 Petr Ĺ abata - 0.91-1 +- 0.91 bump (mostly test-cases updates) + * Fri Jul 20 2012 Fedora Release Engineering - 0.90-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 900e053..5ad3a74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96c8f6471f56a4b28fad71195e35fc6d Text-CSV_XS-0.90.tgz +391fb562340969e76250bcc02bfa58fa Text-CSV_XS-0.91.tgz