diff --git a/.gitignore b/.gitignore index 07f4b30..0dc9acf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ Text-CSV_XS-0.72.tgz /Text-CSV_XS-0.80.tgz /Text-CSV_XS-0.81.tgz /Text-CSV_XS-0.82.tgz +/Text-CSV_XS-0.83a.tgz diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 49940bf..749e045 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,6 +1,6 @@ Name: perl-Text-CSV_XS -Version: 0.82 -Release: 2%{?dist} +Version: 0.83a +Release: 1%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries License: GPL+ or Artistic @@ -25,7 +25,8 @@ fields into a CSV string and parse a CSV string into fields. %prep -%setup -q -n Text-CSV_XS-%{version} +# 0.83a is a special case; change back to %{version} for next release +%setup -q -n Text-CSV_XS-0.83 iconv -f latin1 -t utf8 ChangeLog > ChangeLog.utf8 && mv ChangeLog.utf8 ChangeLog chmod -c a-x examples/* # Upstream does this on purpose (2011-03-23): @@ -62,6 +63,9 @@ make test %changelog +* Mon Aug 08 2011 Petr Sabata - 0.83a-1 +- 0.83a bump + * Mon Jun 20 2011 Marcela Mašláňová - 0.82-2 - Perl mass rebuild diff --git a/sources b/sources index bcfd9de..8fcba5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ce77bc39399b0fa7f2cf327810e418e4 Text-CSV_XS-0.82.tgz +f9e6db6e4221d67658a26484d9214ecc Text-CSV_XS-0.83a.tgz