Accepting request 332264 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/332264
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBI?expand=0&rev=45
This commit is contained in:
Stephan Kulow 2015-09-20 16:08:07 +00:00 committed by Git OBS Bridge
parent 042fdf7d82
commit 1e3760091d
4 changed files with 30 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sun Sep 20 15:44:57 UTC 2015 - coolo@suse.com
- updated to 1.634
see /usr/share/doc/packages/perl-DBI/Changes
=head2 Changes in DBI 1.634 - 3rd August 2015
Enabled strictures on all modules (Jose Luis Perez Diez) #22
Note that this might cause new exceptions in existing code.
Please take time for extra testing before deploying to production.
Improved handling of row counts for compiled drivers and enable them to
return larger row counts (IV type) by defining new *_iv macros.
Fixed quote_identifier that was adding a trailing separator when there
was only a catalog (Martin J. Evans)
Removed redundant keys() call in fetchall_arrayref with hash slice (ilmari) #24
Corrected pod xref to Placeholders section (Matthew D. Fuller)
Corrected pod grammar (Nick Tonkin) #25
Added support for tables('', '', '', '%') special case (Martin J. Evans)
Added support for DBD prefixes with numbers (Jens Rehsack) #19
Added extra initializer for DBI::DBD::SqlEngine based DBD's (Jens Rehsack)
Added Memory Leaks section to the DBI docs (Tim)
Added Artistic v1 & GPL v1 LICENSE file (Jose Luis Perez Diez) #21
-------------------------------------------------------------------
Thu Apr 16 16:09:22 UTC 2015 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-DBI
Version: 1.633
Version: 1.634
Release: 0
%define cpan_name DBI
Summary: Database independent interface for Perl