Hello community, here is the log from the commit of package perl-DBI for openSUSE:Factory checked in at 2018-02-10 17:53:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-DBI (Old) and /work/SRC/openSUSE:Factory/.perl-DBI.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBI" Sat Feb 10 17:53:56 2018 rev:45 rq:573774 version:1.640 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-DBI/perl-DBI.changes 2018-01-09 14:34:49.219497618 +0100 +++ /work/SRC/openSUSE:Factory/.perl-DBI.new/perl-DBI.changes 2018-02-10 17:53:57.525272943 +0100 @@ -1,0 +2,6 @@ +Wed Feb 7 15:19:14 UTC 2018 - [email protected] + +- updated to 1.640 + see /usr/share/doc/packages/perl-DBI/Changes + +------------------------------------------------------------------- Old: ---- DBI-1.639.tar.gz New: ---- DBI-1.640.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DBI.spec ++++++ --- /var/tmp/diff_new_pack.x1Hxco/_old 2018-02-10 17:53:58.333243695 +0100 +++ /var/tmp/diff_new_pack.x1Hxco/_new 2018-02-10 17:53:58.337243551 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-DBI # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-DBI -Version: 1.639 +Version: 1.640 Release: 0 %define cpan_name DBI Summary: Database independent interface for Perl ++++++ DBI-1.639.tar.gz -> DBI-1.640.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBI-1.639/Changes new/DBI-1.640/Changes --- old/DBI-1.639/Changes 2017-12-28 15:17:04.000000000 +0100 +++ new/DBI-1.640/Changes 2018-01-28 17:33:00.000000000 +0100 @@ -6,7 +6,17 @@ =cut -=head2 Changes in DBI 1.638 - ... +=head2 Changes in DBI 1.640 - 28th January 2018 + + Fix test t/91_store_warning.t for perl 5.10.0 + thanks to pali #57 + + Add Perl 5.10.0 and 5.8.1 specific versions to Travis testing + thanks to pali #57 + Add registration of mariadb_ prefix for new DBD::MariaDB driver + thanks to pali #56 + +=head2 Changes in DBI 1.639 - 28th December 2017 Fix UTF-8 support for warn/croak calls within DBI internals, thanks to pali #53 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBI-1.639/DBI.pm new/DBI-1.640/DBI.pm --- old/DBI-1.639/DBI.pm 2017-12-28 15:33:38.000000000 +0100 +++ new/DBI-1.640/DBI.pm 2018-01-28 17:32:47.000000000 +0100 @@ -11,7 +11,7 @@ require 5.008_001; BEGIN { -our $XS_VERSION = our $VERSION = "1.639"; # ==> ALSO update the version in the pod text below! +our $XS_VERSION = our $VERSION = "1.640"; # ==> ALSO update the version in the pod text below! $VERSION = eval $VERSION; } @@ -143,7 +143,7 @@ =head2 NOTES -This is the DBI specification that corresponds to DBI version 1.639 +This is the DBI specification that corresponds to DBI version 1.640 (see L<DBI::Changes> for details). The DBI is evolving at a steady pace, so it's good to check that @@ -338,6 +338,7 @@ ing_ => { class => 'DBD::Ingres', }, ix_ => { class => 'DBD::Informix', }, jdbc_ => { class => 'DBD::JDBC', }, + mariadb_ => { class => 'DBD::MariaDB', }, mem_ => { class => 'DBD::Mem', }, mo_ => { class => 'DBD::MO', }, monetdb_ => { class => 'DBD::monetdb', }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBI-1.639/META.json new/DBI-1.640/META.json --- old/DBI-1.639/META.json 2017-12-28 15:36:35.000000000 +0100 +++ new/DBI-1.640/META.json 2018-01-28 21:38:32.000000000 +0100 @@ -59,7 +59,7 @@ "x_IRC" : "irc://irc.perl.org/#dbi", "x_MailingList" : "mailto:[email protected]" }, - "version" : "1.639", + "version" : "1.640", "x_serialization_backend" : "JSON::PP version 2.27300_01", "x_suggests" : { "Clone" : 0.34, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBI-1.639/META.yml new/DBI-1.640/META.yml --- old/DBI-1.639/META.yml 2017-12-28 15:36:35.000000000 +0100 +++ new/DBI-1.640/META.yml 2018-01-28 21:38:32.000000000 +0100 @@ -35,7 +35,7 @@ homepage: http://dbi.perl.org/ license: http://dev.perl.org/licenses/ repository: https://github.com/perl5-dbi/dbi -version: '1.639' +version: '1.640' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' x_suggests: Clone: 0.34 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBI-1.639/t/91_store_warning.t new/DBI-1.640/t/91_store_warning.t --- old/DBI-1.639/t/91_store_warning.t 2017-12-28 15:10:30.000000000 +0100 +++ new/DBI-1.640/t/91_store_warning.t 2018-01-28 16:17:33.000000000 +0100 @@ -31,7 +31,7 @@ undef $warning; $dbh->set_err("0", "warning \N{U+263A} smiley face"); -like $warning, qr/^DBD::\w+::db set_err warning: warning \N{U+263A} smiley face/, "Warning recorded by store" +like $warning, qr/^DBD::\w+::db set_err warning: warning \x{263A} smiley face/, "Warning recorded by store" or warn DBI::data_string_desc($warning); done_testing;
