[perl-Math-Factor-XS/f17] Change minimal Module::Build version in Build script

Miro Hrončok churchyard at fedoraproject.org
Thu Jan 3 17:34:57 UTC 2013


commit 6b35018b909e5cb9658f91bece139dbadb76c549
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Thu Jan 3 18:34:15 2013 +0100

    Change minimal Module::Build version in Build script

 perl-Math-Factor-XS.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/perl-Math-Factor-XS.spec b/perl-Math-Factor-XS.spec
index 74ad0be..cf77002 100644
--- a/perl-Math-Factor-XS.spec
+++ b/perl-Math-Factor-XS.spec
@@ -32,6 +32,8 @@ Math::Factor::XS factorizes numbers by applying trial divisions.
 
 %build
 %{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
+# Module::Build 0.40 is required but not actually needed
+sed -i 's/q{0.40}/q{0.38}/' Build
 
 ./Build
 


More information about the scm-commits mailing list