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:
commit
4b1e094837
@ -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
3
DBI-1.614.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b84d500335604ebe17c6e9bf56cc554d0ed88273483e52bb29e9370275b19329
|
||||||
|
size 465931
|
@ -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
|
Fri Aug 6 14:08:17 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -22,7 +22,7 @@
|
|||||||
Name: perl-DBI
|
Name: perl-DBI
|
||||||
%define cpan_name DBI
|
%define cpan_name DBI
|
||||||
Summary: Database independent interface for Perl
|
Summary: Database independent interface for Perl
|
||||||
Version: 1.613
|
Version: 1.614
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
|
Loading…
Reference in New Issue
Block a user