[perl-Moo] update to 1.000005

Iain Arnell iarnell at fedoraproject.org
Sat Oct 27 16:05:42 UTC 2012


commit 2b81c69f13de6ad71c79f4591234a244a9efe1fe
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Oct 27 10:05:35 2012 -0600

    update to 1.000005

 .gitignore    |    1 +
 perl-Moo.spec |   11 +++++++----
 sources       |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7aa7c04..7436126 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /Moo-1.000001.tar.gz
 /Moo-1.000003.tar.gz
 /Moo-1.000004.tar.gz
+/Moo-1.000005.tar.gz
diff --git a/perl-Moo.spec b/perl-Moo.spec
index 1412980..a6a09ba 100644
--- a/perl-Moo.spec
+++ b/perl-Moo.spec
@@ -1,13 +1,13 @@
 Name:           perl-Moo
-Version:        1.000004
+Version:        1.000005
 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://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Moo-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/Moo-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(Class::Method::Modifiers) >= 1.04
+BuildRequires:  perl(Class::Method::Modifiers) >= 1.10
 BuildRequires:  perl(Devel::GlobalDestruction) >= 0.09
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Module::Runtime) >= 0.012
@@ -15,7 +15,7 @@ BuildRequires:  perl(Role::Tiny) >= 1.001003
 BuildRequires:  perl(strictures) >= 1.001001
 BuildRequires:  perl(Test::Fatal) >= 0.003
 BuildRequires:  perl(Test::More) >= 0.96
-Requires:       perl(Class::Method::Modifiers) >= 1.04
+Requires:       perl(Class::Method::Modifiers) >= 1.10
 Requires:       perl(Role::Tiny) >= 1.001003
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -52,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Oct 27 2012 Iain Arnell <iarnell at gmail.com> 1.000005-1
+- update to latest upstream version
+
 * Fri Oct 19 2012 Iain Arnell <iarnell at gmail.com> 1.000004-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 125691b..5d79fa9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b072b85cca96512d253004be00bd48c7  Moo-1.000004.tar.gz
+6f3cfacbabf31cf9c50f2b415ecc446f  Moo-1.000005.tar.gz


More information about the scm-commits mailing list