From 816c47e5e9928442a796ca5dc28a582d635e05c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 4 Feb 2015 18:18:54 +0100 Subject: [PATCH] =?UTF-8?q?Break=20build-cycle:=20perl-Test-CPAN-Meta=20?= =?UTF-8?q?=E2=86=92=20perl-Test-CPAN-Meta-JSON=20=E2=86=92=20perl-Test-CP?= =?UTF-8?q?AN-Meta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perl-Test-CPAN-Meta.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/perl-Test-CPAN-Meta.spec b/perl-Test-CPAN-Meta.spec index efc21f7..3a99260 100644 --- a/perl-Test-CPAN-Meta.spec +++ b/perl-Test-CPAN-Meta.spec @@ -1,6 +1,6 @@ Name: perl-Test-CPAN-Meta Version: 0.24 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Validation of the META.yml file in a CPAN distribution License: Artistic 2.0 URL: http://search.cpan.org/dist/Test-CPAN-Meta/ @@ -21,7 +21,11 @@ BuildRequires: perl(IO::File) BuildRequires: perl(Test::Builder::Tester) BuildRequires: perl(Test::More) >= 0.62 # Optional Tests +%if !%{defined perl_bootstrap} +# Break build-cycle: perl-Test-CPAN-Meta → perl-Test-CPAN-Meta-JSON +# → perl-Test-CPAN-Meta BuildRequires: perl(Test::CPAN::Meta::JSON) +%endif BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) >= 0.08 # Runtime @@ -60,6 +64,10 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/Test::CPAN::Meta::Version.3* %changelog +* Wed Feb 04 2015 Petr Pisar - 0.24-2 +- Break build-cycle: perl-Test-CPAN-Meta → perl-Test-CPAN-Meta-JSON → + perl-Test-CPAN-Meta + * Tue Jan 13 2015 Paul Howarth - 0.24-1 - Update to 0.24 - Extended META test suite