From da85605f52b1e8c0f4a2f93695f3cc29ae2f3b9bd34062062fd4a0932e5f8a2c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 30 Jul 2013 05:20:43 +0000 Subject: [PATCH] - updated to 1.628 Fixed missing fields on partial insert via DBI::DBD::SqlEngine engines (DBD::CSV, DBD::DBM etc.) [H.Merijn Brand, Jens Rehsack] Fixed stack corruption on callbacks RT#85562 RT#84974 [Aaron Schweiger] Fixed DBI::SQL::Nano_::Statement handling of "0" [Jens Rehsack] Fixed exit op precedence in test RT#87029 [Reni Urban] Added support for finding tables in multiple directories via new DBD::File f_dir_search attribute [H.Merijn Brand] Enable compiling by C++ RT#84285 [Kurt Jaeger] Typo fixes in pod and comment [David Steinbrunner] Change DBI's docs to refer to git not svn [H.Merijn Brand] Clarify bind_col TYPE attribute is sticky [Martin J. Evans] Fixed reference to $sth in selectall_arrayref docs RT#84873 Spelling fixes [Ville Skytt344] Changed $VERSIONs to hardcoded strings [H.Merijn Brand] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBI?expand=0&rev=40 --- DBI-1.627.tar.gz | 3 --- DBI-1.628.tar.gz | 3 +++ perl-DBI.changes | 21 +++++++++++++++++++++ perl-DBI.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 DBI-1.627.tar.gz create mode 100644 DBI-1.628.tar.gz diff --git a/DBI-1.627.tar.gz b/DBI-1.627.tar.gz deleted file mode 100644 index 9104cbd..0000000 --- a/DBI-1.627.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:875c1951a5e203c658f0f252e473b766dbcd299a987f86c17151fc6473b5856b -size 585833 diff --git a/DBI-1.628.tar.gz b/DBI-1.628.tar.gz new file mode 100644 index 0000000..4564748 --- /dev/null +++ b/DBI-1.628.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c834f4ba1b28c8d8a2db8095835a67fc69a9585761523aea3a74437a969b52 +size 586733 diff --git a/perl-DBI.changes b/perl-DBI.changes index 0a6b5e2..85f119b 100644 --- a/perl-DBI.changes +++ b/perl-DBI.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Jul 30 05:11:20 UTC 2013 - coolo@suse.com + +- updated to 1.628 + Fixed missing fields on partial insert via DBI::DBD::SqlEngine + engines (DBD::CSV, DBD::DBM etc.) [H.Merijn Brand, Jens Rehsack] + Fixed stack corruption on callbacks RT#85562 RT#84974 [Aaron Schweiger] + Fixed DBI::SQL::Nano_::Statement handling of "0" [Jens Rehsack] + Fixed exit op precedence in test RT#87029 [Reni Urban] + + Added support for finding tables in multiple directories + via new DBD::File f_dir_search attribute [H.Merijn Brand] + Enable compiling by C++ RT#84285 [Kurt Jaeger] + + Typo fixes in pod and comment [David Steinbrunner] + Change DBI's docs to refer to git not svn [H.Merijn Brand] + Clarify bind_col TYPE attribute is sticky [Martin J. Evans] + Fixed reference to $sth in selectall_arrayref docs RT#84873 + Spelling fixes [Ville Skytt344] + Changed $VERSIONs to hardcoded strings [H.Merijn Brand] + ------------------------------------------------------------------- Sun Jun 16 06:48:13 UTC 2013 - coolo@suse.com diff --git a/perl-DBI.spec b/perl-DBI.spec index 63d85ae..c3242bc 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -17,7 +17,7 @@ Name: perl-DBI -Version: 1.627 +Version: 1.628 Release: 0 %define cpan_name DBI Summary: Database independent interface for Perl