From 21d666541be57b16d95d0241325283775a2570da Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Fri, 6 Jan 2012 16:31:42 +0100 Subject: [PATCH] update to 0.009013 --- .gitignore | 1 + perl-Moo.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c5c44ea..b7326f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /Moo-0.009010.tar.gz /Moo-0.009011.tar.gz /Moo-0.009012.tar.gz +/Moo-0.009013.tar.gz diff --git a/perl-Moo.spec b/perl-Moo.spec index c9f3980..d6de831 100644 --- a/perl-Moo.spec +++ b/perl-Moo.spec @@ -1,18 +1,18 @@ Name: perl-Moo -Version: 0.009012 +Version: 0.009013 Release: 1%{?dist} Summary: Minimalist Object Orientation (with Moose compatibility) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Moo/ -Source0: http://www.cpan.org/authors/id/M/MS/MSTROUT/Moo-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/Moo-%{version}.tar.gz BuildArch: noarch -BuildRequires: perl(Class::Method::Modifiers) >= 1.05 +BuildRequires: perl(Class::Method::Modifiers) >= 1.07 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strictures) >= 1.001001 BuildRequires: perl(Test::Fatal) >= 0.003 BuildRequires: perl(Test::More) >= 0.96 -Requires: perl(Class::Method::Modifiers) >= 1.05 +Requires: perl(Class::Method::Modifiers) >= 1.07 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} @@ -49,6 +49,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Jan 06 2012 Iain Arnell 0.009013-1 +- update to latest upstream version + * Sun Nov 20 2011 Iain Arnell 0.009012-1 - update to latest upstream version - filter private requires/provides diff --git a/sources b/sources index a66768f..e10f150 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -58eb7e75104407bc7380f7019f1e7b75 Moo-0.009012.tar.gz +80ec444a3d274abe66b37ea4e5006ab9 Moo-0.009013.tar.gz