diff --git a/CPAN-Meta-Check-0.004.tar.gz b/CPAN-Meta-Check-0.004.tar.gz deleted file mode 100644 index 2a3dde5..0000000 --- a/CPAN-Meta-Check-0.004.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa38cf1a37d31fe08d53be7626ddf3024bda8178ab5ac32ad4815cc0dc5b9e31 -size 11746 diff --git a/CPAN-Meta-Check-0.005.tar.gz b/CPAN-Meta-Check-0.005.tar.gz new file mode 100644 index 0000000..a3a36cb --- /dev/null +++ b/CPAN-Meta-Check-0.005.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27342093f77bd1f2e5d6fb335eccb471f243b4ca34f84c9f652846955f7c5888 +size 11970 diff --git a/perl-CPAN-Meta-Check.changes b/perl-CPAN-Meta-Check.changes index b9cb11f..39e9ae4 100644 --- a/perl-CPAN-Meta-Check.changes +++ b/perl-CPAN-Meta-Check.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 26 09:57:15 UTC 2013 - coolo@suse.com + +- updated to 0.005 + Converted from Test::Differences to Test::Deep + Don't load CPAN::Meta from CPAN::Meta::Check + ------------------------------------------------------------------- Fri Jun 29 10:37:05 UTC 2012 - coolo@suse.com diff --git a/perl-CPAN-Meta-Check.spec b/perl-CPAN-Meta-Check.spec index b72fc36..b080909 100644 --- a/perl-CPAN-Meta-Check.spec +++ b/perl-CPAN-Meta-Check.spec @@ -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 @@ Source: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version 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}