Accepting request 48604 from devel:languages:perl

Copy from devel:languages:perl/perl-DBI based on submit request 48604 from user anicka

OBS-URL: https://build.opensuse.org/request/show/48604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBI?expand=0&rev=23
This commit is contained in:
OBS User autobuild 2010-09-21 10:11:11 +00:00 committed by Git OBS Bridge
commit 4b1e094837
4 changed files with 22 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ea80cced7234499df7fac57ad514e9c9dfa85080ecd57a23f801c361393e1cb
size 462023

3
DBI-1.614.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b84d500335604ebe17c6e9bf56cc554d0ed88273483e52bb29e9370275b19329
size 465931

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Sep 21 09:58:15 CEST 2010 - anicka@suse.cz
- update to 1.614
* Added $h->{AutoInactiveDestroy} as simpler safer form of
$h->{InactiveDestroy}
* Added ability for parallel testing "prove -j4 ..."
* Added tests for delete in DBM
* Added test for absolute filename as table to 51dbm_file
* Added two initialization phases to DBI::DBD::SqlEngine
* Added improved developers documentation for DBI::DBD::SqlEngine
* Added guides how to write DBI drivers using DBI::DBD::SqlEngine
or DBD::File
* Added register_compat_map() and table_meta_attr_changed() to
DBD::File::Table
* bugfixes, test fixes
-------------------------------------------------------------------
Fri Aug 6 14:08:17 UTC 2010 - chris@computersalat.de

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-DBI (Version 1.613)
# spec file for package perl-DBI (Version 1.614)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -22,7 +22,7 @@
Name: perl-DBI
%define cpan_name DBI
Summary: Database independent interface for Perl
Version: 1.613
Version: 1.614
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl