[perl-Params-Classify] clarify ExtUtils::ParseXS build requirement version

Iain Arnell iarnell at fedoraproject.org
Sat Nov 6 06:49:40 UTC 2010


commit 856d2da8bc1f9d29f08a8e9dad8a9a30902c39a3
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Nov 6 07:49:11 2010 +0100

    clarify ExtUtils::ParseXS build requirement version

 perl-Params-Classify.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Params-Classify.spec b/perl-Params-Classify.spec
index de13aec..89e1fb8 100644
--- a/perl-Params-Classify.spec
+++ b/perl-Params-Classify.spec
@@ -1,11 +1,13 @@
 Name:           perl-Params-Classify
 Version:        0.012
-Release:        1%{?dist}
+Release:        2%{?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(Module::Build)
 BuildRequires:  perl(parent)
@@ -51,6 +53,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sat Nov 06 2010 Iain Arnell <iarnell at gmail.com> 0.012-2
+- clarify ExtUtils::ParseXS build requirement version
+
 * Thu Nov 04 2010 Iain Arnell <iarnell at gmail.com> 0.012-1
 - update to latest upstream version
 - use correct optflags macro



More information about the perl-devel mailing list