[perl-SQL-Statement] 1.31 bump

Petr Pisar ppisar at fedoraproject.org
Wed Sep 8 10:58:33 UTC 2010


commit ed015b4f6afabe7aa72d34b7a0c4fa0d513e38f5
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Sep 8 12:58:20 2010 +0200

    1.31 bump

 .gitignore              |    1 +
 perl-SQL-Statement.spec |   11 ++++++++---
 sources                 |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 84f1314..881ce93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 SQL-Statement-1.27.tar.gz
+/SQL-Statement-1.31.tar.gz
diff --git a/perl-SQL-Statement.spec b/perl-SQL-Statement.spec
index 7902dda..32f2da1 100644
--- a/perl-SQL-Statement.spec
+++ b/perl-SQL-Statement.spec
@@ -1,5 +1,5 @@
 Name:           perl-SQL-Statement
-Version:        1.27
+Version:        1.31
 Release:        1%{?dist}
 Summary:        SQL parsing and processing engine
 
@@ -11,13 +11,15 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(DBI) >= 1.612
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::Simple) >= 0.86
+BuildRequires:  perl(Test::Simple) >= 0.90
 BuildRequires:  perl(Clone) >= 0.30
 BuildRequires:  perl(Params::Util) >= 1.00
 # for tests only:
 BuildRequires:  perl(DBD::CSV)
-BuildRequires:  perl(DBD::File) >= 0.37
+BuildRequires:  perl(DBD::File) >= 0.39
+BuildRequires:  perl(DBI::DBD::SqlEngine) >= 0.01
 BuildRequires:  perl(DBD::XBase)
 
 %description
@@ -64,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Sep 07 2010 Petr Pisar <ppisar at redhat.com> - 1.31-1
+- 1.31 bump (incompatible with perl(DBI) <= 1.611) (bug #631306)
+
 * Tue Jun  8 2010 Petr Pisar <ppisar at redhat.com> - 1.27-1
 - 1.27 bump (do not backport, 1.22 lower-cases unqouted identifiers)
 - Make tests fatal again
diff --git a/sources b/sources
index a60cbd9..1e4e0d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c8866414d657b2ee36eef0c4db4164e  SQL-Statement-1.27.tar.gz
+26457e033843afa6d1eef875215c5da5  SQL-Statement-1.31.tar.gz


More information about the scm-commits mailing list