[perl-IO-Socket-IP] 0.32 bump, implement connect timeout

Petr Šabata psabata at fedoraproject.org
Thu Sep 18 14:19:39 UTC 2014


commit 5425801dfbadc1f8ef09c822cb5970c3840968d7
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Sep 18 16:19:38 2014 +0200

    0.32 bump, implement connect timeout

 .gitignore             |    1 +
 perl-IO-Socket-IP.spec |   11 ++++++++---
 sources                |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a3b3a90..48e2df1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /IO-Socket-IP-0.29.tar.gz
 /IO-Socket-IP-0.30.tar.gz
 /IO-Socket-IP-0.31.tar.gz
+/IO-Socket-IP-0.32.tar.gz
diff --git a/perl-IO-Socket-IP.spec b/perl-IO-Socket-IP.spec
index 801fb53..5e5923e 100644
--- a/perl-IO-Socket-IP.spec
+++ b/perl-IO-Socket-IP.spec
@@ -1,6 +1,6 @@
 Name:           perl-IO-Socket-IP
-Version:        0.31
-Release:        2%{?dist}
+Version:        0.32
+Release:        1%{?dist}
 Summary:        Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -20,7 +20,9 @@ BuildRequires:  perl(Socket) >= 1.97
 BuildRequires:  perl(Socket6)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
+%if !%{defined perl_bootstrap}
+BuildRequires:  perl(Test::Pod) >= 1.00
+%endif
 BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
@@ -53,6 +55,9 @@ rm -f t/21nonblocking-connect-internet.t
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 18 2014 Petr Šabata <contyk at redhat.com> - 0.32-1
+- 0.32 bump, implement connect timeout
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.31-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 10a6bbc..1b10b2d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a179ac7981327cb1f30f3d043104651  IO-Socket-IP-0.31.tar.gz
+422887e801c1d3f3a114045453403867  IO-Socket-IP-0.32.tar.gz



More information about the perl-devel mailing list