[perl-MooseX-Method-Signatures] update to 0.43

Iain Arnell iarnell at fedoraproject.org
Sun Jun 10 16:48:25 UTC 2012


commit 8f2386b5cc5006a6c0a0583756c5e94a2785bc4f
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Jun 10 10:48:20 2012 -0600

    update to 0.43

 .gitignore                         |    1 +
 perl-MooseX-Method-Signatures.spec |   13 +++++++++++--
 sources                            |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a46ffdf..33d63d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ MooseX-Method-Signatures-0.35.tar.gz
 /MooseX-Method-Signatures-0.36.tar.gz
 /MooseX-Method-Signatures-0.37.tar.gz
 /MooseX-Method-Signatures-0.42.tar.gz
+/MooseX-Method-Signatures-0.43.tar.gz
diff --git a/perl-MooseX-Method-Signatures.spec b/perl-MooseX-Method-Signatures.spec
index bd893a9..79956ae 100644
--- a/perl-MooseX-Method-Signatures.spec
+++ b/perl-MooseX-Method-Signatures.spec
@@ -1,5 +1,5 @@
 Name:           perl-MooseX-Method-Signatures
-Version:        0.42
+Version:        0.43
 Release:        1%{?dist}
 Summary:        Method declarations with type constraints and no source filter
 License:        GPL+ or Artistic
@@ -26,7 +26,7 @@ BuildRequires:  perl(Moose::Util)
 BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(MooseX::LazyRequire) >= 0.06
 BuildRequires:  perl(MooseX::Meta::TypeConstraint::ForceCoercion)
-BuildRequires:  perl(MooseX::Types) >= 0.19
+BuildRequires:  perl(MooseX::Types) >= 0.35
 BuildRequires:  perl(MooseX::Types::Moose) >= 0.19
 BuildRequires:  perl(MooseX::Types::Structured) >= 0.24
 BuildRequires:  perl(MooseX::Types::Util)
@@ -39,6 +39,8 @@ BuildRequires:  perl(Parse::Method::Signatures::TypeConstraint)
 BuildRequires:  perl(Parse::Method::Signatures::Types)
 BuildRequires:  perl(Sub::Name)
 BuildRequires:  perl(Task::Weaken)
+# not yet available in Fedora
+#BuildRequires:  perl(Test::CheckDeps)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::Moose)
@@ -47,6 +49,7 @@ BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Text::Balanced)
 # not automatically detected
 Requires:       perl(Moose::Meta::Method)
+Requires:       perl(MooseX::Types) >= 0.35
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -58,6 +61,9 @@ methods and validating their arguments against Moose type constraints.
 %prep
 %setup -q -n MooseX-Method-Signatures-%{version}
 
+# Test::CheckDeps not yet in Fedora
+rm -f t/00-check-deps.t
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -78,6 +84,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jun 10 2012 Iain Arnell <iarnell at gmail.com> 0.43-1
+- update to latest upstream version
+
 * Fri May 18 2012 Iain Arnell <iarnell at gmail.com> 0.42-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 24cacdf..2fa3e56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd080fa3b4aa77d1e4af61c5fd5fbd43  MooseX-Method-Signatures-0.42.tar.gz
+bbe3b08e310e79e404aa68caf3138d19  MooseX-Method-Signatures-0.43.tar.gz


More information about the scm-commits mailing list