From f5a7d4e407550c61a332423568dcc1f99e6a4819 Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Fri, 19 Nov 2010 07:42:58 +0100 Subject: [PATCH] BR perl(ExtUtils::ParseXS) >= 2.2006 now that it's available --- perl-Params-Classify.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/perl-Params-Classify.spec b/perl-Params-Classify.spec index 89e1fb8..f969dce 100644 --- a/perl-Params-Classify.spec +++ b/perl-Params-Classify.spec @@ -1,14 +1,12 @@ Name: perl-Params-Classify Version: 0.012 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Argument type classification License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Params-Classify/ Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Params-Classify-%{version}.tar.gz -# we strictly require ExtUtils::ParseXS >= 2.2006, but f14 currently has 2.21 -# (and f13 only has 2.2002). -BuildRequires: perl(ExtUtils::ParseXS) +BuildRequires: perl(ExtUtils::ParseXS) >= 2.2006 BuildRequires: perl(Module::Build) BuildRequires: perl(parent) BuildRequires: perl(Scalar::Util) >= 1.01 @@ -53,6 +51,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_mandir}/man3/* %changelog +* Tue Nov 09 2010 Iain Arnell 0.012-3 +- BR perl(ExtUtils::ParseXS) >= 2.2006 now that it's available + * Sat Nov 06 2010 Iain Arnell 0.012-2 - clarify ExtUtils::ParseXS build requirement version