0.32 bump, implement connect timeout

This commit is contained in:
Petr Šabata 2014-09-18 16:19:38 +02:00
parent d179e3935e
commit 5425801dfb
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 0.32-1
- 0.32 bump, implement connect timeout
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.31-2
- Perl 5.20 rebuild

View File

@ -1 +1 @@
8a179ac7981327cb1f30f3d043104651 IO-Socket-IP-0.31.tar.gz
422887e801c1d3f3a114045453403867 IO-Socket-IP-0.32.tar.gz