Updating databases/p5-DBI from 1.613nb1 to 1.615

Upstream changes:
Changes in DBI 1.615 (svn r14438) 21st September 2010
  Fixed t/51dbm_file for file/directory names with whitespaces in them
    RT#61445 (Jens Rehsack)
  Fixed compiler warnings from ignored hv_store result (Martin J. Evans)
  Fixed portability to VMS (Craig A. Berry)

Changes in DBI 1.614 (svn r14408) 17th September 2010
  Fixed bind_param () in DBI::DBD::SqlEngine (rt#61281)
  Fixed internals to not refer to old perl symbols that
    will no longer be visible in perl >5.13.3 (Andreas Koenig)
    Many compiled drivers are likely to need updating.
  Fixed issue in DBD::File when absolute filename is used as table name
    (Jens Rehsack)
  Croak manually when file after tie doesn't exists in DBD::DBM
    when it have to exists (Jens Rehsack)
  Fixed issue in DBD::File when users set individual file name for tables
    via f_meta compatibility interface - reported by H.Merijn Brand while
    working on RT#61168 (Jens Rehsack)

  Changed 50dbm_simple to simplify and fix problems (Martin J. Evans)
  Changed 50dbm_simple to skip aggregation tests when not using
    SQL::Statement (Jens Rehsack)
  Minor speed improvements in DBD::File (Jens Rehsack)

  Added $h->{AutoInactiveDestroy} as simpler safer form of
    $h->{InactiveDestroy} (David E. Wheeler)
  Added ability for parallel testing "prove -j4 ..." (Jens Rehsack)
  Added tests for delete in DBM (H.Merijn Brand)
  Added test for absolute filename as table to 51dbm_file (Jens Rehsack)
  Added two initialization phases to DBI::DBD::SqlEngine (Jens Rehsack)
  Added improved developers documentation for DBI::DBD::SqlEngine
    (Jens Rehsack)
  Added guides how to write DBI drivers using DBI::DBD::SqlEngine
    or DBD::File (Jens Rehsack)
  Added register_compat_map() and table_meta_attr_changed() to
    DBD::File::Table to support clean fix of RT#61168 (Jens Rehsack)
This commit is contained in:
sno 2010-09-22 20:51:29 +00:00
parent 87c830ce52
commit dcbaa9e12b
2 changed files with 6 additions and 7 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.49 2010/08/21 16:32:57 seb Exp $
# $NetBSD: Makefile,v 1.50 2010/09/22 20:51:29 sno Exp $
DISTNAME= DBI-1.613
DISTNAME= DBI-1.615
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.29 2010/08/04 15:02:05 sno Exp $
$NetBSD: distinfo,v 1.30 2010/09/22 20:51:29 sno Exp $
SHA1 (DBI-1.613.tar.gz) = db41b0223b1f079ec887bd6bc6d31480358fd9ef
RMD160 (DBI-1.613.tar.gz) = 2bd7cff94534e047e71bb20234fbc19ba0da1ca0
Size (DBI-1.613.tar.gz) = 566542 bytes
SHA1 (DBI-1.615.tar.gz) = 086d0dc9f17db9d8e4f083a6236cca82d90694a6
RMD160 (DBI-1.615.tar.gz) = 6ac748c9bc93c7981a8f61d48dddd045dbe3bcd9
Size (DBI-1.615.tar.gz) = 571379 bytes