From db71bde0ca664872e41a7801ad16361de7036fff096643a5a1386131b3047c05 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 18 May 2009 23:27:49 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBI?expand=0&rev=11 --- DBI-1.607.tar.bz2 | 3 --- DBI-1.608.tar.bz2 | 3 +++ perl-DBI.changes | 21 +++++++++++++++++++++ perl-DBI.spec | 35 ++++++++++++++++++++++++++++++----- 4 files changed, 54 insertions(+), 8 deletions(-) delete mode 100644 DBI-1.607.tar.bz2 create mode 100644 DBI-1.608.tar.bz2 diff --git a/DBI-1.607.tar.bz2 b/DBI-1.607.tar.bz2 deleted file mode 100644 index f601f7f..0000000 --- a/DBI-1.607.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65b382837f19586b43fb46e5467257effebe4767c5e3072d19d40aadce7d2a07 -size 409806 diff --git a/DBI-1.608.tar.bz2 b/DBI-1.608.tar.bz2 new file mode 100644 index 0000000..c9e2a89 --- /dev/null +++ b/DBI-1.608.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32b9c65f302ae95d45ac6fcbdc565c4af4f8532d978e1137ff7615f5f37b959 +size 412691 diff --git a/perl-DBI.changes b/perl-DBI.changes index 5be813e..33cae9f 100644 --- a/perl-DBI.changes +++ b/perl-DBI.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon May 18 15:47:34 CEST 2009 - anicka@suse.cz + +- update to 1.608 + * Fixes to DBD::File (H.Merijn Brand) + bind_param () now honors the attribute argument + added f_ext attribute + File::Spec is always required. (CORE since 5.00405) + Fail and set errstr on parameter count mismatch in execute () + * Fixed two small memory leaks when running in mod_perl + one in DBI->connect and one in DBI::Gofer::Execute. + Both due to "local $ENV{...};" leaking memory. + * Fixed DBD_ATTRIB_DELETE macro for driver authors + and updated DBI::DBD docs thanks to Martin J. Evans. + * Fixed 64bit issues in trace messages thanks to Charles Jardine. + * Fixed FETCH_many() method to work with drivers that incorrectly + return an empty list from $h->FETCH. Affected gofer. + * Added 'sqlite_' as registered prefix for DBD::SQLite. + * Corrected many typos in DBI docs thanks to Martin J. Evans. + * Improved DBI::DBD docs thanks to H.Merijn Brand. + ------------------------------------------------------------------- Fri Jul 25 15:12:59 CEST 2008 - anicka@suse.cz diff --git a/perl-DBI.spec b/perl-DBI.spec index c02ff89..010e149 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -1,10 +1,17 @@ # -# spec file for package perl-DBI (Version 1.607) +# spec file for package perl-DBI (Version 1.608) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -13,7 +20,7 @@ Name: perl-DBI BuildRequires: perl-Curses -Version: 1.607 +Version: 1.608 Release: 1 Requires: perl = %{perl_version} Requires: perl-PlRPC @@ -71,6 +78,24 @@ rm -rf $RPM_BUILD_ROOT /var/adm/perl-modules/%{name} %changelog +* Mon May 18 2009 anicka@suse.cz +- update to 1.608 + * Fixes to DBD::File (H.Merijn Brand) + bind_param () now honors the attribute argument + added f_ext attribute + File::Spec is always required. (CORE since 5.00405) + Fail and set errstr on parameter count mismatch in execute () + * Fixed two small memory leaks when running in mod_perl + one in DBI->connect and one in DBI::Gofer::Execute. + Both due to "local $ENV{...};" leaking memory. + * Fixed DBD_ATTRIB_DELETE macro for driver authors + and updated DBI::DBD docs thanks to Martin J. Evans. + * Fixed 64bit issues in trace messages thanks to Charles Jardine. + * Fixed FETCH_many() method to work with drivers that incorrectly + return an empty list from $h->FETCH. Affected gofer. + * Added 'sqlite_' as registered prefix for DBD::SQLite. + * Corrected many typos in DBI docs thanks to Martin J. Evans. + * Improved DBI::DBD docs thanks to H.Merijn Brand. * Fri Jul 25 2008 anicka@suse.cz - update to 1.607 * NOTE: Perl 5.8.1 is now the minimum supported version.