From df65e7aecafeb84c1b29be7ddf9284a60d3c3cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 1 Oct 2015 10:25:15 +0200 Subject: [PATCH] =?UTF-8?q?Break=20build=20cycle:=20perl-Mouse=20=E2=86=92?= =?UTF-8?q?=20perl-Pod-Coverage-Moose=20=E2=86=92=20perl-namespace-autocle?= =?UTF-8?q?an=20=E2=86=92=20perl-Mouse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perl-Mouse.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/perl-Mouse.spec b/perl-Mouse.spec index 0a064df..a9c58d9 100644 --- a/perl-Mouse.spec +++ b/perl-Mouse.spec @@ -1,7 +1,7 @@ Name: perl-Mouse Summary: Moose minus the antlers Version: 2.4.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Mouse @@ -62,7 +62,11 @@ BuildRequires: perl(Locale::US) BuildRequires: perl(Moose) BuildRequires: perl(Params::Coerce) BuildRequires: perl(Path::Class) +%if !%{defined perl_bootstrap} +# Break build cycle: perl-Mouse → perl-Pod-Coverage-Moose +# → perl-namespace-autoclean → perl-Mouse BuildRequires: perl(Pod::Coverage::Moose) +%endif BuildRequires: perl(Regexp::Common) BuildRequires: perl(Test) BuildRequires: perl(Test::Deep) @@ -169,6 +173,10 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' %{_mandir}/man3/Test::Mouse.3* %changelog +* Thu Oct 01 2015 Petr Pisar - 2.4.5-2 +- Break build cycle: perl-Mouse → perl-Pod-Coverage-Moose + → perl-namespace-autoclean → perl-Mouse + * Sun Aug 16 2015 Emmanuel Seyman - 2.4.5-1 - Update to 2.4.5 - Drop upstreamed patches