6.07 bump

This commit is contained in:
Petr Písař 2014-07-30 08:21:47 +02:00
parent 7a1ed5c695
commit 25ace0f09e
3 changed files with 14 additions and 6 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/Net-HTTP-6.04.tar.gz
/Net-HTTP-6.05.tar.gz
/Net-HTTP-6.06.tar.gz
/Net-HTTP-6.07.tar.gz

View File

@ -1,11 +1,11 @@
Name: perl-Net-HTTP
Version: 6.06
Release: 5%{?dist}
Version: 6.07
Release: 1%{?dist}
Summary: Low-level HTTP connection (client)
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Net-HTTP/
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Net-HTTP-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/M/MS/MSCHILLI/Net-HTTP-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
@ -15,13 +15,16 @@ BuildRequires: perl(strict)
BuildRequires: perl(Carp)
BuildRequires: perl(Compress::Raw::Zlib)
BuildRequires: perl(IO::Select)
BuildRequires: perl(IO::Socket::INET)
# Prefer IO::Socket::IP over IO::Socket::INET and IO::Socket::INET6
BuildRequires: perl(IO::Socket::IP)
BuildRequires: perl(IO::Socket::SSL) >= 1.38
BuildRequires: perl(IO::Uncompress::Gunzip)
BuildRequires: perl(Symbol)
BuildRequires: perl(URI)
BuildRequires: perl(vars)
# Tests only:
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(IO::Socket::INET)
BuildRequires: perl(Socket)
BuildRequires: perl(Test)
BuildRequires: perl(Test::More)
@ -29,7 +32,8 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Compress::Raw::Zlib)
Requires: perl(IO::Uncompress::Gunzip)
Requires: perl(IO::Select)
Requires: perl(IO::Socket::INET)
# Prefer IO::Socket::IP over IO::Socket::INET and IO::Socket::INET6
Requires: perl(IO::Socket::IP)
Requires: perl(Symbol)
# Recommended
Requires: perl(IO::Socket::SSL) >= 1.38
@ -62,6 +66,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Jul 29 2014 Petr Pisar <ppisar@redhat.com> - 6.07-1
- 6.07 bump
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.06-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
6e74d76205f168775de68347266793a7 Net-HTTP-6.06.tar.gz
b6da691523456089d7a812ac398bc77e Net-HTTP-6.07.tar.gz