Hello community,

here is the log from the commit of package perl-CPAN-Meta-Check for 
openSUSE:Factory checked in at 2013-06-28 11:51:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
    2012-06-29 13:26:30.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Meta-Check.new/perl-CPAN-Meta-Check.changes
   2013-06-28 11:51:46.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jun 26 09:57:15 UTC 2013 - [email protected]
+
+- updated to 0.005
+      Converted from Test::Differences to Test::Deep
+      Don't load CPAN::Meta from CPAN::Meta::Check
+
+-------------------------------------------------------------------

Old:
----
  CPAN-Meta-Check-0.004.tar.gz

New:
----
  CPAN-Meta-Check-0.005.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-CPAN-Meta-Check.spec ++++++
--- /var/tmp/diff_new_pack.z5gLrR/_old  2013-06-28 11:51:47.000000000 +0200
+++ /var/tmp/diff_new_pack.z5gLrR/_new  2013-06-28 11:51:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Meta-Check
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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.004
+Version:        0.005
 Release:        0
 %define cpan_name CPAN-Meta-Check
 Summary:        Verify requirements in a CPAN::Meta object
@@ -28,15 +28,15 @@
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl-CPAN-Meta-Requirements >= 2.121
 BuildRequires:  perl-macros
+BuildRequires:  perl(CPAN::Meta) >= 2.120920
+BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.120920
 BuildRequires:  perl(Module::Metadata)
-BuildRequires:  perl(Test::Differences)
+BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More) >= 0.88
 #BuildRequires: perl(CPAN::Meta::Check)
-BuildRequires:  perl-CPAN-Meta >= 2.121
-Requires:       perl-CPAN-Meta >= 2.121
-Requires:       perl-CPAN-Meta-Requirements >= 2.121
+Requires:       perl(CPAN::Meta) >= 2.120920
+Requires:       perl(CPAN::Meta::Requirements) >= 2.120920
 Requires:       perl(Module::Metadata)
 %{perl_requires}
 

++++++ CPAN-Meta-Check-0.004.tar.gz -> CPAN-Meta-Check-0.005.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.004/Changes 
new/CPAN-Meta-Check-0.005/Changes
--- old/CPAN-Meta-Check-0.004/Changes   2012-05-24 21:35:20.000000000 +0200
+++ new/CPAN-Meta-Check-0.005/Changes   2013-04-22 17:27:57.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for CPAN-Meta-Check
 
+0.005     2013-04-22 17:27:50 Europe/Amsterdam
+          Converted from Test::Differences to Test::Deep
+          Don't load CPAN::Meta from CPAN::Meta::Check
+
 0.004     2012-05-24 21:35:08 Europe/Amsterdam
           Depend on recent enough CPAN::Meta
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.004/MANIFEST 
new/CPAN-Meta-Check-0.005/MANIFEST
--- old/CPAN-Meta-Check-0.004/MANIFEST  2012-05-24 21:35:20.000000000 +0200
+++ new/CPAN-Meta-Check-0.005/MANIFEST  2013-04-22 17:27:57.000000000 +0200
@@ -10,6 +10,5 @@
 lib/CPAN/Meta/Check.pm
 t/00-compile.t
 t/10-basics.t
-t/release-kwalitee.t
 t/release-pod-coverage.t
 t/release-pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.004/META.json 
new/CPAN-Meta-Check-0.005/META.json
--- old/CPAN-Meta-Check-0.004/META.json 2012-05-24 21:35:20.000000000 +0200
+++ new/CPAN-Meta-Check-0.005/META.json 2013-04-22 17:27:57.000000000 +0200
@@ -4,7 +4,7 @@
       "Leon Timmermans <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300016, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "Dist::Zilla version 4.300033, CPAN::Meta::Converter 
version 2.130880",
    "license" : [
       "perl_5"
    ],
@@ -19,6 +19,13 @@
             "ExtUtils::MakeMaker" : "6.30"
          }
       },
+      "develop" : {
+         "requires" : {
+            "Pod::Coverage::TrustPod" : "0",
+            "Test::Pod" : "1.41",
+            "Test::Pod::Coverage" : "1.08"
+         }
+      },
       "runtime" : {
          "requires" : {
             "CPAN::Meta" : "2.120920",
@@ -32,9 +39,10 @@
       },
       "test" : {
          "requires" : {
+            "CPAN::Meta" : "2.120920",
             "File::Find" : "0",
             "File::Temp" : "0",
-            "Test::Differences" : "0",
+            "Test::Deep" : "0",
             "Test::More" : "0.88"
          }
       }
@@ -51,6 +59,6 @@
          "web" : "http://github.com/Leont/cpan-meta-check";
       }
    },
