diff --git a/DBI-1.602.tar.bz2 b/DBI-1.602.tar.bz2 deleted file mode 100644 index 29c8ae7..0000000 --- a/DBI-1.602.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8db007dc8446fc5ef644d692954ba7f8ab7a53fd848f65b92203c3627400057 -size 404425 diff --git a/DBI-1.604.tar.bz2 b/DBI-1.604.tar.bz2 new file mode 100644 index 0000000..866ea64 --- /dev/null +++ b/DBI-1.604.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b725eb9aa8094462b1ecb4b1b891d6cae92f23c18c8f878e0c3cd49f235109 +size 404611 diff --git a/perl-DBI-1.602-dbis.diff b/perl-DBI-1.604-dbis.diff similarity index 100% rename from perl-DBI-1.602-dbis.diff rename to perl-DBI-1.604-dbis.diff diff --git a/perl-DBI.changes b/perl-DBI.changes index 2486a61..c3f68e6 100644 --- a/perl-DBI.changes +++ b/perl-DBI.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Mar 26 13:28:43 CET 2008 - anicka@suse.cz + +- update to 1.604 + * Fixed fetchall_arrayref with $max_rows argument broken + in 1.603 + +------------------------------------------------------------------- +Mon Mar 24 15:50:40 CET 2008 - anicka@suse.cz +- update to 1.603 + * Fixed pure-perl fetchall_arrayref with $max_rows argument + to not error when fetching after all rows already fetched. + * Fixed C sprintf formats and casts, fixing compiler warnings. + * Changed dbi_profile() to accept a hash of profiles + and apply to all. + * Changed gofer stream transport to improve error reporting. + * Changed gofer test timeout to avoid spurious failures + on slow systems. + * Added options to t/85gofer.t so it's more useful for + manual testing. + ------------------------------------------------------------------- Thu Feb 21 11:02:50 CET 2008 - anicka@suse.cz diff --git a/perl-DBI.spec b/perl-DBI.spec index b5f711b..fa772f0 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-DBI (Version 1.602) +# spec file for package perl-DBI (Version 1.604) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,7 +13,7 @@ Name: perl-DBI BuildRequires: perl-Curses -Version: 1.602 +Version: 1.604 Release: 1 Requires: perl = %{perl_version} Requires: perl-PlRPC @@ -73,6 +73,22 @@ rm -rf $RPM_BUILD_ROOT /var/adm/perl-modules/%{name} %changelog +* Wed Mar 26 2008 anicka@suse.cz +- update to 1.604 + * Fixed fetchall_arrayref with $max_rows argument broken + in 1.603 +* Mon Mar 24 2008 anicka@suse.cz +- update to 1.603 + * Fixed pure-perl fetchall_arrayref with $max_rows argument + to not error when fetching after all rows already fetched. + * Fixed C sprintf formats and casts, fixing compiler warnings. + * Changed dbi_profile() to accept a hash of profiles + and apply to all. + * Changed gofer stream transport to improve error reporting. + * Changed gofer test timeout to avoid spurious failures + on slow systems. + * Added options to t/85gofer.t so it's more useful for + manual testing. * Thu Feb 21 2008 anicka@suse.cz - update to 1.602 * bugfixes