Accepting request 57791 from devel:languages:perl

Accepted submit request 57791 from user vitezslav_cizek

OBS-URL: https://build.opensuse.org/request/show/57791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBI?expand=0&rev=27
This commit is contained in:
Berthold Gunreben 2011-01-12 08:36:17 +00:00 committed by Git OBS Bridge
commit 56252b2381
4 changed files with 19 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jan 7 14:44:15 UTC 2011 - vcizek@novell.com
- update to 1.616
* Fixed RT#61513 by catching attribute assignment to tied table access
interface (Jens Rehsack)
* Fixed compiler warnings RT#62640
* Optimized connect() to remove redundant FETCH of \%attrib values.
Improved initialization phases in DBI::DBD::SqlEngine (Jens Rehsack)
* Added DBD::Gofer::Transport::corostream. An experimental proof-of-concept
transport that enables asynchronous database calls with few code changes.
It enables asynchronous use of DBI frameworks like DBIx::Class.
-------------------------------------------------------------------
Wed Dec 1 13:31:55 UTC 2010 - coolo@novell.com

View File

@ -22,7 +22,7 @@
Name: perl-DBI
%define cpan_name DBI
Summary: Database independent interface for Perl
Version: 1.615
Version: 1.616
Release: 2
License: GPL+ or Artistic
Group: Development/Libraries/Perl