diff --git a/.gitignore b/.gitignore index df34805..dfcf0f4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ Text-CSV_XS-0.72.tgz /Text-CSV_XS-0.88.tgz /Text-CSV_XS-0.90.tgz /Text-CSV_XS-0.91.tgz +/Text-CSV_XS-0.92.tgz diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index d3bc9cf..82366be 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,6 +1,6 @@ Name: perl-Text-CSV_XS -Version: 0.91 -Release: 2%{?dist} +Version: 0.92 +Release: 1%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries License: GPL+ or Artistic @@ -60,6 +60,9 @@ make test %{_mandir}/man3/*.3pm* %changelog +* Wed Nov 14 2012 Petr Pisar - 0.92-1 +- 0.92 bump + * Mon Nov 05 2012 Petr Pisar - 0.91-2 - Correct dependencies diff --git a/sources b/sources index 5ad3a74..b6ef0b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -391fb562340969e76250bcc02bfa58fa Text-CSV_XS-0.91.tgz +a2d7dbdbd6605018d8e0082817bfa858 Text-CSV_XS-0.92.tgz