-   "version" : "0.004"
+   "version" : "0.005"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.004/META.yml 
new/CPAN-Meta-Check-0.005/META.yml
--- old/CPAN-Meta-Check-0.004/META.yml  2012-05-24 21:35:20.000000000 +0200
+++ new/CPAN-Meta-Check-0.005/META.yml  2013-04-22 17:27:57.000000000 +0200
@@ -3,14 +3,15 @@
 author:
   - 'Leon Timmermans <[email protected]>'
 build_requires:
+  CPAN::Meta: 2.120920
   File::Find: 0
   File::Temp: 0
-  Test::Differences: 0
+  Test::Deep: 0
   Test::More: 0.88
 configure_requires:
   ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300016, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'Dist::Zilla version 4.300033, CPAN::Meta::Converter version 
2.130880'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,4 +28,4 @@
 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.004
+version: 0.005
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.004/Makefile.PL 
new/CPAN-Meta-Check-0.005/Makefile.PL
--- old/CPAN-Meta-Check-0.004/Makefile.PL       2012-05-24 21:35:20.000000000 
+0200
+++ new/CPAN-Meta-Check-0.005/Makefile.PL       2013-04-22 17:27:57.000000000 
+0200
@@ -11,12 +11,7 @@
 my %WriteMakefileArgs = (
   "ABSTRACT" => "Verify requirements in a CPAN::Meta object",
   "AUTHOR" => "Leon Timmermans <leont\@cpan.org>",
-  "BUILD_REQUIRES" => {
-    "File::Find" => 0,
-    "File::Temp" => 0,
-    "Test::Differences" => 0,
-    "Test::More" => "0.88"
-  },
+  "BUILD_REQUIRES" => {},
   "CONFIGURE_REQUIRES" => {
     "ExtUtils::MakeMaker" => "6.30"
   },
@@ -32,13 +27,33 @@
     "strict" => 0,
     "warnings" => 0
   },
-  "VERSION" => "0.004",
+  "TEST_REQUIRES" => {
+    "CPAN::Meta" => "2.120920",
+    "File::Find" => 0,
+    "File::Temp" => 0,
+    "Test::Deep" => 0,
+    "Test::More" => "0.88"
+  },
+  "VERSION" => "0.005",
   "test" => {
     "TESTS" => "t/*.t"
   }
 );
 
 
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
+  my $tr = delete $WriteMakefileArgs{TEST_REQUIRES};
+  my $br = $WriteMakefileArgs{BUILD_REQUIRES};
+  for my $mod ( keys %$tr ) {
+    if ( exists $br->{$mod} ) {
+      $br->{$mod} = $tr->{$mod} if $tr->{$mod} > $br->{$mod};
+    }
+    else {
+      $br->{$mod} = $tr->{$mod};
+    }
+  }
+}
+
 unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
   my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
   my $pp = $WriteMakefileArgs{PREREQ_PM};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.004/README 
new/CPAN-Meta-Check-0.005/README
--- old/CPAN-Meta-Check-0.004/README    2012-05-24 21:35:20.000000000 +0200
+++ new/CPAN-Meta-Check-0.005/README    2013-04-22 17:27:57.000000000 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution CPAN-Meta-Check,
-version 0.004:
+version 0.005:
 
   Verify requirements in a CPAN::Meta object
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.004/lib/CPAN/Meta/Check.pm 
new/CPAN-Meta-Check-0.005/lib/CPAN/Meta/Check.pm
--- old/CPAN-Meta-Check-0.004/lib/CPAN/Meta/Check.pm    2012-05-24 
21:35:20.000000000 +0200
+++ new/CPAN-Meta-Check-0.005/lib/CPAN/Meta/Check.pm    2013-04-22 
17:27:57.000000000 +0200
@@ -1,6 +1,6 @@
 package CPAN::Meta::Check;
 {
-  $CPAN::Meta::Check::VERSION = '0.004';
+  $CPAN::Meta::Check::VERSION = '0.005';
 }
 use strict;
 use warnings;
