[perl-MooseX-Types-Common] update to 0.001008

Iain Arnell iarnell at fedoraproject.org
Sun Jun 17 15:09:19 UTC 2012


commit 5cd9abaf7409a8aa758456a8ab616a763297e7f6
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Jun 17 09:09:16 2012 -0600

    update to 0.001008

 .gitignore                    |    1 +
 perl-MooseX-Types-Common.spec |   11 +++++++----
 sources                       |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 67cb29c..bed3b1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ MooseX-Types-Common-0.001002.tar.gz
 /MooseX-Types-Common-0.001005.tar.gz
 /MooseX-Types-Common-0.001006.tar.gz
 /MooseX-Types-Common-0.001007.tar.gz
+/MooseX-Types-Common-0.001008.tar.gz
diff --git a/perl-MooseX-Types-Common.spec b/perl-MooseX-Types-Common.spec
index 0e75f3f..546d6cb 100644
--- a/perl-MooseX-Types-Common.spec
+++ b/perl-MooseX-Types-Common.spec
@@ -1,16 +1,16 @@
 Name:           perl-MooseX-Types-Common 
 Summary:        A library of commonly used type constraints 
-Version:        0.001007
+Version:        0.001008
 Release:        1%{?dist}
 License:        GPL+ or Artistic 
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/A/AR/ARCANEZ/MooseX-Types-Common-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/MooseX-Types-Common-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/MooseX-Types-Common
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
 BuildRequires:  perl(Capture::Tiny)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.36
+BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(Moose) >= 0.39
 BuildRequires:  perl(MooseX::Types) >= 0.04
 BuildRequires:  perl(Test::Fatal)
@@ -38,7 +38,6 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
 %{_fixperms} %{buildroot}/*
 
@@ -51,6 +50,10 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Jun 17 2012 Iain Arnell <iarnell at gmail.com> 0.001008-1
+- update to latest upstream version
+- BR inc::Module::Install instead of EU::MM
+
 * Sun Feb 26 2012 Iain Arnell <iarnell at gmail.com> 0.001007-1
 - update to latest upstream version
 - drop Test::Exception build requirement again
diff --git a/sources b/sources
index 7e49d2e..2ec3308 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a347bb8a82ee58a3d1a9f74c0f6c804  MooseX-Types-Common-0.001007.tar.gz
+0346d19397c3a3e83c25d82c23f64549  MooseX-Types-Common-0.001008.tar.gz


More information about the scm-commits mailing list