- updated to 0.005

Converted from Test::Differences to Test::Deep
      Don't load CPAN::Meta from CPAN::Meta::Check

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CPAN-Meta-Check?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2013-06-26 10:18:46 +00:00 committed by Git OBS Bridge
parent a72b32e3bf
commit 9e619508ee
4 changed files with 17 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa38cf1a37d31fe08d53be7626ddf3024bda8178ab5ac32ad4815cc0dc5b9e31
size 11746

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27342093f77bd1f2e5d6fb335eccb471f243b4ca34f84c9f652846955f7c5888
size 11970

View File

@ -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

View File

@ -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}