@@ -10,7 +10,6 @@
 our @EXPORT_OK = qw/check_requirements requirements_for verify_dependencies/;
 our %EXPORT_TAGS = (all => [ @EXPORT, @EXPORT_OK ] );
 
-use CPAN::Meta 2.120920;
 use CPAN::Meta::Requirements 2.120920;
 use Module::Metadata;
 
@@ -90,7 +89,7 @@
 
 =head1 VERSION
 
-version 0.004
+version 0.005
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.004/t/10-basics.t 
new/CPAN-Meta-Check-0.005/t/10-basics.t
--- old/CPAN-Meta-Check-0.004/t/10-basics.t     2012-05-24 21:35:20.000000000 
+0200
+++ new/CPAN-Meta-Check-0.005/t/10-basics.t     2013-04-22 17:27:57.000000000 
+0200
@@ -3,9 +3,9 @@
 use strict;
 use warnings;
 use Test::More 0.88;
-use Test::Differences;
+use Test::Deep;
 
-use CPAN::Meta;
+use CPAN::Meta 2.120920;
 use CPAN::Meta::Check qw/check_requirements verify_dependencies/;
 
 my %prereq_struct = (
@@ -31,14 +31,14 @@
 
 my $meta = CPAN::Meta->create({ prereqs => \%prereq_struct, version => 1, name 
=> 'Foo'  }, { lazy_validation => 1 });
 
-eq_or_diff([ verify_dependencies($meta, 'runtime', 'requires') ], [], 
'Requirements are verified');
+cmp_deeply([ verify_dependencies($meta, 'runtime', 'requires') ], [], 
'Requirements are verified');
 
 my $pre_req = $meta->effective_prereqs->requirements_for('runtime', 
'requires');
 is($pre_req->required_modules, 4, 'Requires 4 modules');
-eq_or_diff(check_requirements($pre_req, 'requires'), { map { ( $_ => undef ) } 
qw/Config File::Spec IO::File perl/ }, 'Requirements are satisfied ');
+cmp_deeply(check_requirements($pre_req, 'requires'), { map { ( $_ => undef ) } 
qw/Config File::Spec IO::File perl/ }, 'Requirements are satisfied ');
 
 my $pre_rec = $meta->effective_prereqs->requirements_for('runtime', 
'recommends');
-eq_or_diff([ sort +$pre_rec->required_modules ], [ qw/Carp Pod::Text 
This::Should::Be::NonExistent/ ], 'The right recommendations are present');
-eq_or_diff(check_requirements($pre_rec, 'recommends'), { Carp => "Installed 
version ($Carp::VERSION) of Carp is not in range '99999'", 'Pod::Text' => 
undef, 'This::Should::Be::NonExistent' => 'Module 
\'This::Should::Be::NonExistent\' is not installed' }, 'Recommendations give 
the right errors');
+cmp_deeply([ sort +$pre_rec->required_modules ], [ qw/Carp Pod::Text 
This::Should::Be::NonExistent/ ], 'The right recommendations are present');
+cmp_deeply(check_requirements($pre_rec, 'recommends'), { Carp => "Installed 
version ($Carp::VERSION) of Carp is not in range '99999'", 'Pod::Text' => 
undef, 'This::Should::Be::NonExistent' => 'Module 
\'This::Should::Be::NonExistent\' is not installed' }, 'Recommendations give 
the right errors');
 
 done_testing();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.004/t/release-kwalitee.t 
new/CPAN-Meta-Check-0.005/t/release-kwalitee.t
--- old/CPAN-Meta-Check-0.004/t/release-kwalitee.t      2012-05-24 
21:35:20.000000000 +0200
+++ new/CPAN-Meta-Check-0.005/t/release-kwalitee.t      1970-01-01 
01:00:00.000000000 +0100
@@ -1,17 +0,0 @@
-#!perl
-
-BEGIN {
-  unless ($ENV{RELEASE_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for release candidate 
testing');
-  }
-}
-
-
-# This test is generated by Dist::Zilla::Plugin::Test::Kwalitee
-use strict;
-use warnings;
-use Test::More;   # needed to provide plan.
-eval "use Test::Kwalitee";
-
-plan skip_all => "Test::Kwalitee required for testing kwalitee" if $@;

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to