diff --git a/Socket6-0.22.tar.bz2 b/Socket6-0.22.tar.bz2 deleted file mode 100644 index fb7273e..0000000 --- a/Socket6-0.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ceb715bfd1d8e291a5afbe35c8bc846911c78109f954dd66c48f4e612d3b7f31 -size 49844 diff --git a/Socket6-0.23.tar.bz2 b/Socket6-0.23.tar.bz2 new file mode 100644 index 0000000..a4bf470 --- /dev/null +++ b/Socket6-0.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18caa80e750301457c51328bcffa72169ed10929333cd12ae4de284d7d9448f +size 50228 diff --git a/perl-Socket6.changes b/perl-Socket6.changes index 1cbeb6e..bd6cad4 100644 --- a/perl-Socket6.changes +++ b/perl-Socket6.changes @@ -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 diff --git a/perl-Socket6.spec b/perl-Socket6.spec index 668d249..c3d46c6 100644 --- a/perl-Socket6.spec +++ b/perl-Socket6.spec @@ -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