commit 433c71eb66a555e59ba75ab8b66fefb27312728b Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Wed Apr 23 13:20:31 2014 +0200 6.06 bump .gitignore | 1 + perl-LWP-Protocol-https.spec | 24 +++++++++++++++++------- sources | 2 +- 3 files changed, 19 insertions(+), 8 deletions(-) --- diff --git a/.gitignore b/.gitignore index 9888b9c..b238edc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /LWP-Protocol-https-6.02.tar.gz /LWP-Protocol-https-6.03.tar.gz /LWP-Protocol-https-6.04.tar.gz +/LWP-Protocol-https-6.06.tar.gz diff --git a/perl-LWP-Protocol-https.spec b/perl-LWP-Protocol-https.spec index 9b80315..db8a51c 100644 --- a/perl-LWP-Protocol-https.spec +++ b/perl-LWP-Protocol-https.spec @@ -1,24 +1,31 @@ Name: perl-LWP-Protocol-https -Version: 6.04 -Release: 4%{?dist} +Version: 6.06 +Release: 1%{?dist} Summary: Provide HTTPS support for LWP::UserAgent License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/LWP-Protocol-https/ -Source0: http://www.cpan.org/authors/id/G/GA/GAAS/LWP-Protocol-https-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/M/MS/MSCHILLI/LWP-Protocol-https-%{version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Getopt::Long) BuildRequires: perl(strict) -# Run-requires +# Run-time: BuildRequires: perl(IO::Socket::SSL) >= 1.54 BuildRequires: perl(LWP::Protocol::http) BuildRequires: perl(Mozilla::CA) >= 20110101 BuildRequires: perl(Net::HTTPS) >= 6 -# Tests -BuildRequires: perl(LWP::UserAgent) >= 6.04 +# Tests: +BuildRequires: perl(File::Temp) +BuildRequires: perl(IO::Select) +BuildRequires: perl(IO::Socket::INET) +BuildRequires: perl(LWP::UserAgent) >= 6.06 +BuildRequires: perl(Socket) BuildRequires: perl(Test::More) +BuildRequires: perl(warnings) +# Optional tests: +BuildRequires: perl(IO::Socket::SSL) >= 1.953 +BuildRequires: perl(IO::Socket::SSL::Utils) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(IO::Socket::SSL) >= 1.54 Requires: perl(Mozilla::CA) >= 20110101 @@ -54,6 +61,9 @@ make test %{_mandir}/man3/* %changelog +* Wed Apr 23 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 6.06-1 +- 6.06 bump + * Thu Jan 16 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 6.04-4 - Modernize spec file diff --git a/sources b/sources index 7bfc820..2e01330 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b422a7d3b5fed1eb4d748fdc9fd79a4 LWP-Protocol-https-6.04.tar.gz +06f5dfd33b07f6594a429dbbd5e6a2d1 LWP-Protocol-https-6.06.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel