Break build cycle: perl-Moose → perl-DateTime → perl-Params-ValidationCompiler

This commit is contained in:
Petr Písař 2016-10-26 13:21:06 +02:00
parent f9b3c33dea
commit 6313c66174
1 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Params-ValidationCompiler
Version: 0.13
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Build an optimized subroutine parameter validator once, use it forever
License: Artistic 2.0
URL: http://search.cpan.org/dist/Params-ValidationCompiler/
@ -37,8 +37,13 @@ BuildRequires: perl(Const::Fast)
BuildRequires: perl(CPAN::Meta) >= 2.120900
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(Hash::Util)
%if !%{defined perl_bootstrap}
# Build cycle: perl-Moose → perl-DateTime → perl-Params-ValidationCompiler
BuildRequires: perl(Moose::Util::TypeConstraints)
# Build cycle: perl-Type-Tiny → perl-Moose → perl-DateTime →
# perl-Params-ValidationCompiler
BuildRequires: perl(Types::Standard)
%endif
# Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Sub::Util) >= 1.40
@ -70,6 +75,9 @@ make test
%{_mandir}/man3/Params::ValidationCompiler::Exceptions.3*
%changelog
* Wed Oct 26 2016 Petr Pisar <ppisar@redhat.com> - 0.13-4
- Break build cycle: perl-Moose perl-DateTime perl-Params-ValidationCompiler
* Mon Sep 19 2016 Paul Howarth <paul@city-fan.org> - 0.13-3
- Drop unused BR: findutils (#1377252)