[perl-DBD-CSV] 0.36 bump

Petr Šabata psabata at fedoraproject.org
Mon Aug 27 14:08:42 UTC 2012


commit 5c5e62ce9392334b8b99bf4845ae4755763681e2
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Aug 27 16:02:04 2012 +0200

    0.36 bump

 .gitignore        |    1 +
 perl-DBD-CSV.spec |   14 +++++++++-----
 sources           |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b434b70..d8f6068 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ DBD-CSV-0.30.tgz
 /DBD-CSV-0.33.tgz
 /DBD-CSV-0.34.tgz
 /DBD-CSV-0.35.tgz
+/DBD-CSV-0.36.tgz
diff --git a/perl-DBD-CSV.spec b/perl-DBD-CSV.spec
index c7ed7bc..5fd46e3 100644
--- a/perl-DBD-CSV.spec
+++ b/perl-DBD-CSV.spec
@@ -1,25 +1,26 @@
 Name:           perl-DBD-CSV
-Version:        0.35
-Release:        3%{?dist}
+Version:        0.36
+Release:        1%{?dist}
 Summary:        DBI driver for CSV files
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/DBD-CSV/
 Source0:        http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/DBD-CSV-%{version}.tgz
 BuildArch:      noarch
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(DBD::File) >= 0.40
 BuildRequires:  perl(DBI) >= 1.614
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(IO::File)
 BuildRequires:  perl(SQL::Statement) >= 1.33
-BuildRequires:  perl(Text::CSV_XS) >= 0.71
+BuildRequires:  perl(Text::CSV_XS) >= 0.91
 BuildRequires:  perl(Test::Harness)
 BuildRequires:  perl(Test::More) >= 0.98
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(DBD::File) >= 0.40
 Requires:       perl(DBI) >= 1.614
 Requires:       perl(SQL::Statement) >= 1.31
-# Requires >= 0.71, but 0.83 is recommended
-Requires:       perl(Text::CSV_XS) >= 0.71
+Requires:       perl(Text::CSV_XS) >= 0.91
 
 # RPM 4.8 style
 %filter_from_requires /^perl(DBD::File)$/d
@@ -61,6 +62,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Mon Aug 27 2012 Petr Šabata <contyk at redhat.com> - 0.36-1
+- 0.36 bump, debugging enhancements
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.35-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 7a8d82f..4846943 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90e1635b1b2e4605f5dc6939c41e3087  DBD-CSV-0.35.tgz
+4febcb1a028e0221a44f5f8c3c591f2f  DBD-CSV-0.36.tgz



More information about the perl-devel mailing list