commit 15276c1bd3cc6c0440f5532e33a5ff8d3780557e Author: Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> Date: Tue Jan 22 17:38:14 2013 +0800 Explicitly specify the minimum versions for requirements This was recommended by Petr during the review. perl-Text-Affixes.spec | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) --- diff --git a/perl-Text-Affixes.spec b/perl-Text-Affixes.spec index d254227..6ceda34 100644 --- a/perl-Text-Affixes.spec +++ b/perl-Text-Affixes.spec @@ -12,8 +12,8 @@ BuildRequires: perl(AutoLoader) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Pod) >= 1.14 +BuildRequires: perl(Test::Pod::Coverage) >= 1.04 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -53,6 +53,7 @@ make test %changelog - Add missing build requirements. - Replace usage of the %%{__perl} macro by the plain perl command. +- Explicitly specify the minimum versions for requirements. * Fri Jan 18 2013 Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> - 0.07-1 - Initial package for Fedora, with help from cpanspec. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel