OBS User unknown 2008-03-26 15:28:30 +00:00 committed by Git OBS Bridge
parent 9b14815095
commit f36735f4df
5 changed files with 42 additions and 5 deletions

View File

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

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

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

View File

@ -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

View File

@ -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