From fc416c0f234b56e12e16b7f6c2f2ec6e07610e0c Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Nov 26 2016 15:28:46 +0000 Subject: Update to 0.014 - New upstream release 0.014 - Undef versions are now passed through to CPAN::Meta::Requirements for the check, rather than failing with "Missing version" errors --- diff --git a/perl-CPAN-Meta-Check.spec b/perl-CPAN-Meta-Check.spec index 485a5e6..7474498 100644 --- a/perl-CPAN-Meta-Check.spec +++ b/perl-CPAN-Meta-Check.spec @@ -1,6 +1,6 @@ Name: perl-CPAN-Meta-Check Summary: Verify requirements in a CPAN::Meta object -Version: 0.013 +Version: 0.014 Release: 1%{?dist} License: GPL+ or Artistic URL: https://metacpan.org/release/CPAN-Meta-Check @@ -20,7 +20,9 @@ BuildRequires: perl(Module::Metadata) >= 1.000023 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Test +BuildRequires: perl(CPAN::Meta) >= 2.120920 BuildRequires: perl(Env) +BuildRequires: perl(lib) BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) >= 0.88 # Extra tests @@ -59,6 +61,11 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %{_mandir}/man3/CPAN::Meta::Check.3* %changelog +* Sat Nov 26 2016 Paul Howarth - 0.014-1 +- Update to 0.014 + - Undef versions are now passed through to CPAN::Meta::Requirements for the + check, rather than failing with "Missing version" errors + * Thu Jul 21 2016 Paul Howarth - 0.013-1 - Update to 0.013 - Make tests more resilient against dev versions of dependencies diff --git a/sources b/sources index 21efc1d..8735ef5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7bf7867f9e898e6398b9c2e8d668bb0b CPAN-Meta-Check-0.013.tar.gz +ccd4448a7b08e1e3ef6f475030b282c9 CPAN-Meta-Check-0.014.tar.gz