commit perl-CPAN-Meta-Check for openSUSE:Factory
Hello community, here is the log from the commit of package perl-CPAN-Meta-Check for openSUSE:Factory checked in at 2016-08-03 11:35:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-CPAN-Meta-Check (Old) and /work/SRC/openSUSE:Factory/.perl-CPAN-Meta-Check.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-CPAN-Meta-Check" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-CPAN-Meta-Check/perl-CPAN-Meta-Check.changes 2015-07-02 22:44:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-CPAN-Meta-Check.new/perl-CPAN-Meta-Check.changes 2016-08-03 11:36:01.000000000 +0200 @@ -1,0 +2,9 @@ +Thu Jul 21 05:05:32 UTC 2016 - coolo@suse.com + +- updated to 0.013 + see /usr/share/doc/packages/perl-CPAN-Meta-Check/Changes + + 0.013 2016-07-20 22:26:07+02:00 Europe/Amsterdam + Make tests more resilient against dev versions of dependencies + +------------------------------------------------------------------- Old: ---- CPAN-Meta-Check-0.012.tar.gz New: ---- CPAN-Meta-Check-0.013.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CPAN-Meta-Check.spec ++++++ --- /var/tmp/diff_new_pack.izYMZR/_old 2016-08-03 11:36:02.000000000 +0200 +++ /var/tmp/diff_new_pack.izYMZR/_new 2016-08-03 11:36:02.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-CPAN-Meta-Check # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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-CPAN-Meta-Check -Version: 0.012 +Version: 0.013 Release: 0 %define cpan_name CPAN-Meta-Check Summary: Verify requirements in a CPAN::Meta object ++++++ CPAN-Meta-Check-0.012.tar.gz -> CPAN-Meta-Check-0.013.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Meta-Check-0.012/Changes new/CPAN-Meta-Check-0.013/Changes --- old/CPAN-Meta-Check-0.012/Changes 2015-06-18 23:21:02.000000000 +0200 +++ new/CPAN-Meta-Check-0.013/Changes 2016-07-20 22:26:09.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for CPAN-Meta-Check +0.013 2016-07-20 22:26:07+02:00 Europe/Amsterdam + Make tests more resilient against dev versions of dependencies + 0.012 2015-06-18 23:20:54+02:00 Europe/Amsterdam Drop dependency on Exporter 5.57 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Meta-Check-0.012/INSTALL new/CPAN-Meta-Check-0.013/INSTALL --- old/CPAN-Meta-Check-0.012/INSTALL 2015-06-18 23:21:02.000000000 +0200 +++ new/CPAN-Meta-Check-0.013/INSTALL 2016-07-20 22:26:09.000000000 +0200 @@ -1,4 +1,3 @@ - This is the Perl distribution CPAN-Meta-Check. Installing CPAN-Meta-Check is straightforward. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Meta-Check-0.012/MANIFEST new/CPAN-Meta-Check-0.013/MANIFEST --- old/CPAN-Meta-Check-0.012/MANIFEST 2015-06-18 23:21:02.000000000 +0200 +++ new/CPAN-Meta-Check-0.013/MANIFEST 2016-07-20 22:26:09.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.025. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.005. Changes INSTALL LICENSE @@ -11,5 +11,5 @@ lib/CPAN/Meta/Check.pm t/10-basics.t xt/author/00-compile.t -xt/release/pod-coverage.t -xt/release/pod-syntax.t +xt/author/pod-coverage.t +xt/author/pod-syntax.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Meta-Check-0.012/META.json new/CPAN-Meta-Check-0.013/META.json --- old/CPAN-Meta-Check-0.012/META.json 2015-06-18 23:21:02.000000000 +0200 +++ new/CPAN-Meta-Check-0.013/META.json 2016-07-20 22:26:09.000000000 +0200 @@ -4,19 +4,20 @@ "Leon Timmermans <leont@cpan.org>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.025, CPAN::Meta::Converter version 2.143240", + "generated_by" : "Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150005", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "CPAN-Meta-Check", "prereqs" : { "configure" : { "requires" : { - "ExtUtils::MakeMaker" : "0" + "ExtUtils::MakeMaker" : "0", + "perl" : "5.006" } }, "develop" : { @@ -27,7 +28,9 @@ "Pod::Coverage::TrustPod" : "0", "Test::More" : "0", "Test::Pod" : "1.41", - "Test::Pod::Coverage" : "1.08" + "Test::Pod::Coverage" : "1.08", + "blib" : "1.01", + "perl" : "5.006" } }, "runtime" : { @@ -47,14 +50,15 @@ "CPAN::Meta" : "2.120920", "Env" : "0", "Test::Deep" : "0", - "Test::More" : "0.88" + "Test::More" : "0.88", + "perl" : "5.006" } } }, "provides" : { "CPAN::Meta::Check" : { "file" : "lib/CPAN/Meta/Check.pm", - "version" : "0.012" + "version" : "0.013" } }, "release_status" : "stable", @@ -69,7 +73,7 @@ "web" : "https://github.com/Leont/cpan-meta-check" } }, - "version" : "0.012", + "version" : "0.013", "x_contributors" : [ "David Steinbrunner <dsteinbrunner@pobox.com>", "Karen Etheridge <ether@cpan.org>", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Meta-Check-0.012/META.yml new/CPAN-Meta-Check-0.013/META.yml --- old/CPAN-Meta-Check-0.012/META.yml 2015-06-18 23:21:02.000000000 +0200 +++ new/CPAN-Meta-Check-0.013/META.yml 2016-07-20 22:26:09.000000000 +0200 @@ -7,10 +7,12 @@ Env: '0' Test::Deep: '0' Test::More: '0.88' + perl: '5.006' configure_requires: ExtUtils::MakeMaker: '0' + perl: '5.006' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.025, CPAN::Meta::Converter version 2.143240' +generated_by: 'Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150005' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -19,7 +21,7 @@ provides: CPAN::Meta::Check: file: lib/CPAN/Meta/Check.pm - version: '0.012' + version: '0.013' requires: CPAN::Meta::Prereqs: '2.132830' CPAN::Meta::Requirements: '2.121' @@ -32,7 +34,7 @@ resources: bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta-Check repository: git://github.com/Leont/cpan-meta-check.git -version: '0.012' +version: '0.013' x_contributors: - 'David Steinbrunner <dsteinbrunner@pobox.com>' - 'Karen Etheridge <ether@cpan.org>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Meta-Check-0.012/Makefile.PL new/CPAN-Meta-Check-0.013/Makefile.PL --- old/CPAN-Meta-Check-0.012/Makefile.PL 2015-06-18 23:21:02.000000000 +0200 +++ new/CPAN-Meta-Check-0.013/Makefile.PL 2016-07-20 22:26:09.000000000 +0200 @@ -1,5 +1,4 @@ - -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.025. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.005. use strict; use warnings; @@ -7,8 +6,6 @@ use ExtUtils::MakeMaker; - - my %WriteMakefileArgs = ( "ABSTRACT" => "Verify requirements in a CPAN::Meta object", "AUTHOR" => "Leon Timmermans <leont\@cpan.org>", @@ -16,7 +13,6 @@ "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "CPAN-Meta-Check", - "EXE_FILES" => [], "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.006", "NAME" => "CPAN::Meta::Check", @@ -35,7 +31,7 @@ "Test::Deep" => 0, "Test::More" => "0.88" }, - "VERSION" => "0.012", + "VERSION" => "0.013", "test" => { "TESTS" => "t/*.t" } @@ -48,7 +44,6 @@ "CPAN::Meta::Requirements" => "2.121", "Env" => 0, "Exporter" => 0, - "ExtUtils::MakeMaker" => 0, "Module::Metadata" => "1.000023", "Test::Deep" => 0, "Test::More" => "0.88", @@ -68,6 +63,3 @@ unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; WriteMakefile(%WriteMakefileArgs); - - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Meta-Check-0.012/README new/CPAN-Meta-Check-0.013/README --- old/CPAN-Meta-Check-0.012/README 2015-06-18 23:21:02.000000000 +0200 +++ new/CPAN-Meta-Check-0.013/README 2016-07-20 22:26:09.000000000 +0200 @@ -1,7 +1,7 @@ This archive contains the distribution CPAN-Meta-Check, -version 0.012: +version 0.013: Verify requirements in a CPAN::Meta object @@ -11,5 +11,5 @@ the same terms as the Perl 5 programming language system itself. -This README file was generated by Dist::Zilla::Plugin::Readme v5.025. +This README file was generated by Dist::Zilla::Plugin::Readme v6.005. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Meta-Check-0.012/lib/CPAN/Meta/Check.pm new/CPAN-Meta-Check-0.013/lib/CPAN/Meta/Check.pm --- old/CPAN-Meta-Check-0.012/lib/CPAN/Meta/Check.pm 2015-06-18 23:21:02.000000000 +0200 +++ new/CPAN-Meta-Check-0.013/lib/CPAN/Meta/Check.pm 2016-07-20 22:26:09.000000000 +0200 @@ -1,5 +1,5 @@ package CPAN::Meta::Check; -$CPAN::Meta::Check::VERSION = '0.012'; +$CPAN::Meta::Check::VERSION = '0.013'; use strict; use warnings; @@ -76,7 +76,7 @@ =head1 VERSION -version 0.012 +version 0.013 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Meta-Check-0.012/t/10-basics.t new/CPAN-Meta-Check-0.013/t/10-basics.t --- old/CPAN-Meta-Check-0.012/t/10-basics.t 2015-06-18 23:21:02.000000000 +0200 +++ new/CPAN-Meta-Check-0.013/t/10-basics.t 2016-07-20 22:26:09.000000000 +0200 @@ -55,9 +55,9 @@ my $pre_con = $meta->effective_prereqs->requirements_for('runtime', 'conflicts'); cmp_deeply([ sort +$pre_con->required_modules ], [ qw/CPAN::Meta Test::Deep Test::More/ ], 'The right conflicts are present'); cmp_deeply(check_requirements($pre_con, 'conflicts'), { - 'CPAN::Meta' => sprintf("Installed version (%.6f) of CPAN::Meta is in range '<= 100.0'", $CPAN::Meta::VERSION), + 'CPAN::Meta' => re(qr/Installed version \([\d._]+\) of CPAN::Meta is in range '<= 100.0'/), 'Test::More' => undef, - 'Test::Deep' => sprintf("Installed version (%.3f) of Test::Deep is in range '== $Test::Deep::VERSION'", $Test::Deep::VERSION), + 'Test::Deep' => re(qr/Installed version \([\d._]+\) of Test::Deep is in range '== $Test::Deep::VERSION'/), }, 'Conflicts give the right errors'); done_testing(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Meta-Check-0.012/xt/author/00-compile.t new/CPAN-Meta-Check-0.013/xt/author/00-compile.t --- old/CPAN-Meta-Check-0.012/xt/author/00-compile.t 2015-06-18 23:21:02.000000000 +0200 +++ new/CPAN-Meta-Check-0.013/xt/author/00-compile.t 2016-07-20 22:26:09.000000000 +0200 @@ -2,11 +2,11 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.051 +# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054 use Test::More; -plan tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0); +plan tests => 2; my @module_files = ( 'CPAN/Meta/Check.pm' @@ -36,6 +36,9 @@ waitpid($pid, 0); is($?, 0, "$lib loaded ok"); + shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/ + and not eval { require blib; blib->VERSION('1.01') }; + if (@_warnings) { warn @_warnings; @@ -46,6 +49,6 @@ is(scalar(@warnings), 0, 'no warnings found') - or diag 'got warnings: ', ( Test::More->can('explain') ? Test::More::explain(\@warnings) : join("\n", '', @warnings) ) if $ENV{AUTHOR_TESTING}; + or diag 'got warnings: ', ( Test::More->can('explain') ? Test::More::explain(\@warnings) : join("\n", '', @warnings) ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Meta-Check-0.012/xt/author/pod-coverage.t new/CPAN-Meta-Check-0.013/xt/author/pod-coverage.t --- old/CPAN-Meta-Check-0.012/xt/author/pod-coverage.t 1970-01-01 01:00:00.000000000 +0100 +++ new/CPAN-Meta-Check-0.013/xt/author/pod-coverage.t 2016-07-20 22:26:09.000000000 +0200 @@ -0,0 +1,7 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. + +use Test::Pod::Coverage 1.08; +use Pod::Coverage::TrustPod; + +all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Meta-Check-0.012/xt/author/pod-syntax.t new/CPAN-Meta-Check-0.013/xt/author/pod-syntax.t --- old/CPAN-Meta-Check-0.012/xt/author/pod-syntax.t 1970-01-01 01:00:00.000000000 +0100 +++ new/CPAN-Meta-Check-0.013/xt/author/pod-syntax.t 2016-07-20 22:26:09.000000000 +0200 @@ -0,0 +1,7 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. +use strict; use warnings; +use Test::More; +use Test::Pod 1.41; + +all_pod_files_ok(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Meta-Check-0.012/xt/release/pod-coverage.t new/CPAN-Meta-Check-0.013/xt/release/pod-coverage.t --- old/CPAN-Meta-Check-0.012/xt/release/pod-coverage.t 2015-06-18 23:21:02.000000000 +0200 +++ new/CPAN-Meta-Check-0.013/xt/release/pod-coverage.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,7 +0,0 @@ -#!perl -# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. - -use Test::Pod::Coverage 1.08; -use Pod::Coverage::TrustPod; - -all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Meta-Check-0.012/xt/release/pod-syntax.t new/CPAN-Meta-Check-0.013/xt/release/pod-syntax.t --- old/CPAN-Meta-Check-0.012/xt/release/pod-syntax.t 2015-06-18 23:21:02.000000000 +0200 +++ new/CPAN-Meta-Check-0.013/xt/release/pod-syntax.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +0,0 @@ -#!perl -# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. -use Test::More; -use Test::Pod 1.41; - -all_pod_files_ok();
participants (1)
-
root@hilbert.suse.de