diff --git a/DBI-1.615.tar.bz2 b/DBI-1.615.tar.bz2 deleted file mode 100644 index 2f6e005..0000000 --- a/DBI-1.615.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3697392a7eb32a15581def50c002b52c3f96620b6cecbf0a780e34afac98855d -size 467173 diff --git a/DBI-1.616.tar.bz2 b/DBI-1.616.tar.bz2 new file mode 100644 index 0000000..3c716bb --- /dev/null +++ b/DBI-1.616.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2f275e89b46b1dbbbdc2f1554ecb87da477126d6282f568c35c60bb98ebbaf +size 470464 diff --git a/perl-DBI.changes b/perl-DBI.changes index da2cc14..62ba037 100644 --- a/perl-DBI.changes +++ b/perl-DBI.changes @@ -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 diff --git a/perl-DBI.spec b/perl-DBI.spec index e326ca3..630beeb 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -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