[perl-Moo] update to 1.000000

Iain Arnell iarnell at fedoraproject.org
Fri Jul 20 14:27:13 UTC 2012


commit a09a2b062257d507ab2b4e112765dfe3ce136aed
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Jul 20 08:27:06 2012 -0600

    update to 1.000000

 .gitignore    |    1 +
 perl-Moo.spec |    7 ++++++-
 sources       |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d974b51..bfbe23b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Moo-0.009014.tar.gz
 /Moo-0.091007.tar.gz
 /Moo-0.091014.tar.gz
+/Moo-1.000000.tar.gz
diff --git a/perl-Moo.spec b/perl-Moo.spec
index f874f85..c7d1304 100644
--- a/perl-Moo.spec
+++ b/perl-Moo.spec
@@ -1,5 +1,5 @@
 Name:           perl-Moo
-Version:        0.091014
+Version:        1.000000
 Release:        1%{?dist}
 Summary:        Minimalist Object Orientation (with Moose compatibility)
 License:        GPL+ or Artistic
@@ -15,6 +15,7 @@ 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(Role::Tiny) >= 1.001003
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -50,6 +51,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 20 2012 Iain Arnell <iarnell at gmail.com> 1.000000-1
+- update to latest upstream version
+- explicity require Role::Tiny >= 1.001003
+
 * Tue Jul 17 2012 Iain Arnell <iarnell at gmail.com> 0.091014-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 37f96c4..ad79b10 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-100937be2395297989026780454d9fee  Moo-0.091014.tar.gz
+089cd4ea72888f3ce3e557c8de17cb1d  Moo-1.000000.tar.gz


More information about the scm-commits mailing list