[perl-Net-HTTP] 6.07 bump

Petr Pisar ppisar at fedoraproject.org
Wed Jul 30 06:40:03 UTC 2014


commit 25ace0f09e92129d198f47259d90d5ac6bdb07ef
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jul 30 08:21:47 2014 +0200

    6.07 bump

 .gitignore         |    1 +
 perl-Net-HTTP.spec |   17 ++++++++++++-----
 sources            |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0825320..17926f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/perl-Net-HTTP.spec b/perl-Net-HTTP.spec
index 5ce4ea7..f5ecef2 100644
--- a/perl-Net-HTTP.spec
+++ b/perl-Net-HTTP.spec
@@ -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 at redhat.com> - 6.07-1
+- 6.07 bump
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.06-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index f73234f..d870140 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6e74d76205f168775de68347266793a7  Net-HTTP-6.06.tar.gz
+b6da691523456089d7a812ac398bc77e  Net-HTTP-6.07.tar.gz



More information about the perl-devel mailing list