[perl-ExtUtils-InstallPaths] Update to 0.010

Paul Howarth pghmcfc at fedoraproject.org
Tue Oct 29 12:42:09 UTC 2013


commit bc5928c1648a608007e483ca1c2b63047ae5aaf6
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Oct 29 12:41:37 2013 +0000

    Update to 0.010
    
    - New upstream release 0.010
      - Deprecated usage of legacy configuration variables
      - Generate default paths more dynamically

 perl-ExtUtils-InstallPaths.spec |   18 +++++++++++++-----
 sources                         |    2 +-
 2 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/perl-ExtUtils-InstallPaths.spec b/perl-ExtUtils-InstallPaths.spec
index de9d3ab..86e86d2 100644
--- a/perl-ExtUtils-InstallPaths.spec
+++ b/perl-ExtUtils-InstallPaths.spec
@@ -1,6 +1,6 @@
 Name:		perl-ExtUtils-InstallPaths
-Version:	0.009
-Release:	6%{?dist}
+Version:	0.010
+Release:	1%{?dist}
 Summary:	Build.PL install path logic made easy
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -9,14 +9,17 @@ Source0:	http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-%{
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 # Build
-BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.30
 # Module
 BuildRequires:	perl(Carp)
-BuildRequires:	perl(ExtUtils::Config)
+BuildRequires:	perl(ExtUtils::Config) >= 0.002
 BuildRequires:	perl(File::Spec)
 # Test Suite
+BuildRequires:	perl(Config)
 BuildRequires:	perl(File::Spec::Functions)
 BuildRequires:	perl(File::Temp)
+BuildRequires:	perl(IO::Handle)
+BuildRequires:	perl(IPC::Open3)
 BuildRequires:	perl(Test::More)
 # Release Tests
 # perl-Pod-Coverage-TrustPod -> perl-Pod-Eventual -> perl-Mixin-Linewise ->
@@ -24,7 +27,7 @@ BuildRequires:	perl(Test::More)
 %if 0%{!?perl_bootstrap:1}
 BuildRequires:	perl(Pod::Coverage::TrustPod)
 BuildRequires:	perl(Test::Pod)
-BuildRequires:	perl(Test::Pod::Coverage)
+BuildRequires:	perl(Test::Pod::Coverage) >= 1.08
 %endif
 # Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -66,6 +69,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/ExtUtils::InstallPaths.3pm*
 
 %changelog
+* Tue Oct 29 2013 Paul Howarth <paul at city-fan.org> - 0.010-1
+- Update to 0.010
+  - Deprecated usage of legacy configuration variables
+  - Generate default paths more dynamically
+
 * Wed Sep  4 2013 Paul Howarth <paul at city-fan.org> - 0.009-6
 - Skip the release tests when bootstrapping
 
diff --git a/sources b/sources
index 8444340..d91832b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6136200e7569dc6d225a074f04530f16  ExtUtils-InstallPaths-0.009.tar.gz
+f0b00cc6c04653588a6298fa1f16c07f  ExtUtils-InstallPaths-0.010.tar.gz



More information about the perl-devel mailing list