[perl-Catalyst-Runtime] Remove unneeded dependency on Catalyst::Action::RenderView causing a build cycle

Petr Pisar ppisar at fedoraproject.org
Thu Feb 5 15:49:16 UTC 2015


commit 01caa9261a67e66525877fc73a07096ec8d2e721
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Feb 5 16:41:37 2015 +0100

    Remove unneeded dependency on Catalyst::Action::RenderView causing a build cycle

 perl-Catalyst-Runtime.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Catalyst-Runtime.spec b/perl-Catalyst-Runtime.spec
index f5dda7d..23084c9 100644
--- a/perl-Catalyst-Runtime.spec
+++ b/perl-Catalyst-Runtime.spec
@@ -1,7 +1,7 @@
 Name:           perl-Catalyst-Runtime
 Summary:        Catalyst Framework Runtime
 Version:        5.90082
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPL+ or Artistic
 
 Source0:        http://search.cpan.org/CPAN/authors/id/J/JJ/JJNAPIORK/Catalyst-Runtime-%{version}.tar.gz
@@ -11,7 +11,6 @@ BuildArch:      noarch
 
 BuildRequires:  groff
 BuildRequires:  /usr/bin/perldoc
-BuildRequires:  perl(Catalyst::Action::RenderView)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(CGI::Simple::Cookie) >= 1.109
 BuildRequires:  perl(CGI::Struct)
@@ -189,6 +188,10 @@ make clean
 %{_mandir}/man1/*
 
 %changelog
+* Thu Feb 05 2015 Petr Pisar <ppisar at redhat.com> - 5.90082-2
+- Remove unneeded dependency on Catalyst::Action::RenderView causing a build
+  cycle
+
 * Sun Jan 11 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 5.90082-1
 - Update to 5.90082
 



More information about the perl-devel mailing list