- update to 2.61

* Fix the inet_pton / inet_ntop import warnings
 * Fix listening on :: or 0.0.0.0 - a random address instead of
   the specified would be used. Added test listen_port_only.t
 * Fixes to t/listen_port_only.t.
 * Syntax change to adapt for older Perls

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-INET6?expand=0&rev=9
This commit is contained in:
Anna Maresova 2010-03-26 10:44:10 +00:00 committed by Git OBS Bridge
parent eb010f5f78
commit 400f39a75c
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39ad2857d70c563abdf2967112aae59a2c96d0d62aaa49e0205aa62f4ed91593
size 12211

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:745c95fa28c69e14d7d2310a3908eaf0968f34b5f887c5c572959ceb59643a08
size 13341

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Mar 25 17:41:26 CET 2010 - anicka@suse.cz
- update to 2.61
* Fix the inet_pton / inet_ntop import warnings
* Fix listening on :: or 0.0.0.0 - a random address instead of
the specified would be used. Added test listen_port_only.t
* Fixes to t/listen_port_only.t.
* Syntax change to adapt for older Perls
-------------------------------------------------------------------
Wed Jan 13 16:34:07 CET 2010 - anicka@suse.cz

View File

@ -20,7 +20,7 @@
Name: perl-IO-Socket-INET6
BuildRequires: perl-Socket6
Version: 2.57
Version: 2.61
Release: 1
Requires: perl = %{perl_version}
Requires: perl-Socket6