diff --git a/perl-File-MimeInfo.spec b/perl-File-MimeInfo.spec index 08d5087..3cf6dec 100644 --- a/perl-File-MimeInfo.spec +++ b/perl-File-MimeInfo.spec @@ -1,6 +1,6 @@ Name: perl-File-MimeInfo Version: 0.28 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Determine file type and open application License: GPL+ or Artistic Group: Development/Libraries @@ -25,7 +25,11 @@ BuildRequires: perl(File::Spec) # Tests: BuildRequires: perl(Test::More) # Optional tests: +%if !%{defined perl_bootstrap} +# Break build cycle: perl-Path-Tiny → perl-Unicode-UTF8 → +# perl-Module-Install-ReademFromPod → perl-IO-All → perl-File-MimeInfo BuildRequires: perl(Path::Tiny) +%endif BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) >= 1.00 # needed for some tests otherwise there are warnings @@ -69,6 +73,10 @@ make test %{_mandir}/man3/* %changelog +* Mon Jan 09 2017 Petr Pisar - 0.28-2 +- Break build cycle: perl-Path-Tiny → perl-Unicode-UTF8 → + perl-Module-Install-ReademFromPod → perl-IO-All → perl-File-MimeInfo + * Wed Nov 30 2016 Jitka Plesnikova - 0.28-1 - 0.28 bump