[perl-CPAN-Uploader] 0.103007 bump

Petr Pisar ppisar at fedoraproject.org
Mon May 5 08:52:24 UTC 2014


commit 6c6d9210cde02b6f37200c23a576f1716cb068d9
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon May 5 10:52:09 2014 +0200

    0.103007 bump

 .gitignore              |    1 +
 perl-CPAN-Uploader.spec |   40 +++++++++++++++++++++++++++++-----------
 sources                 |    2 +-
 3 files changed, 31 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e1996c..40224e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ CPAN-Uploader-0.102150.tar.gz
 /CPAN-Uploader-0.103000.tar.gz
 /CPAN-Uploader-0.103001.tar.gz
 /CPAN-Uploader-0.103002.tar.gz
+/CPAN-Uploader-0.103007.tar.gz
diff --git a/perl-CPAN-Uploader.spec b/perl-CPAN-Uploader.spec
index 69aaff5..454d244 100644
--- a/perl-CPAN-Uploader.spec
+++ b/perl-CPAN-Uploader.spec
@@ -1,28 +1,43 @@
 Name:           perl-CPAN-Uploader
-Version:        0.103002
-Release:        5%{?dist}
+Version:        0.103007
+Release:        1%{?dist}
 Summary:        Upload things to the CPAN
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/CPAN-Uploader/
 Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/CPAN-Uploader-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.084
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# run-time
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::HomeDir)
+BuildRequires:  perl(File::Spec)
+# Getopt::Long::Descriptive 0.084 not used at tests
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Status)
+# LWP::Protocol::https 1 not used at tests
 BuildRequires:  perl(LWP::UserAgent)
-BuildRequires:  perl(Term::ReadKey)
+# Term::ReadKey not used at tests
+# optional run-time:
+# Config::Identity
 # tests
-BuildRequires:  perl(Pod::Coverage::TrustPod)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Test::More) >= 0.96
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-
-Requires:       perl(Term::ReadKey)
+BuildRequires:  perl(Test::Pod) >= 1.41
+BuildRequires:  perl(version)
+# optional tests
+BuildRequires:  perl(CPAN::Meta)
+BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.120900
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Data::Dumper)
+Requires:       perl(LWP::Protocol::https) >= 1
+Requires:       perl(Term::ReadKey)
 
 Provides:       cpan-upload = 2.2-17
 Obsoletes:      cpan-upload < 2.2-17
@@ -62,6 +77,9 @@ RELEASE_TESTING=1 make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 05 2014 Petr Pisar <ppisar at redhat.com> - 0.103007-1
+- 0.103007 bump
+
 * Tue Dec 17 2013 Marcela Mašláňová <mmaslano at redhat.com> - 0.103002-5
 - add Obsoletes/Provides to cpan-upload 1043581
 
diff --git a/sources b/sources
index e9fe8dc..fb465bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-538d8adc10373e90a2c5637a3caea0fa  CPAN-Uploader-0.103002.tar.gz
+a0e45898c6d981cd8232a37584644be4  CPAN-Uploader-0.103007.tar.gz



More information about the perl-devel mailing list