[perl-Pod-Usage] 1.61 bump

Petr Pisar ppisar at fedoraproject.org
Wed Feb 6 15:27:32 UTC 2013


commit 35f12b17460cb3b92440e4107d8cebd82206e9f9
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Feb 6 16:27:18 2013 +0100

    1.61 bump

 .gitignore          |    1 +
 perl-Pod-Usage.spec |    9 +++++----
 sources             |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index adbaa38..4348658 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Pod-Usage-1.60.tar.gz
+/Pod-Usage-1.61.tar.gz
diff --git a/perl-Pod-Usage.spec b/perl-Pod-Usage.spec
index 66a5c65..9eb1f41 100644
--- a/perl-Pod-Usage.spec
+++ b/perl-Pod-Usage.spec
@@ -1,5 +1,5 @@
 Name:           perl-Pod-Usage
-Version:        1.60
+Version:        1.61
 Release:        1%{?dist}
 Summary:        Print a usage message from embedded pod documentation
 License:        GPL+ or Artistic
@@ -24,7 +24,7 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(FileHandle)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.6
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # Pod::Usage executes perldoc from perl-Pod-Perldoc by default
 Requires:       perl-Pod-Perldoc
@@ -56,8 +56,6 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-# pod2usage.t fails currently, CPAN RT #83111
-rm -f t/pod/pod2usage.t
 make test
 
 %files
@@ -68,5 +66,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 06 2013 Petr Pisar <ppisar at redhat.com> - 1.61-1
+- 1.61 bump
+
 * Mon Feb 04 2013 Petr Pisar <ppisar at redhat.com> 1.60-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index 30b564d..cd3e95c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71b2e69a2334d6fbedc835eea0d9b1e1  Pod-Usage-1.60.tar.gz
+c0262024e2949c0d27b3e8db65d3ad84  Pod-Usage-1.61.tar.gz


More information about the scm-commits mailing list