- updated to 0.010

bump Module::Metdata prereq for $VERSION parsing (RT#101095)
          Consistently require same version of CPAN::Meta::Requirements
          Various POD fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CPAN-Meta-Check?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2015-02-07 07:36:54 +00:00 committed by Git OBS Bridge
parent a50b46eda0
commit bb1a33f208
4 changed files with 15 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Feb 7 07:21:43 UTC 2015 - coolo@suse.com
- updated to 0.010
bump Module::Metdata prereq for $VERSION parsing (RT#101095)
Consistently require same version of CPAN::Meta::Requirements
Various POD fixes
-------------------------------------------------------------------
Mon Nov 25 07:38:18 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-CPAN-Meta-Check
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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.008
Version: 0.010
Release: 0
%define cpan_name CPAN-Meta-Check
Summary: Verify requirements in a CPAN::Meta object
@ -32,13 +32,12 @@ BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta) >= 2.120920
BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.132830
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Module::Metadata) >= 1.000023
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.88
#BuildRequires: perl(CPAN::Meta::Check)
Requires: perl(CPAN::Meta::Prereqs) >= 2.132830
Requires: perl(CPAN::Meta::Requirements) >= 2.121
Requires: perl(Module::Metadata)
Requires: perl(Module::Metadata) >= 1.000023
%{perl_requires}
%description