[perl-DBD-CSV] 0.34 bump

Petr Šabata psabata at fedoraproject.org
Tue May 15 11:07:13 UTC 2012


commit 7960cb9f18ccbe28f43bd588c570a1fb0671911b
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue May 15 13:06:41 2012 +0200

    0.34 bump

 .gitignore        |    1 +
 perl-DBD-CSV.spec |   12 ++++++++----
 sources           |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a698b81..d5641bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 DBD-CSV-0.30.tgz
 /DBD-CSV-0.31.tgz
 /DBD-CSV-0.33.tgz
+/DBD-CSV-0.34.tgz
diff --git a/perl-DBD-CSV.spec b/perl-DBD-CSV.spec
index d9c5e3b..9a3ddbc 100644
--- a/perl-DBD-CSV.spec
+++ b/perl-DBD-CSV.spec
@@ -1,6 +1,6 @@
 Name:           perl-DBD-CSV
-Version:        0.33
-Release:        2%{?dist}
+Version:        0.34
+Release:        1%{?dist}
 Summary:        DBI driver for CSV files
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -15,7 +15,7 @@ BuildRequires:  perl(Text::CSV_XS) >= 0.71
 BuildRequires:  perl(Test::Harness)
 # BuildRequires >= 0.90, but 0.98 is recommended
 BuildRequires:  perl(Test::More) >= 0.98
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+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
@@ -43,7 +43,7 @@ MS Excel data.
 chmod -c a-x ChangeLog README lib/DBD/*.pm lib/Bundle/DBD/*.pm
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -62,6 +62,10 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Tue May 15 2012 Petr Šabata <contyk at redhat.com> - 0.34-1
+- 0.34 bump (no code changes)
+- Drop commands macros
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.33-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index b592a63..e70aaea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b43201bf1aa043e12bebecdec17a17e  DBD-CSV-0.33.tgz
+03109a9f2cf52da45aa5d7635d8d2dea  DBD-CSV-0.34.tgz



More information about the perl-devel mailing list