diff --git a/DBI-1.633.tar.gz b/DBI-1.633.tar.gz deleted file mode 100644 index 8c9c8ac..0000000 --- a/DBI-1.633.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2c1badcc9f672bf31630b36ecd230f7eb04dbf055e6daf7edeed0e9ebcf5ee7 -size 592307 diff --git a/DBI-1.634.tar.gz b/DBI-1.634.tar.gz new file mode 100644 index 0000000..2de5e18 --- /dev/null +++ b/DBI-1.634.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250712f385864818abfba409420d16d9ee61f1cc73ac85159d054a5ee86d1450 +size 595020 diff --git a/perl-DBI.changes b/perl-DBI.changes index 7004eba..2bd7e97 100644 --- a/perl-DBI.changes +++ b/perl-DBI.changes @@ -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 diff --git a/perl-DBI.spec b/perl-DBI.spec index 2cca979..5408927 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -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