[perl-MooseX-AttributeShortcuts] 0.19 bump

Petr Pisar ppisar at fedoraproject.org
Fri Apr 26 06:17:24 UTC 2013


commit 06fc0eafa91db2cc5fdf356c16e0920c5cab0722
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Apr 22 10:38:47 2013 +0200

    0.19 bump

 .gitignore                          |    1 +
 perl-MooseX-AttributeShortcuts.spec |   20 ++++++++++++++++----
 sources                             |    2 +-
 3 files changed, 18 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bea6200..6877c07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /MooseX-AttributeShortcuts-0.014.tar.gz
 /MooseX-AttributeShortcuts-0.015.tar.gz
 /MooseX-AttributeShortcuts-0.017.tar.gz
+/MooseX-AttributeShortcuts-0.019.tar.gz
diff --git a/perl-MooseX-AttributeShortcuts.spec b/perl-MooseX-AttributeShortcuts.spec
index 7cf4edb..b4af632 100644
--- a/perl-MooseX-AttributeShortcuts.spec
+++ b/perl-MooseX-AttributeShortcuts.spec
@@ -1,32 +1,41 @@
 Name:           perl-MooseX-AttributeShortcuts
-Version:        0.017
-Release:        2%{?dist}
+Version:        0.019
+Release:        1%{?dist}
 Summary:        Shorthand for common Moose attribute options
 License:        LGPLv2
 Group:          Development/Libraries
 URL:            http://metacpan.org/release/MooseX-AttributeShortcuts/
 Source0:        http://www.cpan.org/authors/id/R/RS/RSRCHBOY/MooseX-AttributeShortcuts-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Exporter)
 BuildRequires:  perl(Moose::Util::MetaRole)
 BuildRequires:  perl(Moose::Util::TypeConstraints)
+BuildRequires:  perl(MooseX::CoercePerAttribute) >= 0.802
 BuildRequires:  perl(MooseX::Role::Parameterized)
 BuildRequires:  perl(MooseX::Types::Common::String)
 BuildRequires:  perl(MooseX::Types::Moose)
 BuildRequires:  perl(namespace::autoclean)
 # Tests only:
+BuildRequires:  perl(aliased)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(MooseX::Types::Path::Class)
+BuildRequires:  perl(Moose::Util)
+BuildRequires:  perl(Path::Class)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::Moose)
-BuildRequires:  perl(Test::Moose::More) >= 0.017
+BuildRequires:  perl(Test::Moose::More) >= 0.018
 BuildRequires:  perl(Test::More) >= 0.88
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(MooseX::CoercePerAttribute) >= 0.802
 
 %description
 Ever find yourself repeatedly specifying writers and builders, because there's
@@ -62,6 +71,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 22 2013 Petr Pisar <ppisar at redhat.com> - 0.019-1
+- 0.19 bump
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.017-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 4fab36e..653f96b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d147a60f567e73c1c7547df5d6f5bfd  MooseX-AttributeShortcuts-0.017.tar.gz
+eef4905f87832b270d0d5cb5ef582f49  MooseX-AttributeShortcuts-0.019.tar.gz


More information about the scm-commits mailing list