[perl-MooseX-Params-Validate] Update to 0.21

Emmanuel Seyman eseyman at fedoraproject.org
Sun Feb 15 04:12:44 UTC 2015


commit 964cd9368d9b617e363f988d5e0e809a26e3ffaf
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Feb 15 05:12:33 2015 +0100

    Update to 0.21

 .gitignore                       |    1 +
 perl-MooseX-Params-Validate.spec |   16 +++++++++-------
 sources                          |    2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6cc151e..b353531 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ MooseX-Params-Validate-0.14.tar.gz
 /MooseX-Params-Validate-0.16.tar.gz
 /MooseX-Params-Validate-0.18.tar.gz
 /MooseX-Params-Validate-0.19.tar.gz
+/MooseX-Params-Validate-0.21.tar.gz
diff --git a/perl-MooseX-Params-Validate.spec b/perl-MooseX-Params-Validate.spec
index 42bc6ea..cae3fa8 100644
--- a/perl-MooseX-Params-Validate.spec
+++ b/perl-MooseX-Params-Validate.spec
@@ -1,7 +1,7 @@
 Name:           perl-MooseX-Params-Validate
 Summary:        Extension of Params::Validate using Moose's types
-Version:        0.19
-Release:        5%{?dist}
+Version:        0.21
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 
 Source0:        http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-Params-Validate-%{version}.tar.gz 
@@ -11,12 +11,12 @@ BuildArch:      noarch
 
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Devel::Caller)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
-BuildRequires:  perl(Moose) >= 0.58
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.75
+BuildRequires:  perl(Moose) >= 2.1200
 BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(overload)
-BuildRequires:  perl(Params::Validate) >= 0.88
+BuildRequires:  perl(Params::Validate) >= 1.15
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Sub::Exporter)
@@ -38,12 +38,11 @@ the "official" one by any means though.
 sed -i -e '1s,#!.*perl,#!%{__perl},' t/*.t
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -57,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 15 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.21-1
+- Update to 0.21
+
 * Tue Nov 11 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.19-1
 - Update to 0.19
 - Use the %%license tag
diff --git a/sources b/sources
index 98c6131..54472db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5a0a4e69316935572de18c6ddc42b95  MooseX-Params-Validate-0.19.tar.gz
+6820bde80c022622bf9cb9aad27c48f6  MooseX-Params-Validate-0.21.tar.gz


More information about the scm-commits mailing list