[perl-MooseX-AttributeShortcuts] 0.021 bump

Petr Pisar ppisar at fedoraproject.org
Tue Sep 10 11:42:46 UTC 2013


commit cca061a2cc26c20ebd787edf2bc2909604666950
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Sep 10 13:42:18 2013 +0200

    0.021 bump

 .gitignore                          |    1 +
 perl-MooseX-AttributeShortcuts.spec |   13 +++++++------
 sources                             |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d9e2d41..20e5ec6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /MooseX-AttributeShortcuts-0.017.tar.gz
 /MooseX-AttributeShortcuts-0.019.tar.gz
 /MooseX-AttributeShortcuts-0.020.tar.gz
+/MooseX-AttributeShortcuts-0.021.tar.gz
diff --git a/perl-MooseX-AttributeShortcuts.spec b/perl-MooseX-AttributeShortcuts.spec
index 3618e49..7e1e60d 100644
--- a/perl-MooseX-AttributeShortcuts.spec
+++ b/perl-MooseX-AttributeShortcuts.spec
@@ -1,5 +1,5 @@
 Name:           perl-MooseX-AttributeShortcuts
-Version:        0.020
+Version:        0.021
 Release:        1%{?dist}
 Summary:        Shorthand for common Moose attribute options
 License:        LGPLv2
@@ -16,19 +16,18 @@ BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Exporter)
 BuildRequires:  perl(Moose::Util::MetaRole)
 BuildRequires:  perl(Moose::Util::TypeConstraints)
-BuildRequires:  perl(MooseX::CoercePerAttribute) >= 1.000
 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(blib)
-BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(constant)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Moose::Role)
-BuildRequires:  perl(MooseX::Types::Path::Class)
 BuildRequires:  perl(Moose::Util)
+BuildRequires:  perl(MooseX::Types::Path::Class)
 BuildRequires:  perl(Path::Class)
 BuildRequires:  perl(Test::CheckDeps) >= 0.004
 BuildRequires:  perl(Test::Fatal)
@@ -36,7 +35,6 @@ BuildRequires:  perl(Test::Moose)
 BuildRequires:  perl(Test::Moose::More) >= 0.018
 BuildRequires:  perl(Test::More) >= 0.94
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:       perl(MooseX::CoercePerAttribute) >= 1.000
 
 %description
 Ever find yourself repeatedly specifying writers and builders, because there's
@@ -71,6 +69,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 10 2013 Petr Pisar <ppisar at redhat.com> - 0.021-1
+- 0.021 bump
+
 * Tue Aug 27 2013 Petr Pisar <ppisar at redhat.com> - 0.020-1
 - 0.020 bump
 
diff --git a/sources b/sources
index 38ae448..14020ef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-08010ed30a414202e60e666975235bb1  MooseX-AttributeShortcuts-0.020.tar.gz
+7d2355e6d83f1a4acc84f588a715865f  MooseX-AttributeShortcuts-0.021.tar.gz



More information about the perl-devel mailing list