[perl-App-cpanminus] 1.6002 bump

Petr Pisar ppisar at fedoraproject.org
Thu Feb 28 12:16:49 UTC 2013


commit f4d6482aa90b2933ed775536c75f9bee74b74f31
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Feb 28 13:16:38 2013 +0100

    1.6002 bump

 .gitignore              |    1 +
 perl-App-cpanminus.spec |   19 ++++++++++++++++---
 sources                 |    2 +-
 3 files changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bb8ab24..3954665 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@ App-cpanminus-0.9935.tar.gz
 /App-cpanminus-1.5018.tar.gz
 /App-cpanminus-1.5019.tar.gz
 /App-cpanminus-1.5021.tar.gz
+/App-cpanminus-1.6002.tar.gz
diff --git a/perl-App-cpanminus.spec b/perl-App-cpanminus.spec
index b4dd7b3..e831991 100644
--- a/perl-App-cpanminus.spec
+++ b/perl-App-cpanminus.spec
@@ -1,20 +1,25 @@
 Name:           perl-App-cpanminus
-Version:        1.5021
+Version:        1.6002
 Release:        1%{?dist}
-Summary:        Library for get, unpack, build and install CPAN modules
+Summary:        Get, unpack, build and install CPAN modules
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/App-cpanminus/
 Source0:        http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Tests:
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # Required by bin/cpanm
 Requires:       perl(base)
 Requires:       perl(constant)
 # CPAN::DistnameInfo bundled
-Requires:       perl(CPAN::Meta::Requirements)
+# CPAN::Meta not used
+# CPAN::Meta::Requirements bundled
+# CPAN::Meta::YAML bundled
 Requires:       perl(Cwd)
 Requires:       perl(Digest::SHA)
 Requires:       perl(Encode)
@@ -22,6 +27,7 @@ Requires:       perl(Exporter)
 Requires:       perl(ExtUtils::Install) >= 1.46
 Requires:       perl(ExtUtils::MakeMaker) >= 6.31
 Requires:       perl(File::Path)
+# File::pushd bundled
 Requires:       perl(File::Spec)
 Requires:       perl(Getopt::Long)
 # HTTP getter by LWP::UserAgent or wget or curl or HTTP::Tiny
@@ -30,6 +36,8 @@ Requires:       perl(IO::File)
 Requires:       perl(IO::Socket)
 Requires:       perl(JSON)
 # JSON::PP bundled
+# lib::core::only not used
+# local::lib bundled
 Requires:       perl(Math::BigFloat)
 Requires:       perl(Math::BigInt)
 Requires:       perl(Module::Build)
@@ -41,12 +49,14 @@ Requires:       perl(Module::Signature)
 Requires:       perl(Safe)
 Requires:       perl(Scalar::Util)
 Requires:       perl(Time::Local)
+# version bundled
 Requires:       perl(YAML)
 # XXX: Keep Provides: cpanminus to allow `yum install cpanminus' instead of
 # longer `yum install perl-App-cpanminus'.
 Provides:       cpanminus = %{version}-%{release}
 Obsoletes:      cpanminus <= 1.2002
 
+# Do not require/export in-place modules
 %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(App::cpanminus::script\\)$
 
 %description
@@ -77,6 +87,9 @@ make test
 %{_bindir}/cpanm
 
 %changelog
+* Thu Feb 28 2013 Petr Pisar <ppisar at redhat.com> - 1.6002-1
+- 1.6002 bump
+
 * Mon Feb  4 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.5021-1
 - 1.5021 bump
 
diff --git a/sources b/sources
index 599c27e..fe49f47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d8af8d4460a266f95b6acf365af1434  App-cpanminus-1.5021.tar.gz
+5b35b693c9af21a0a666075bfbd33e34  App-cpanminus-1.6002.tar.gz



More information about the perl-devel mailing list