* Mon Aug 2 2010 Petr Sabata <psabata@redhat.com> - 1.613-1

- 1.613 version bump
This commit is contained in:
Petr Sabata 2010-08-02 16:42:26 +02:00
parent 37f58b94cf
commit 839f11f5e1
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
DBI-1.611.tar.gz
DBI-1.613.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-DBI
Version: 1.611
Version: 1.613
Release: 1%{?dist}
Summary: A database access API for perl
@ -13,7 +13,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
# perl(RPC::PlClient) for tests only, it's optional at compile and run time
BuildRequires: perl(RPC::PlClient) >= 0.2000
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Simple) >= 0.84
BuildRequires: perl(Test::Simple) >= 0.90
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# The automated scripts are not able to get the version for this:
@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Aug 2 2010 Petr Sabata <psabata@redhat.com> - 1.613-1
- 1.613 version bump
* Mon Jun 7 2010 Petr Pisar <ppisar@redhat.com> - 1.611-1
- 1.611 bump
- Add BuildRequires perl(RPC::PlClient) to cover some optional tests

View File

@ -1 +1 @@
f48bc718e871f8926809af16682783fb DBI-1.611.tar.gz
1fb75474c3ff75fcbc16a98656e8f89d DBI-1.613.tar.gz