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:
parent
042fdf7d82
commit
1e3760091d
@ -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
3
DBI-1.634.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:250712f385864818abfba409420d16d9ee61f1cc73ac85159d054a5ee86d1450
|
||||
size 595020
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user