[perl-Text-CSV_XS] 1.04 bump

Petr Šabata psabata at fedoraproject.org
Tue Feb 25 11:58:26 UTC 2014


commit 0ba9a24f3caef41aadc0bec3f94b3adaf5148cf1
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Feb 25 12:59:14 2014 +0100

    1.04 bump

 .gitignore            |    1 +
 perl-Text-CSV_XS.spec |    6 +++++-
 sources               |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25e4071..933bb00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ Text-CSV_XS-0.72.tgz
 /Text-CSV_XS-1.01.tgz
 /Text-CSV_XS-1.02.tgz
 /Text-CSV_XS-1.03.tgz
+/Text-CSV_XS-1.04.tgz
diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec
index 67d6848..2f3a73d 100644
--- a/perl-Text-CSV_XS.spec
+++ b/perl-Text-CSV_XS.spec
@@ -1,5 +1,5 @@
 Name:           perl-Text-CSV_XS
-Version:        1.03
+Version:        1.04
 Release:        1%{?dist}
 Summary:        Comma-separated values manipulation routines
 Group:          Development/Libraries
@@ -12,6 +12,7 @@ BuildRequires:  perl(strict)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(IO::Handle)
 # Tests:
 BuildRequires:  perl(base)
@@ -67,6 +68,9 @@ make test %{?_smp_mflags}
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Tue Feb 25 2014 Petr Šabata <contyk at redhat.com> - 1.04-1
+- 1.04 bump
+
 * Tue Jan 28 2014 Petr Šabata <contyk at redhat.com> - 1.03-1
 - 1.03 bump
 
diff --git a/sources b/sources
index 2a5b7ac..3b97934 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-daadc6af7da8155d8d4c99366c79db1a  Text-CSV_XS-1.03.tgz
+f70d7860374155b8e6693e0858758937  Text-CSV_XS-1.04.tgz


More information about the scm-commits mailing list