[perl-Catalyst-Controller-ActionRole] updating to latest GA CPAN version (0.15)

Iain Arnell iarnell at fedoraproject.org
Fri Sep 10 14:42:51 UTC 2010


commit 04235af4d4bf336b4b3b3f1e3f363c05bc7a635c
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Sep 10 16:36:33 2010 +0200

    updating to latest GA CPAN version (0.15)
    
    - update by Fedora::App::MaintainerTools 0.006
    - added a new br on perl(Catalyst) (version 0)
    - added a new br on perl(Catalyst::Action) (version 0)
    - added a new br on perl(Catalyst::Action::REST) (version 0)
    - added a new br on perl(Catalyst::Controller) (version 0)
    - altered br on perl(Catalyst::Runtime) (5.71001 => 5.80025)
    - added a new br on perl(Catalyst::Test) (version 0)
    - added a new br on perl(Catalyst::Utils) (version 0)
    - altered br on perl(ExtUtils::MakeMaker) (0 => 6.31)
    - added a new br on perl(FindBin) (version 0)
    - added a new br on perl(List::Util) (version 0)
    - added a new br on perl(Moose::Meta::Class) (version 0)
    - added a new br on perl(Moose::Role) (version 0)
    - added a new br on perl(Test::More) (version 0)
    - added a new br on perl(parent) (version 0)
    - added a new req on perl(Catalyst::Controller) (version 0)
    - altered req on perl(Catalyst::Runtime) (5.71001 => 5.80025)

 .gitignore                               |    1 +
 perl-Catalyst-Controller-ActionRole.spec |   51 +++++++++++++++++++++++++-----
 sources                                  |    2 +-
 3 files changed, 45 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 72eff19..a935aa0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Catalyst-Controller-ActionRole-0.14.tar.gz
+/Catalyst-Controller-ActionRole-0.15.tar.gz
diff --git a/perl-Catalyst-Controller-ActionRole.spec b/perl-Catalyst-Controller-ActionRole.spec
index 5b4b8e9..752ccca 100644
--- a/perl-Catalyst-Controller-ActionRole.spec
+++ b/perl-Catalyst-Controller-ActionRole.spec
@@ -1,27 +1,42 @@
 Name:           perl-Catalyst-Controller-ActionRole
-Version:        0.14
-Release:        1%{?dist}
 Summary:        Apply roles to action instances
+Version:        0.15
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
+Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Catalyst-Controller-ActionRole-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/Catalyst-Controller-ActionRole/
-Source0:        http://www.cpan.org/authors/id/F/FL/FLORA/Catalyst-Controller-ActionRole-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
-BuildRequires:  perl(Catalyst::Runtime) >= 5.71001
+
+BuildRequires:  perl(Catalyst)
+BuildRequires:  perl(Catalyst::Action)
+BuildRequires:  perl(Catalyst::Action::REST)
+BuildRequires:  perl(Catalyst::Controller)
+BuildRequires:  perl(Catalyst::Runtime) >= 5.80025
+BuildRequires:  perl(Catalyst::Test)
+BuildRequires:  perl(Catalyst::Utils)
 BuildRequires:  perl(Class::MOP) >= 0.80
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.31
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Moose) >= 0.90
+BuildRequires:  perl(Moose::Meta::Class)
+BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(MooseX::Types::Moose)
 BuildRequires:  perl(namespace::clean)
+BuildRequires:  perl(parent)
 BuildRequires:  perl(String::RewritePrefix) >= 0.004
-Requires:       perl(Catalyst::Runtime) >= 5.71001
+BuildRequires:  perl(Test::More)
+
+Requires:       perl(Catalyst::Controller)
+Requires:       perl(Catalyst::Runtime) >= 5.80025
 Requires:       perl(Class::MOP) >= 0.80
 Requires:       perl(Moose) >= 0.90
-Requires:       perl(String::RewritePrefix) >= 0.004
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 This module allows to apply roles to the Catalyst::Actions for different
@@ -57,5 +72,25 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Sep 10 2010 Iain Arnell <iarnell at gmail.com> 0.15-1
+- update by Fedora::App::MaintainerTools 0.006
+- updating to latest GA CPAN version (0.15)
+- added a new br on perl(Catalyst) (version 0)
+- added a new br on perl(Catalyst::Action) (version 0)
+- added a new br on perl(Catalyst::Action::REST) (version 0)
+- added a new br on perl(Catalyst::Controller) (version 0)
+- altered br on perl(Catalyst::Runtime) (5.71001 => 5.80025)
+- added a new br on perl(Catalyst::Test) (version 0)
+- added a new br on perl(Catalyst::Utils) (version 0)
+- altered br on perl(ExtUtils::MakeMaker) (0 => 6.31)
+- added a new br on perl(FindBin) (version 0)
+- added a new br on perl(List::Util) (version 0)
+- added a new br on perl(Moose::Meta::Class) (version 0)
+- added a new br on perl(Moose::Role) (version 0)
+- added a new br on perl(Test::More) (version 0)
+- added a new br on perl(parent) (version 0)
+- added a new req on perl(Catalyst::Controller) (version 0)
+- altered req on perl(Catalyst::Runtime) (5.71001 => 5.80025)
+
 * Wed Jun 30 2010 Iain Arnell <iarnell at gmail.com> 0.14-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index 97b811b..61a5a0f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7fc32dfeba824185a33ba55b93d8d2f9  Catalyst-Controller-ActionRole-0.14.tar.gz
+099c7d2ac40ece43c924c59c13f6b1db  Catalyst-Controller-ActionRole-0.15.tar.gz


More information about the scm-commits mailing list