[perl-Text-CSV_XS] 0.83a bump

Petr Sabata psabata at fedoraproject.org
Mon Aug 8 10:50:40 UTC 2011


commit 4d14dd664cfc3de74cc3d48c75ecccc38d363c01
Author: Petr Sabata <contyk at redhat.com>
Date:   Mon Aug 8 12:49:58 2011 +0200

    0.83a bump

 .gitignore            |    1 +
 perl-Text-CSV_XS.spec |   10 +++++++---
 sources               |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
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 <contyk at redhat.com> - 0.83a-1
+- 0.83a bump
+
 * Mon Jun 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 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



More information about the perl-devel mailing list