[perl-MooseX-Role-XMLRPC-Client] update to 0.06

Iain Arnell iarnell at fedoraproject.org
Wed Apr 4 11:28:44 UTC 2012


commit a0e8cebe3904d21fec618ebdc84c00cee7aa4ab0
Author: Iain Arnell <iarnell at gmail.com>
Date:   Wed Apr 4 05:28:26 2012 -0600

    update to 0.06

 .gitignore                          |    1 +
 perl-MooseX-Role-XMLRPC-Client.spec |   23 +++++++++++++----------
 sources                             |    2 +-
 3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 674eb49..a81abbf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 MooseX-Role-XMLRPC-Client-0.04.tar.gz
 /MooseX-Role-XMLRPC-Client-0.05.tar.gz
+/MooseX-Role-XMLRPC-Client-0.06.tar.gz
diff --git a/perl-MooseX-Role-XMLRPC-Client.spec b/perl-MooseX-Role-XMLRPC-Client.spec
index a5e495b..cef210d 100644
--- a/perl-MooseX-Role-XMLRPC-Client.spec
+++ b/perl-MooseX-Role-XMLRPC-Client.spec
@@ -1,5 +1,5 @@
 Name:       perl-MooseX-Role-XMLRPC-Client 
-Version:    0.05
+Version:    0.06
 Release:    1%{?dist}
 # lib/MooseX/Role/XMLRPC/Client.pm -> LGPLv2+
 License:    LGPLv2+
@@ -10,20 +10,20 @@ Url:        http://search.cpan.org/dist/MooseX-Role-XMLRPC-Client
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
 
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires: perl(File::Find)
+BuildRequires: perl(File::Temp)
 BuildRequires: perl(HTTP::Cookies)
+BuildRequires: perl(Moose)
 BuildRequires: perl(MooseX::AttributeShortcuts)
-BuildRequires: perl(MooseX::Role::Parameterized) >= 0.02
-BuildRequires: perl(MooseX::Types)
+BuildRequires: perl(MooseX::Role::Parameterized)
+BuildRequires: perl(MooseX::Types::Moose)
 BuildRequires: perl(MooseX::Types::Path::Class)
 BuildRequires: perl(MooseX::Types::URI)
 BuildRequires: perl(namespace::clean)
 BuildRequires: perl(RPC::XML::Client)
-# tests
-BuildRequires: perl(Test::More)
-BuildRequires: perl(Crypt::SSLeay)
-# see RT#44197
-BuildRequires: perl(CPAN)
+BuildRequires: perl(Test::More) >= 0.88
+BuildRequires: perl(Test::Requires)
 
 %{?perl_default_filter}
 
@@ -52,11 +52,14 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{?!_with_network_tests: NO_NET_TESTS=1} make test
 
 %files
-%doc Changes README 
+%doc Changes LICENSE README 
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Apr 04 2012 Iain Arnell <iarnell at gmail.com> 0.06-1
+- update to latest upstream version
+
 * Tue Apr 03 2012 Iain Arnell <iarnell at gmail.com> 0.05-1
 - update to latest upstream version
 - clean up spec for modern rpmbuild
diff --git a/sources b/sources
index 8b081f4..a1bb068 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c8a3a98d59607aa7f459bb314079115  MooseX-Role-XMLRPC-Client-0.05.tar.gz
+aa14a622e9e731dce93e84b508534e61  MooseX-Role-XMLRPC-Client-0.06.tar.gz


More information about the scm-commits mailing list