SHA256
1
0
forked from pool/perl-Socket6

Accepting request 31771 from devel:languages:perl

Copy from devel:languages:perl/perl-Socket6 based on submit request 31771 from user coolo

OBS-URL: https://build.opensuse.org/request/show/31771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Socket6?expand=0&rev=6
This commit is contained in:
OBS User autobuild
2010-02-09 21:42:12 +00:00
committed by Git OBS Bridge
parent 9c26b0ddef
commit d41d12dc43
4 changed files with 21 additions and 6 deletions

View File

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

3
Socket6-0.23.tar.bz2 Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 8 12:34:10 UTC 2010 - coolo@novell.com
* update to version 0.23.
* Socket6.pm: Added @EXPORT_OK to export AF_INET6 and PF_INET6 if
requested. This allows the use of the Socke6 module without
having to perform the same conditional check that was added to
avoid conflicts with the Socket module default exports (i.e. use
Socket6 qw(AF_INET6 inet_pton inet_ntop); )
* Socket6.pm (AUTOLOAD): Explicitly set $! = 0 before calling
constant(). This should not be required since errno was being set
to 0 in the C function, but Perl 5.10.0 Win32 Vista needed this to
be done or all constants reported unsupported.
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package perl-Socket6 (Version 0.22)
# spec file for package perl-Socket6 (Version 0.23)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -24,8 +24,8 @@ License: Artistic
Group: Development/Libraries/Perl
Requires: perl = %{perl_version}
Summary: IPv6 Sockets (Perl Module)
Version: 0.22
Release: 2
Version: 0.23
Release: 1
Source: http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build