Upstream update.

Deactivate t/release-pod-coverage.t
(Add Params-Validate-1.00-no-pod-coverage.patch).
This commit is contained in:
Ralf Corsépius 2011-06-30 12:48:13 +02:00
parent 2f30b0a700
commit 4d569faffe
4 changed files with 23 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/Params-Validate-0.99.tar.gz
/Params-Validate-1.00.tar.gz

View File

@ -0,0 +1,11 @@
--- Params-Validate-1.00.orig/t/release-pod-coverage.t 2011-06-11 16:26:01.000000000 +0200
+++ Params-Validate-1.00/t/release-pod-coverage.t 2011-06-30 12:16:04.897533344 +0200
@@ -11,6 +11,8 @@
use Test::More;
+plan skip_all => 'Test disabled, POD coverage is incomplete';
+
eval "use Test::Pod::Coverage 1.04";
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"
if $@;

View File

@ -1,7 +1,7 @@
Summary: Params-Validate Perl module
Name: perl-Params-Validate
Version: 0.99
Release: 3%{?dist}
Version: 1.00
Release: 1%{?dist}
License: Artistic2.0
Group: Development/Libraries
URL: http://search.cpan.org/dist/Params-Validate/
@ -9,6 +9,8 @@ Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Params-Validate-%{
# Hacks to make spell checking tests work with hunspell
Patch0: Params-Validate-0.99.diff
# Pod support is incomplete and kills release-testing testsuite
Patch1: Params-Validate-1.00-no-pod-coverage.patch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -41,6 +43,7 @@ certain methods, or applying validation callbacks to arguments.
%prep
%setup -q -n Params-Validate-%{version}
%patch0 -p1
%patch1 -p1
sed -i -e "s,set_spell_cmd(.*),set_spell_cmd(\'hunspell -l\')," t/release-pod-spell.t
%build
@ -65,6 +68,11 @@ RELEASE_TESTING=1 ./Build test
%{_mandir}/man3/*
%changelog
* Thu Jun 30 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.00-1
- Upstream update.
- Deactivate t/release-pod-coverage.t
(Add Params-Validate-1.00-no-pod-coverage.patch).
* Thu Jun 30 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.99-3
- Fix up bogus Tue Jun 28 2011 changelog entry.
- Fix License (Artistic2.0).

View File

@ -1 +1 @@
218b0e970b3568eeddf83f65b24657f6 Params-Validate-0.99.tar.gz
e8989f5686de4cd916cd973ccf097625 Params-Validate-1.00.tar.gz