diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec index 9c7d223..3cfaf8d 100644 --- a/perl-Capture-Tiny.spec +++ b/perl-Capture-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Capture-Tiny Version: 0.22 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Capture STDOUT and STDERR from Perl, XS or external programs License: ASL 2.0 Group: Development/Libraries @@ -26,9 +26,11 @@ BuildRequires: perl(IO::File) BuildRequires: perl(List::Util) BuildRequires: perl(Test::More) >= 0.62 # Optional tests: +%if !%{defined perl_bootstrap} BuildRequires: perl(Inline) BuildRequires: perl(Inline::C) BuildRequires: perl(Parse::RecDescent) +%endif Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description @@ -60,6 +62,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Sep 05 2013 Petr Ĺ abata - 0.22-4 +- Avoid circular dependencies when bootstrapping (#1004376) + * Sat Aug 03 2013 Fedora Release Engineering - 0.22-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild