From b81229d38c9148c01332eb8a9a05a8e7d39eb4d5 Mon Sep 17 00:00:00 2001 From: corsepiu Date: May 07 2010 06:59:28 +0000 Subject: - Upstream update. - Revert Marcela's 2010-05-04 changes. - Remove BR's on perl(Test::MinimumVersion), perl(Test::Pod), perl(Test::CPAN::Meta). (Reflect upstream having disabled tests depending on them). --- diff --git a/.cvsignore b/.cvsignore index c9147bb..05b00ce 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Params-Util-1.00.tar.gz +Params-Util-1.01.tar.gz diff --git a/perl-Params-Util.spec b/perl-Params-Util.spec index 4d9a8e3..17bb3a1 100644 --- a/perl-Params-Util.spec +++ b/perl-Params-Util.spec @@ -1,6 +1,6 @@ Name: perl-Params-Util -Version: 1.00 -Release: 4%{?dist} +Version: 1.01 +Release: 1%{?dist} Summary: Simple standalone param-checking functions License: GPL+ or Artistic Group: Development/Libraries @@ -10,15 +10,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(File::Spec) >= 0.82 BuildRequires: perl(Scalar::Util) >= 1.14 -BuildRequires: perl(Test::MinimumVersion) >= 0.007 - -# Required by the tests -BuildRequires: perl(Test::Pod) >= 1.00 -BuildRequires: perl(Test::CPAN::Meta) >= 0.07 %description Params::Util provides a basic set of importable functions that @@ -43,9 +38,6 @@ chmod -R u+w $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_ROOT %check -# remove until fix of Perl::MinimalVersion and version.pm -rm -rf t/99_pmv.t - make test AUTOMATED_TESTING=1 %files @@ -57,6 +49,13 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Fri May 07 2010 Ralf Corsépius - 1.01-1 +- Upstream update. +- Revert Marcela's 2010-05-04 changes. +- Remove BR's on perl(Test::MinimumVersion), perl(Test::Pod), + perl(Test::CPAN::Meta). + (Reflect upstream having disabled tests depending on them). + * Tue May 04 2010 Marcela Maslanova - 1.00-4 - Mass rebuild with perl-5.12.0 diff --git a/sources b/sources index ea9272c..9204388 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -827ba4b8bed00e718cea60321129be41 Params-Util-1.00.tar.gz +624a29683d7ea89a0bda10d7aeddca33 Params-Util-1.01.tar.gz