From 67bd50d483e3a361be822e064b35f54dce0b86fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 28 Mar 2014 13:38:52 +0100 Subject: [PATCH] Break build-cycle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit perl-Path-Class → perl-Test-Perl-Critic → perl-Perl-Critic → perl-Pod-Spell → perl-File-ShareDir-ProjectDistDir → perl-Path-Class --- perl-Path-Class.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/perl-Path-Class.spec b/perl-Path-Class.spec index f966b78..0b6a83f 100644 --- a/perl-Path-Class.spec +++ b/perl-Path-Class.spec @@ -1,6 +1,6 @@ Name: perl-Path-Class Version: 0.33 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform path specification manipulation License: GPL+ or Artistic Group: Development/Libraries @@ -22,7 +22,11 @@ BuildRequires: perl(parent) BuildRequires: perl(Perl::OSType) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::More) +%if !%{defined perl_bootstrap} +# Cycle: perl-Path-Class → perl-Test-Perl-Critic → perl-Perl-Critic → +# perl-Pod-Spell → perl-File-ShareDir-ProjectDistDir → perl-Path-Class BuildRequires: perl(Test::Perl::Critic) +%endif Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description @@ -55,6 +59,11 @@ AUTHOR_TESTING=1 ./Build test %{_mandir}/man3/Path::Class::File.3pm* %changelog +* Tue Mar 25 2014 Petr Pisar - 0.33-2 +- Break build-cycle: perl-Path-Class → perl-Test-Perl-Critic → + perl-Perl-Critic → perl-Pod-Spell → perl-File-ShareDir-ProjectDistDir → + perl-Path-Class + * Thu Dec 12 2013 Paul Howarth - 0.33-1 - Update to 0.33: - New copy_to() and move_to() methods