0.32 bump, implement connect timeout
This commit is contained in:
parent
d179e3935e
commit
5425801dfb
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user