From 236bd1d0ce620338107b24a54c4edb07baa94192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 9 Jan 2017 14:30:13 +0100 Subject: [PATCH] =?UTF-8?q?Break=20build=20cycle:=20perl-Path-Tiny=20?= =?UTF-8?q?=E2=86=92=20perl-Unicode-UTF8=20=E2=86=92=20perl-Module-Install?= =?UTF-8?q?-ReademFromPod=20=E2=86=92=20perl-IO-All=20=E2=86=92=20perl-Fil?= =?UTF-8?q?e-MimeInfo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perl-File-MimeInfo.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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