[perl-Catalyst-Action-REST] update to 0.87

Iain Arnell iarnell at fedoraproject.org
Sat Nov 6 11:03:32 UTC 2010


commit 0e1c038973c72ff86e72654693b16f0319924351
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Nov 6 11:54:34 2010 +0100

    update to 0.87

 .gitignore                     |    1 +
 perl-Catalyst-Action-REST.spec |    9 +++++++--
 sources                        |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33ced8d..8746c92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Catalyst-Action-REST-0.85.tar.gz
 /Catalyst-Action-REST-0.86.tar.gz
+/Catalyst-Action-REST-0.87.tar.gz
diff --git a/perl-Catalyst-Action-REST.spec b/perl-Catalyst-Action-REST.spec
index 14bcf69..c4f9852 100644
--- a/perl-Catalyst-Action-REST.spec
+++ b/perl-Catalyst-Action-REST.spec
@@ -1,5 +1,5 @@
 Name:           perl-Catalyst-Action-REST
-Version:        0.86
+Version:        0.87
 Release:        1%{?dist}
 Summary:        Automated REST Method Dispatching
 License:        GPL+ or Artistic
@@ -15,9 +15,10 @@ BuildRequires:  perl(Data::Taxi)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(FreezeThaw)
 BuildRequires:  perl(JSON) >= 2.12
+BuildRequires:  perl(JSON::XS)
 BuildRequires:  perl(LWP::UserAgent) >= 2.033
 BuildRequires:  perl(Module::Pluggable::Object)
-BuildRequires:  perl(Moose)
+BuildRequires:  perl(Moose) >= 1.03
 BuildRequires:  perl(MRO::Compat) >= 0.10
 BuildRequires:  perl(namespace::autoclean)
 BuildRequires:  perl(Params::Validate) >= 0.76
@@ -33,6 +34,7 @@ Requires:       perl(Data::Taxi)
 Requires:       perl(FreezeThaw)
 Requires:       perl(JSON) >= 2.12
 Requires:       perl(LWP::UserAgent) >= 2.033
+Requires:       perl(Moose) >= 1.03
 Requires:       perl(MRO::Compat) >= 0.10
 Requires:       perl(Params::Validate) >= 0.76
 Requires:       perl(PHP::Serialization)
@@ -74,6 +76,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Nov 06 2010 Iain Arnell <iarnell at gmail.com> 0.87-1
+- update to latest upstream
+
 * Sun Sep 05 2010 Iain Arnell <iarnell at gmail.com> 0.86-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 5779232..2ebb406 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa61241bb46bbc77f892a387df1bc8c6  Catalyst-Action-REST-0.86.tar.gz
+f675a5a26112923e84a3c21982096cbb  Catalyst-Action-REST-0.87.tar.gz



More information about the perl-devel mailing list