[perl-MooseX-Types] update to 0.35

Iain Arnell iarnell at fedoraproject.org
Sat Jun 9 19:01:45 UTC 2012


commit 9b390f99077182f0eaca4c0bd01ef890e8f95e87
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Jun 9 13:01:39 2012 -0600

    update to 0.35

 .gitignore             |    1 +
 perl-MooseX-Types.spec |   11 ++++++++---
 sources                |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f13a472..f45c278 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ MooseX-Types-0.22.tar.gz
 /MooseX-Types-0.27.tar.gz
 /MooseX-Types-0.30.tar.gz
 /MooseX-Types-0.31.tar.gz
+/MooseX-Types-0.35.tar.gz
diff --git a/perl-MooseX-Types.spec b/perl-MooseX-Types.spec
index 54f4c66..87cdb08 100644
--- a/perl-MooseX-Types.spec
+++ b/perl-MooseX-Types.spec
@@ -1,5 +1,5 @@
 Name:       perl-MooseX-Types
-Version:    0.31
+Version:    0.35
 Release:    1%{?dist}
 # see Makefile.PL, lib/MooseX/Types.pm
 License:    GPL+ or Artistic
@@ -33,7 +33,7 @@ BuildRequires:  perl(Sub::Name)
 %{?perl_default_filter}
 
 %description
-The types provided with the Moose manpage are by design global. This
+The types provided with the Moose man page are by design global. This
 package helps you to organize and selectively import your own and the
 built-in types in libraries. As a nice side effect, it catches typos at
 compile-time too.
@@ -48,6 +48,9 @@ easier to use Moose types in your code.
 %prep
 %setup -q -n MooseX-Types-%{version}
 
+# silence rpmlint
+sed -i '1s,^#!.*perl,#!%{__perl},' t/*.t
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -55,7 +58,6 @@ make %{?_smp_mflags}
 %install
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
 %{_fixperms} %{buildroot}/*
 
@@ -68,6 +70,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Jun 09 2012 Iain Arnell <iarnell at gmail.com> 0.35-1
+- update to latest upstream version
+
 * Thu Jan 12 2012 Iain Arnell <iarnell at gmail.com> 0.31-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 3faf1d9..0b94d88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aea9a4cc6760e73ebb41604006e65ca1  MooseX-Types-0.31.tar.gz
+dff0152c0f89802fad5badffd3b465ec  MooseX-Types-0.35.tar.gz



More information about the perl-devel mailing list