Accepting request 184911 from devel:languages:perl

- 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/request/show/184911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBI?expand=0&rev=37
This commit is contained in:
Stephan Kulow 2013-07-30 09:47:55 +00:00 committed by Git OBS Bridge
commit c1ebff6942
4 changed files with 25 additions and 4 deletions

View File

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

3
DBI-1.628.tar.gz Normal file
View File

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

View File

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

View File

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