[perl-SQL-Statement] 1.405 enhancement bump

Petr Šabata psabata at fedoraproject.org
Thu Jun 20 09:34:00 UTC 2013


commit 05b79a841c0fe59d18fa40073a110f36e99af69d
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Jun 20 11:33:47 2013 +0200

    1.405 enhancement bump

 .gitignore              |    1 +
 perl-SQL-Statement.spec |   12 +++++++++++-
 sources                 |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5dfc21c..a53a4f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ SQL-Statement-1.27.tar.gz
 /SQL-Statement-1.401.tar.gz
 /SQL-Statement-1.402.tar.gz
 /SQL-Statement-1.404.tar.gz
+/SQL-Statement-1.405.tar.gz
diff --git a/perl-SQL-Statement.spec b/perl-SQL-Statement.spec
index e2316b3..5737da3 100644
--- a/perl-SQL-Statement.spec
+++ b/perl-SQL-Statement.spec
@@ -1,5 +1,5 @@
 Name:           perl-SQL-Statement
-Version:        1.404
+Version:        1.405
 Release:        1%{?dist}
 Summary:        SQL parsing and processing engine
 Group:          Development/Libraries
@@ -7,7 +7,10 @@ License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/SQL-Statement/
 Source0:        http://www.cpan.org/authors/id/R/RE/REHSACK/SQL-Statement-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
@@ -16,6 +19,7 @@ BuildRequires:  perl(constant)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(DBI) >= 1.612
 BuildRequires:  perl(Encode)
+BuildRequires:  perl(Errno)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Math::BigFloat)
@@ -23,10 +27,13 @@ BuildRequires:  perl(Math::BigInt)
 BuildRequires:  perl(Math::Trig)
 BuildRequires:  perl(Params::Util) >= 1.00
 BuildRequires:  perl(Scalar::Util) >= 1.0
+BuildRequires:  perl(sort)
 BuildRequires:  perl(Text::Soundex)
 BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(vars)
 # Tests:
 BuildRequires:  perl(Cwd)
+BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(lib)
@@ -82,6 +89,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Thu Jun 20 2013 Petr Šabata <contyk at redhat.com> - 1.405-1
+- 1.405 enhancement bump
+
 * Fri May 24 2013 Petr Šabata <contyk at redhat.com> - 1.404-1
 - 1.404 bump, Soundex is now optional
 
diff --git a/sources b/sources
index 7533fa9..8cd8648 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-16a53b7cd37e8b8ed5ef4cb64999d55e  SQL-Statement-1.404.tar.gz
+22231c2e28996b5bfea9925d49c11de1  SQL-Statement-1.405.tar.gz


More information about the scm-commits mailing list