commit 53084835c132f67768edfcca87ed2753b9418857 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Tue Aug 27 14:33:50 2013 +0200 0.020 bump .gitignore | 1 + perl-MooseX-AttributeShortcuts.spec | 25 ++++++++++++++----------- sources | 2 +- 3 files changed, 16 insertions(+), 12 deletions(-) --- diff --git a/.gitignore b/.gitignore index 6877c07..d9e2d41 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /MooseX-AttributeShortcuts-0.015.tar.gz /MooseX-AttributeShortcuts-0.017.tar.gz /MooseX-AttributeShortcuts-0.019.tar.gz +/MooseX-AttributeShortcuts-0.020.tar.gz diff --git a/perl-MooseX-AttributeShortcuts.spec b/perl-MooseX-AttributeShortcuts.spec index cd1b7bc..3618e49 100644 --- a/perl-MooseX-AttributeShortcuts.spec +++ b/perl-MooseX-AttributeShortcuts.spec @@ -1,6 +1,6 @@ Name: perl-MooseX-AttributeShortcuts -Version: 0.019 -Release: 3%{?dist} +Version: 0.020 +Release: 1%{?dist} Summary: Shorthand for common Moose attribute options License: LGPLv2 Group: Development/Libraries @@ -16,26 +16,27 @@ 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::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(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::CheckDeps) >= 0.004 BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::Moose) 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 +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 @@ -53,24 +54,26 @@ handle the above variations. %setup -q -n MooseX-AttributeShortcuts-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Aug 27 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 0.020-1 +- 0.020 bump + * Wed Aug 07 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 0.019-3 - Perl 5.18 rebuild diff --git a/sources b/sources index 653f96b..38ae448 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eef4905f87832b270d0d5cb5ef582f49 MooseX-AttributeShortcuts-0.019.tar.gz +08010ed30a414202e60e666975235bb1 MooseX-AttributeShortcuts-0.020.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel