From 0ba9a24f3caef41aadc0bec3f94b3adaf5148cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 25 Feb 2014 12:59:14 +0100 Subject: [PATCH] 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 - 1.04-1 +- 1.04 bump + * Tue Jan 28 2014 Petr Šabata - 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