Hello community,
here is the log from the commit of package perl-CPAN-Meta-Check for
openSUSE:Factory checked in at 2015-04-25 21:16:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-11 16:44:11.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-CPAN-Meta-Check.new/perl-CPAN-Meta-Check.changes
2015-04-25 21:16:42.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Apr 16 21:10:03 UTC 2015 - [email protected]
+
+- updated to 0.011
+ see /usr/share/doc/packages/perl-CPAN-Meta-Check/Changes
+
+ 0.011 2015-03-22 10:07:52+01:00 Europe/Amsterdam
+ Declare the minimum version required for the "merged_requirements"
interface
+
+-------------------------------------------------------------------
Old:
----
CPAN-Meta-Check-0.010.tar.gz
New:
----
CPAN-Meta-Check-0.011.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-CPAN-Meta-Check.spec ++++++
--- /var/tmp/diff_new_pack.vumsay/_old 2015-04-25 21:16:43.000000000 +0200
+++ /var/tmp/diff_new_pack.vumsay/_new 2015-04-25 21:16:43.000000000 +0200
@@ -17,14 +17,15 @@
Name: perl-CPAN-Meta-Check
-Version: 0.010
+Version: 0.011
Release: 0
%define cpan_name CPAN-Meta-Check
Summary: Verify requirements in a CPAN::Meta object
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/CPAN-Meta-Check/
-Source:
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
++++++ CPAN-Meta-Check-0.010.tar.gz -> CPAN-Meta-Check-0.011.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CPAN-Meta-Check-0.010/Changes
new/CPAN-Meta-Check-0.011/Changes
--- old/CPAN-Meta-Check-0.010/Changes 2015-01-30 19:11:02.000000000 +0100
+++ new/CPAN-Meta-Check-0.011/Changes 2015-03-22 10:08:00.000000000 +0100
@@ -1,5 +1,8 @@
Revision history for CPAN-Meta-Check
+0.011 2015-03-22 10:07:52+01:00 Europe/Amsterdam
+ Declare the minimum version required for the "merged_requirements"
interface
+
0.010 2015-01-30 19:10:49+01:00 Europe/Amsterdam
bump Module::Metdata prereq for $VERSION parsing (RT#101095)
Consistently require same version of CPAN::Meta::Requirements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CPAN-Meta-Check-0.010/MANIFEST
new/CPAN-Meta-Check-0.011/MANIFEST
--- old/CPAN-Meta-Check-0.010/MANIFEST 2015-01-30 19:11:02.000000000 +0100
+++ new/CPAN-Meta-Check-0.011/MANIFEST 2015-03-22 10:08:00.000000000 +0100
@@ -9,7 +9,7 @@
README
dist.ini
lib/CPAN/Meta/Check.pm
-t/00-compile.t
t/10-basics.t
-t/release-pod-coverage.t
-t/release-pod-syntax.t
+xt/author/00-compile.t
+xt/release/pod-coverage.t
+xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CPAN-Meta-Check-0.010/META.json
new/CPAN-Meta-Check-0.011/META.json
--- old/CPAN-Meta-Check-0.010/META.json 2015-01-30 19:11:02.000000000 +0100
+++ new/CPAN-Meta-Check-0.011/META.json 2015-03-22 10:08:00.000000000 +0100
@@ -21,7 +21,11 @@
},
"develop" : {
"requires" : {
+ "File::Spec" : "0",
+ "IO::Handle" : "0",
+ "IPC::Open3" : "0",
"Pod::Coverage::TrustPod" : "0",
+ "Test::More" : "0",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08"
}
@@ -41,19 +45,15 @@
"requires" : {
"CPAN::Meta" : "2.120920",
"Env" : "0",
- "File::Spec" : "0",
- "IO::Handle" : "0",
- "IPC::Open3" : "0",
"Test::Deep" : "0",
- "Test::More" : "0.88",
- "perl" : "5.006"
+ "Test::More" : "0.88"
}
}
},
"provides" : {
"CPAN::Meta::Check" : {
"file" : "lib/CPAN/Meta/Check.pm",
- "version" : "0.010"
+ "version" : "0.011"
}
},
"release_status" : "stable",
@@ -68,6 +68,11 @@
"web" : "https://github.com/Leont/cpan-meta-check"
}
},
- "version" : "0.010"
+ "version" : "0.011",
+ "x_contributors" : [
+ "David Steinbrunner <[email protected]>",
+ "Karen Etheridge <[email protected]>",
+ "Leon Timmermans <[email protected]>"
+ ]
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CPAN-Meta-Check-0.010/META.yml
new/CPAN-Meta-Check-0.011/META.yml
--- old/CPAN-Meta-Check-0.010/META.yml 2015-01-30 19:11:02.000000000 +0100
+++ new/CPAN-Meta-Check-0.011/META.yml 2015-03-22 10:08:00.000000000 +0100
@@ -5,12 +5,8 @@
build_requires:
CPAN::Meta: '2.120920'
Env: '0'
- File::Spec: '0'
- IO::Handle: '0'
- IPC::Open3: '0'
Test::Deep: '0'
Test::More: '0.88'
- perl: '5.006'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
@@ -23,7 +19,7 @@
provides:
CPAN::Meta::Check:
file: lib/CPAN/Meta/Check.pm
- version: '0.010'
+ version: '0.011'
requires:
CPAN::Meta::Prereqs: '2.132830'
CPAN::Meta::Requirements: '2.121'
@@ -35,4 +31,8 @@
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.010'
+version: '0.011'
+x_contributors:
+ - 'David Steinbrunner <[email protected]>'
+ - 'Karen Etheridge <[email protected]>'
+ - 'Leon Timmermans <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CPAN-Meta-Check-0.010/Makefile.PL
new/CPAN-Meta-Check-0.011/Makefile.PL
--- old/CPAN-Meta-Check-0.010/Makefile.PL 2015-01-30 19:11:02.000000000
+0100
+++ new/CPAN-Meta-Check-0.011/Makefile.PL 2015-03-22 10:08:00.000000000
+0100
@@ -31,13 +31,10 @@
"TEST_REQUIRES" => {
"CPAN::Meta" => "2.120920",
"Env" => 0,
- "File::Spec" => 0,
- "IO::Handle" => 0,
- "IPC::Open3" => 0,
"Test::Deep" => 0,
"Test::More" => "0.88"
},
- "VERSION" => "0.010",
+ "VERSION" => "0.011",
"test" => {
"TESTS" => "t/*.t"
}
@@ -51,9 +48,6 @@
"Env" => 0,
"Exporter" => "5.57",
"ExtUtils::MakeMaker" => 0,
- "File::Spec" => 0,
- "IO::Handle" => 0,
- "IPC::Open3" => 0,
"Module::Metadata" => "1.000023",
"Test::Deep" => 0,
"Test::More" => "0.88",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CPAN-Meta-Check-0.010/README
new/CPAN-Meta-Check-0.011/README
--- old/CPAN-Meta-Check-0.010/README 2015-01-30 19:11:02.000000000 +0100
+++ new/CPAN-Meta-Check-0.011/README 2015-03-22 10:08:00.000000000 +0100
@@ -1,7 +1,7 @@
This archive contains the distribution CPAN-Meta-Check,
-version 0.010:
+version 0.011:
Verify requirements in a CPAN::Meta object
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CPAN-Meta-Check-0.010/lib/CPAN/Meta/Check.pm
new/CPAN-Meta-Check-0.011/lib/CPAN/Meta/Check.pm
--- old/CPAN-Meta-Check-0.010/lib/CPAN/Meta/Check.pm 2015-01-30
19:11:02.000000000 +0100
+++ new/CPAN-Meta-Check-0.011/lib/CPAN/Meta/Check.pm 2015-03-22
10:08:00.000000000 +0100
@@ -1,5 +1,5 @@
package CPAN::Meta::Check;
-$CPAN::Meta::Check::VERSION = '0.010';
+$CPAN::Meta::Check::VERSION = '0.011';
use strict;
use warnings;
@@ -8,6 +8,7 @@
our @EXPORT_OK = qw/check_requirements requirements_for verify_dependencies/;
our %EXPORT_TAGS = (all => [ @EXPORT, @EXPORT_OK ] );
+use CPAN::Meta::Prereqs '2.132830';
use CPAN::Meta::Requirements 2.121;
use Module::Metadata 1.000023;
@@ -75,7 +76,7 @@
=head1 VERSION
-version 0.010
+version 0.011
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CPAN-Meta-Check-0.010/t/00-compile.t
new/CPAN-Meta-Check-0.011/t/00-compile.t
--- old/CPAN-Meta-Check-0.010/t/00-compile.t 2015-01-30 19:11:02.000000000
+0100
+++ new/CPAN-Meta-Check-0.011/t/00-compile.t 1970-01-01 01:00:00.000000000
+0100
@@ -1,51 +0,0 @@
-use 5.006;
-use strict;
-use warnings;
-
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.051
-
-use Test::More;
-
-plan tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
-
-my @module_files = (
- 'CPAN/Meta/Check.pm'
-);
-
-
-
-# no fake home requested
-
-my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib';
-
-use File::Spec;
-use IPC::Open3;
-use IO::Handle;
-
-open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!";
-
-my @warnings;
-for my $lib (@module_files)
-{
- # see L<perlfaq8/How can I capture STDERR from an external command?>
- my $stderr = IO::Handle->new;
-
- my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e',
"require q[$lib]");
- binmode $stderr, ':crlf' if $^O eq 'MSWin32';
- my @_warnings = <$stderr>;
- waitpid($pid, 0);
- is($?, 0, "$lib loaded ok");
-
- if (@_warnings)
- {
- warn @_warnings;
- push @warnings, @_warnings;
- }
-}
-
-
-
-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};
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CPAN-Meta-Check-0.010/t/release-pod-coverage.t
new/CPAN-Meta-Check-0.011/t/release-pod-coverage.t
--- old/CPAN-Meta-Check-0.010/t/release-pod-coverage.t 2015-01-30
19:11:02.000000000 +0100
+++ new/CPAN-Meta-Check-0.011/t/release-pod-coverage.t 1970-01-01
01:00:00.000000000 +0100
@@ -1,15 +0,0 @@
-#!perl
-
-BEGIN {
- unless ($ENV{RELEASE_TESTING}) {
- require Test::More;
- Test::More::plan(skip_all => 'these tests are for release candidate
testing');
- }
-}
-
-# 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.010/t/release-pod-syntax.t
new/CPAN-Meta-Check-0.011/t/release-pod-syntax.t
--- old/CPAN-Meta-Check-0.010/t/release-pod-syntax.t 2015-01-30
19:11:02.000000000 +0100
+++ new/CPAN-Meta-Check-0.011/t/release-pod-syntax.t 1970-01-01
01:00:00.000000000 +0100
@@ -1,14 +0,0 @@
-#!perl
-
-BEGIN {
- unless ($ENV{RELEASE_TESTING}) {
- require Test::More;
- Test::More::plan(skip_all => 'these tests are for release candidate
testing');
- }
-}
-
-# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
-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.010/xt/author/00-compile.t
new/CPAN-Meta-Check-0.011/xt/author/00-compile.t
--- old/CPAN-Meta-Check-0.010/xt/author/00-compile.t 1970-01-01
01:00:00.000000000 +0100
+++ new/CPAN-Meta-Check-0.011/xt/author/00-compile.t 2015-03-22
10:08:00.000000000 +0100
@@ -0,0 +1,51 @@
+use 5.006;
+use strict;
+use warnings;
+
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.051
+
+use Test::More;
+
+plan tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
+
+my @module_files = (
+ 'CPAN/Meta/Check.pm'
+);
+
+
+
+# no fake home requested
+
+my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib';
+
+use File::Spec;
+use IPC::Open3;
+use IO::Handle;
+
+open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!";
+
+my @warnings;
+for my $lib (@module_files)
+{
+ # see L<perlfaq8/How can I capture STDERR from an external command?>
+ my $stderr = IO::Handle->new;
+
+ my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e',
"require q[$lib]");
+ binmode $stderr, ':crlf' if $^O eq 'MSWin32';
+ my @_warnings = <$stderr>;
+ waitpid($pid, 0);
+ is($?, 0, "$lib loaded ok");
+
+ if (@_warnings)
+ {
+ warn @_warnings;
+ push @warnings, @_warnings;
+ }
+}
+
+
+
+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};
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CPAN-Meta-Check-0.010/xt/release/pod-coverage.t
new/CPAN-Meta-Check-0.011/xt/release/pod-coverage.t
--- old/CPAN-Meta-Check-0.010/xt/release/pod-coverage.t 1970-01-01
01:00:00.000000000 +0100
+++ new/CPAN-Meta-Check-0.011/xt/release/pod-coverage.t 2015-03-22
10:08:00.000000000 +0100
@@ -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.010/xt/release/pod-syntax.t
new/CPAN-Meta-Check-0.011/xt/release/pod-syntax.t
--- old/CPAN-Meta-Check-0.010/xt/release/pod-syntax.t 1970-01-01
01:00:00.000000000 +0100
+++ new/CPAN-Meta-Check-0.011/xt/release/pod-syntax.t 2015-03-22
10:08:00.000000000 +0100
@@ -0,0 +1,6 @@
+#!perl
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use Test::More;
+use Test::Pod 1.41;
+
+all_pod_files_ok();
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag