[perl-Text-CSV_XS] 1.01 bump

Petr Šabata psabata at fedoraproject.org
Thu Jun 20 10:29:19 UTC 2013


commit 20323d90c8294ae15c5ae77ea5c45ae70cd3fd7e
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Jun 20 12:28:57 2013 +0200

    1.01 bump

 .gitignore            |    1 +
 perl-Text-CSV_XS.spec |    7 +++++--
 sources               |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 13d8479..e1f0250 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ Text-CSV_XS-0.72.tgz
 /Text-CSV_XS-0.98.tgz
 /Text-CSV_XS-0.99.tgz
 /Text-CSV_XS-1.00.tgz
+/Text-CSV_XS-1.01.tgz
diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec
index bb86d20..4c18880 100644
--- a/perl-Text-CSV_XS.spec
+++ b/perl-Text-CSV_XS.spec
@@ -1,5 +1,5 @@
 Name:           perl-Text-CSV_XS
-Version:        1.00
+Version:        1.01
 Release:        1%{?dist}
 Summary:        Comma-separated values manipulation routines
 Group:          Development/Libraries
@@ -57,7 +57,7 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
 chmod -R u+w %{buildroot}/*
 
 %check
-# TODO: Parallel testing supported since 0.73
+# Parallel testing supported since 0.73
 make test %{?_smp_mflags}
 
 %files
@@ -67,6 +67,9 @@ make test %{?_smp_mflags}
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Thu Jun 20 2013 Petr Šabata <contyk at redhat.com> - 1.01-1
+- 1.01 bump
+
 * Fri Jun 14 2013 Petr Šabata <contyk at redhat.com> - 1.00-1
 - 1.00 bugfix bump
 
diff --git a/sources b/sources
index 798ea22..168d592 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c75bb7623d1cf906703939ac0f99d0a  Text-CSV_XS-1.00.tgz
+c75429eebc96be8e8c4ba5aef387f3e5  Text-CSV_XS-1.01.tgz



More information about the perl-devel mailing list