[perl-Catalyst-Plugin-Authentication] update to 0.10019

Iain Arnell iarnell at fedoraproject.org
Sun Apr 29 16:29:30 UTC 2012


commit aa6b58bedfc981937f44aaa90b5560bf317e238a
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Apr 29 10:29:20 2012 -0600

    update to 0.10019

 .gitignore                               |    1 +
 perl-Catalyst-Plugin-Authentication.spec |   14 +++++++++-----
 sources                                  |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f51d83..e590ddb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Catalyst-Plugin-Authentication-0.10016.tar.gz
 /Catalyst-Plugin-Authentication-0.10017.tar.gz
 /Catalyst-Plugin-Authentication-0.10018.tar.gz
+/Catalyst-Plugin-Authentication-0.10019.tar.gz
diff --git a/perl-Catalyst-Plugin-Authentication.spec b/perl-Catalyst-Plugin-Authentication.spec
index 5b85dea..df31a8c 100644
--- a/perl-Catalyst-Plugin-Authentication.spec
+++ b/perl-Catalyst-Plugin-Authentication.spec
@@ -1,10 +1,10 @@
 Name:           perl-Catalyst-Plugin-Authentication
 Summary:        Infrastructure plugin for the Catalyst authentication framework
-Version:        0.10018
-Release:        3%{?dist}
+Version:        0.10019
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Authentication-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/J/JJ/JJNAPIORK/Catalyst-Plugin-Authentication-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
@@ -19,6 +19,8 @@ BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(Digest::SHA1)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Moose)
+BuildRequires:  perl(MooseX::Emulate::Class::Accessor::Fast)
+BuildRequires:  perl(namespace::clean)
 BuildRequires:  perl(MRO::Compat)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::MockObject)
@@ -27,8 +29,7 @@ BuildRequires:  perl(Test::WWW::Mechanize::Catalyst)
 
 Requires:       perl(Catalyst::Plugin::Session) >= 0.10
 Requires:       perl(Catalyst::Runtime)
-Requires:       perl(Class::Inspector)
-Requires:       perl(MRO::Compat)
+Requires:       perl(MooseX::Emulate::Class::Accessor::Fast)
 
 # obsolete/provide old tests subpackage
 # can be removed during F19 development cycle
@@ -67,6 +68,9 @@ TEST_POD=1 make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Apr 29 2012 Iain Arnell <iarnell at gmail.com> 0.10019-1
+- update to latest upstream version
+
 * Sun Jan 22 2012 Iain Arnell <iarnell at gmail.com> 0.10018-3
 - drop tests subpackage
 
diff --git a/sources b/sources
index d118972..9696da3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1b670444931bdb033c54bccfb77f7d83  Catalyst-Plugin-Authentication-0.10018.tar.gz
+9f1948a3e58b5014fd81f806194d1e12  Catalyst-Plugin-Authentication-0.10019.tar.gz


More information about the scm-commits mailing list