[perl-Statistics-Descriptive] update to 3.0603

Iain Arnell iarnell at fedoraproject.org
Fri May 18 18:06:13 UTC 2012


commit c40dc3e5efe4a31c67b0b4877330d4db9f9d5a4d
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri May 18 12:06:07 2012 -0600

    update to 3.0603

 .gitignore                       |    1 +
 perl-Statistics-Descriptive.spec |    8 ++++++--
 sources                          |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d51ebb..5e8db73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Statistics-Descriptive-3.0200.tar.gz
 /Statistics-Descriptive-3.0203.tar.gz
 /Statistics-Descriptive-3.0300.tar.gz
 /Statistics-Descriptive-3.0400.tar.gz
+/Statistics-Descriptive-3.0603.tar.gz
diff --git a/perl-Statistics-Descriptive.spec b/perl-Statistics-Descriptive.spec
index 3203b32..6f7bbf6 100644
--- a/perl-Statistics-Descriptive.spec
+++ b/perl-Statistics-Descriptive.spec
@@ -1,5 +1,5 @@
 Name:           perl-Statistics-Descriptive
-Version:        3.0400
+Version:        3.0603
 Release:        1%{?dist}
 Summary:        Perl module of basic descriptive statistical functions
 License:        GPL+ or Artistic
@@ -9,6 +9,8 @@ Source0:        http://www.cpan.org/authors/id/S/SH/SHLOMIF/Statistics-Descripti
 BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -30,7 +32,6 @@ are available.
 
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -43,6 +44,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 18 2012 Iain Arnell <iarnell at gmail.com> 3.0603-1
+- update to latest upstream version
+
 * Fri Mar 02 2012 Iain Arnell <iarnell at gmail.com> 3.0400-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 25d0983..0a61a73 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6b296c635bb856a3af0f420c0d78863f  Statistics-Descriptive-3.0400.tar.gz
+0168b68d0d1a4b77ee58c983ebba9305  Statistics-Descriptive-3.0603.tar.gz


More information about the scm-commits mailing list