Hello community, here is the log from the commit of package perl-DBD-mysql for openSUSE:Factory checked in at 2018-10-01 08:14:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-DBD-mysql (Old) and /work/SRC/openSUSE:Factory/.perl-DBD-mysql.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBD-mysql" Mon Oct 1 08:14:37 2018 rev:53 rq:637904 version:4.048 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-DBD-mysql/perl-DBD-mysql.changes 2018-09-16 18:30:02.995450553 +0200 +++ /work/SRC/openSUSE:Factory/.perl-DBD-mysql.new/perl-DBD-mysql.changes 2018-10-01 08:14:38.418074828 +0200 @@ -1,0 +2,9 @@ +Mon Sep 24 16:46:51 UTC 2018 - [email protected] + +- updated to 4.048 + * Fix corrupted META.json so cpan installations work as expected. + https://github.com/perl5-dbi/DBD-mysql/issues/263 + +- Cleaned with spec-cleaner + +------------------------------------------------------------------- Old: ---- DBD-mysql-4.047.tar.gz New: ---- DBD-mysql-4.048.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DBD-mysql.spec ++++++ --- /var/tmp/diff_new_pack.rHpomM/_old 2018-10-01 08:14:38.854074548 +0200 +++ /var/tmp/diff_new_pack.rHpomM/_new 2018-10-01 08:14:38.854074548 +0200 @@ -18,13 +18,13 @@ %define cpan_name DBD-mysql Name: perl-DBD-mysql -Version: 4.047 +Version: 4.048 Release: 0 Summary: MySQL driver for the Perl5 Database Interface (DBI) License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/DBD-mysql/ -Source0: http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/DBD-mysql +Source0: https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml Patch0: perl-DBD-mysql-MARIADB_BASE_VERSION.patch BuildRequires: perl ++++++ DBD-mysql-4.047.tar.gz -> DBD-mysql-4.048.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-mysql-4.047/Changes new/DBD-mysql-4.048/Changes --- old/DBD-mysql-4.047/Changes 2018-09-08 22:06:49.000000000 +0200 +++ new/DBD-mysql-4.048/Changes 2018-09-15 13:55:42.000000000 +0200 @@ -1,3 +1,8 @@ +2018-09-15 Daniël van Eeden, Patrick Galbraith, Michiel Beijen, +DBI/DBD community (4.048) +* Fix corrupted META.json so cpan installations work as expected. + https://github.com/perl5-dbi/DBD-mysql/issues/263 + 2018-09-08 Daniël van Eeden, Patrick Galbraith, DBI/DBD community (4.047) * Add options needed for public key based security. * Allow several spaces after LIMIT clause. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-mysql-4.047/META.json new/DBD-mysql-4.048/META.json --- old/DBD-mysql-4.047/META.json 2018-09-09 04:57:31.000000000 +0200 +++ new/DBD-mysql-4.048/META.json 2018-09-15 14:45:42.000000000 +0200 @@ -4,7 +4,7 @@ "Patrick Galbraith <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150005", + "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150001", "license" : [ "perl_5" ], @@ -72,7 +72,7 @@ "x_IRC" : "irc://irc.perl.org/#dbi", "x_MailingList" : "mailto:[email protected]" }, - "version" : "4.047", + "version" : "4.048", "x_contributors" : [ "Alceu Rodrigues de Freitas Junior <[email protected]>", "Alexandr Ciornii <[email protected]>", @@ -86,11 +86,11 @@ "Chris Hammond <[email protected]>", "Chris Weyl <[email protected]>", "Christian Walde <[email protected]>", - "Dagfinn Ilmari Manns\x{00e5}ker <[email protected]>", + "Dagfinn Ilmari Mannsåker <[email protected]>", "Daisuke Murase <[email protected]>", "Damyan Ivanov <[email protected]>", "Dan Book <[email protected]>", - "Dani\x{00eb}l van Eeden <[email protected]>", + "Daniël van Eeden <[email protected]>", "Dave Lambley <davel@isosceles.(none)>", "David Farrell <[email protected]>", "David Steinbrunner <[email protected]>", @@ -112,7 +112,7 @@ "Patrick Galbraith <[email protected]>", "Perlover <[email protected]>", "Peter Botha <[email protected]>", - "Petr P\x{00ed}sa\x{0159} <[email protected]>", + "Petr Písař <[email protected]>", "Reini Urban <[email protected]>", "Rob Hoelz <[email protected]>", "Rob Van Dam <[email protected]>", @@ -126,13 +126,12 @@ "Taro Kobayashi <[email protected]>", "Tatsuhiko Miyagawa <[email protected]>", "Tim Mullin <[email protected]>", - "Ville Skytt\x{00e4} <[email protected]>", + "Ville Skyttä <[email protected]>", "Vladimir Marek <[email protected]>", "katyavoid <[email protected]>", "kmx <[email protected]>", "tokuhirom <[email protected]>", "zefram <[email protected]>", "zentooo <[email protected]>" - ], - "x_serialization_backend" : "JSON::PP version 2.27300_01" + ] } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-mysql-4.047/META.yml new/DBD-mysql-4.048/META.yml --- old/DBD-mysql-4.047/META.yml 2018-09-09 04:57:31.000000000 +0200 +++ new/DBD-mysql-4.048/META.yml 2018-09-15 14:45:42.000000000 +0200 @@ -14,7 +14,7 @@ Devel::CheckLib: '1.09' ExtUtils::MakeMaker: '0' dynamic_config: 0 -generated_by: 'ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150005' +generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150001' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -34,7 +34,7 @@ homepage: http://dbi.perl.org/ license: http://dev.perl.org/licenses/ repository: https://github.com/perl5-dbi/DBD-mysql.git -version: '4.047' +version: '4.048' x_contributors: - 'Alceu Rodrigues de Freitas Junior <[email protected]>' - 'Alexandr Ciornii <[email protected]>' @@ -48,11 +48,11 @@ - 'Chris Hammond <[email protected]>' - 'Chris Weyl <[email protected]>' - 'Christian Walde <[email protected]>' - - 'Dagfinn Ilmari Manns\x{00e5}ker <[email protected]>' + - 'Dagfinn Ilmari Mannsåker <[email protected]>' - 'Daisuke Murase <[email protected]>' - 'Damyan Ivanov <[email protected]>' - 'Dan Book <[email protected]>' - - 'Dani\x{00eb}l van Eeden <[email protected]>' + - 'Daniël van Eeden <[email protected]>' - 'Dave Lambley <davel@isosceles.(none)>' - 'David Farrell <[email protected]>' - 'David Steinbrunner <[email protected]>' @@ -74,7 +74,7 @@ - 'Patrick Galbraith <[email protected]>' - 'Perlover <[email protected]>' - 'Peter Botha <[email protected]>' - - 'Petr P\x{00ed}sa\x{0159} <[email protected]>' + - 'Petr Písař <[email protected]>' - 'Reini Urban <[email protected]>' - 'Rob Hoelz <[email protected]>' - 'Rob Van Dam <[email protected]>' @@ -88,11 +88,10 @@ - 'Taro Kobayashi <[email protected]>' - 'Tatsuhiko Miyagawa <[email protected]>' - 'Tim Mullin <[email protected]>' - - 'Ville Skytt\x{00e4} <[email protected]>' + - 'Ville Skyttä <[email protected]>' - 'Vladimir Marek <[email protected]>' - 'katyavoid <[email protected]>' - 'kmx <[email protected]>' - 'tokuhirom <[email protected]>' - 'zefram <[email protected]>' - 'zentooo <[email protected]>' -x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-mysql-4.047/lib/Bundle/DBD/mysql.pm new/DBD-mysql-4.048/lib/Bundle/DBD/mysql.pm --- old/DBD-mysql-4.047/lib/Bundle/DBD/mysql.pm 2018-09-09 00:58:26.000000000 +0200 +++ new/DBD-mysql-4.048/lib/Bundle/DBD/mysql.pm 2018-09-15 13:56:08.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = '4.047'; +our $VERSION = '4.048'; 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-mysql-4.047/lib/DBD/mysql.pm new/DBD-mysql-4.048/lib/DBD/mysql.pm --- old/DBD-mysql-4.047/lib/DBD/mysql.pm 2018-09-08 22:49:32.000000000 +0200 +++ new/DBD-mysql-4.048/lib/DBD/mysql.pm 2018-09-15 13:56:08.000000000 +0200 @@ -15,7 +15,7 @@ # SQL_DRIVER_VER is formatted as dd.dd.dddd # for version 5.x please switch to 5.00(_00) version numbering # keep $VERSION in Bundle/DBD/mysql.pm in sync -our $VERSION = '4.047'; +our $VERSION = '4.048'; bootstrap DBD::mysql $VERSION;
