Hello community, here is the log from the commit of package perl-Test-TCP for openSUSE:Factory checked in at 2015-07-28 11:43:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-TCP (Old) and /work/SRC/openSUSE:Factory/.perl-Test-TCP.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-TCP" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-TCP/perl-Test-TCP.changes 2015-05-19 23:49:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-TCP.new/perl-Test-TCP.changes 2015-07-28 11:43:36.000000000 +0200 @@ -1,0 +2,10 @@ +Fri Jul 24 09:00:36 UTC 2015 - [email protected] + +- updated to 2.13 + see /usr/share/doc/packages/perl-Test-TCP/Changes + + 2.13 2015-07-24T02:30:17Z + + - check whether the OS implements IPV6_V6ONLY before using it + +------------------------------------------------------------------- Old: ---- Test-TCP-2.12.tar.gz New: ---- Test-TCP-2.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-TCP.spec ++++++ --- /var/tmp/diff_new_pack.iz6DxT/_old 2015-07-28 11:43:37.000000000 +0200 +++ /var/tmp/diff_new_pack.iz6DxT/_new 2015-07-28 11:43:37.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Test-TCP -Version: 2.12 +Version: 2.13 Release: 0 %define cpan_name Test-TCP Summary: Testing Tcp Program @@ -38,7 +38,7 @@ %{perl_requires} %description -Test::TCP is test utilities for TCP/IP programs. +Test::TCP is a test utility to test TCP/IP-based server programs. %prep %setup -q -n %{cpan_name}-%{version} ++++++ Test-TCP-2.12.tar.gz -> Test-TCP-2.13.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.12/Changes new/Test-TCP-2.13/Changes --- old/Test-TCP-2.12/Changes 2015-05-18 10:15:10.000000000 +0200 +++ new/Test-TCP-2.13/Changes 2015-07-24 04:30:47.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for Perl module Test::TCP +2.13 2015-07-24T02:30:17Z + + - check whether the OS implements IPV6_V6ONLY before using it + 2.12 2015-05-18T08:14:30Z - Fixed spelling mistake diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.12/META.json new/Test-TCP-2.13/META.json --- old/Test-TCP-2.12/META.json 2015-05-18 10:15:10.000000000 +0200 +++ new/Test-TCP-2.13/META.json 2015-07-24 04:30:47.000000000 +0200 @@ -4,7 +4,7 @@ "Tokuhiro Matsuno <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Minilla/v2.4.1", + "generated_by" : "Minilla/v2.4.3", "license" : [ "perl_5" ], @@ -28,7 +28,7 @@ "prereqs" : { "configure" : { "requires" : { - "ExtUtils::MakeMaker" : "0" + "ExtUtils::MakeMaker" : "6.64" } }, "develop" : { @@ -67,7 +67,7 @@ }, "Test::TCP" : { "file" : "lib/Test/TCP.pm", - "version" : "2.12" + "version" : "2.13" }, "Test::TCP::CheckPort" : { "file" : "lib/Test/TCP/CheckPort.pm" @@ -84,7 +84,7 @@ "web" : "https://github.com/tokuhirom/Test-TCP" } }, - "version" : "2.12", + "version" : "2.13", "x_contributors" : [ "tokuhirom <tokuhirom@d0d07461-0603-4401-acd4-de1884942a52>", "mattn <mattn@d0d07461-0603-4401-acd4-de1884942a52>", @@ -96,13 +96,14 @@ "Masahiro Nagano <[email protected]>", "Thomas Klausner <[email protected]>", "Brendan Byrd <[email protected]>", - "Tatsuhiko Miyagawa <[email protected]>", - "Christian Walde <[email protected]>", "Ivan Baidakou <[email protected]>", "Neil Bowers <[email protected]>", "Pavel Shaydo <[email protected]>", "Petr Písař <[email protected]>", "Bartosz Jakubski <[email protected]>", - "Kazuho Oku <[email protected]>" + "Kazuho Oku <[email protected]>", + "Christian Walde <[email protected]>", + "Tatsuhiko Miyagawa <[email protected]>", + "Tatsuhiko Miyagawa <[email protected]>" ] } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.12/META.yml new/Test-TCP-2.13/META.yml --- old/Test-TCP-2.12/META.yml 2015-05-18 10:15:10.000000000 +0200 +++ new/Test-TCP-2.13/META.yml 2015-07-24 04:30:47.000000000 +0200 @@ -7,9 +7,9 @@ Socket: '0' Test::More: '0.98' configure_requires: - ExtUtils::MakeMaker: '0' + ExtUtils::MakeMaker: '6.64' dynamic_config: 0 -generated_by: 'Minilla/v2.4.1, CPAN::Meta::Converter version 2.150001' +generated_by: 'Minilla/v2.4.3, CPAN::Meta::Converter version 2.150001' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -30,7 +30,7 @@ file: lib/Net/EmptyPort.pm Test::TCP: file: lib/Test/TCP.pm - version: '2.12' + version: '2.13' Test::TCP::CheckPort: file: lib/Test/TCP/CheckPort.pm requires: @@ -44,7 +44,7 @@ bugtracker: https://github.com/tokuhirom/Test-TCP/issues homepage: https://github.com/tokuhirom/Test-TCP repository: git://github.com/tokuhirom/Test-TCP.git -version: '2.12' +version: '2.13' x_contributors: - 'tokuhirom <tokuhirom@d0d07461-0603-4401-acd4-de1884942a52>' - 'mattn <mattn@d0d07461-0603-4401-acd4-de1884942a52>' @@ -56,11 +56,12 @@ - 'Masahiro Nagano <[email protected]>' - 'Thomas Klausner <[email protected]>' - 'Brendan Byrd <[email protected]>' - - 'Tatsuhiko Miyagawa <[email protected]>' - - 'Christian Walde <[email protected]>' - 'Ivan Baidakou <[email protected]>' - 'Neil Bowers <[email protected]>' - 'Pavel Shaydo <[email protected]>' - 'Petr Písař <[email protected]>' - 'Bartosz Jakubski <[email protected]>' - 'Kazuho Oku <[email protected]>' + - 'Christian Walde <[email protected]>' + - 'Tatsuhiko Miyagawa <[email protected]>' + - 'Tatsuhiko Miyagawa <[email protected]>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.12/Makefile.PL new/Test-TCP-2.13/Makefile.PL --- old/Test-TCP-2.12/Makefile.PL 2015-05-18 10:15:10.000000000 +0200 +++ new/Test-TCP-2.13/Makefile.PL 2015-07-24 04:30:47.000000000 +0200 @@ -3,18 +3,19 @@ # DO NOT EDIT DIRECTLY. # ========================================================================= -use 5.008_001; +use 5.006; use strict; -use ExtUtils::MakeMaker; +use ExtUtils::MakeMaker 6.64; my %WriteMakefileArgs = ( NAME => 'Test::TCP', DISTNAME => 'Test-TCP', - VERSION => '2.12', + VERSION => '2.13', + EXE_FILES => [glob('script/*'), glob('bin/*')], CONFIGURE_REQUIRES => { - "ExtUtils::MakeMaker" => 0 + "ExtUtils::MakeMaker" => "6.64" } , BUILD_REQUIRES => {} @@ -36,33 +37,4 @@ , ); -my $full_prereqs = { - "ExtUtils::MakeMaker" => 0, - "File::Temp" => 0, - "IO::Socket::INET" => 0, - "IO::Socket::IP" => 0, - "Socket" => 0, - "Test::More" => "0.98", - "Test::SharedFork" => "0.29", - "Time::HiRes" => 0, - "perl" => "5.008001" -} -; - -unless (eval { ExtUtils::MakeMaker->VERSION(6.63_03) }) { - delete $WriteMakefileArgs{TEST_REQUIRES}; - delete $WriteMakefileArgs{BUILD_REQUIRES}; - $WriteMakefileArgs{PREREQ_PM} = $full_prereqs; -} - -unless (eval { ExtUtils::MakeMaker->VERSION(6.52) }) { - delete $WriteMakefileArgs{CONFIGURE_REQUIRES}; -} - -unless (eval { ExtUtils::MakeMaker->VERSION(6.57_01) }) { - use File::Copy; - copy('META.yml', 'MYMETA.yml') or warn "META.yml: $!"; - copy('META.json', 'MYMETA.json') or warn "META.json: $!"; -} - WriteMakefile(%WriteMakefileArgs); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.12/README.md new/Test-TCP-2.13/README.md --- old/Test-TCP-2.12/README.md 2015-05-18 10:15:10.000000000 +0200 +++ new/Test-TCP-2.13/README.md 2015-07-24 04:30:47.000000000 +0200 @@ -46,7 +46,7 @@ # DESCRIPTION -Test::TCP is test utilities for TCP/IP programs. +Test::TCP is a test utility to test TCP/IP-based server programs. # METHODS @@ -75,7 +75,7 @@ Waits for a particular port is available for connect. -# OO-ish interface +# Object Oriented interface - my $server = Test::TCP->new(%args); @@ -145,7 +145,7 @@ }, ); - Or use OO-ish interface instead. + Or use the OO interface instead. my $server1 = Test::TCP->new(code => sub { my $port1 = shift; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.12/lib/Test/TCP.pm new/Test-TCP-2.13/lib/Test/TCP.pm --- old/Test-TCP-2.12/lib/Test/TCP.pm 2015-05-18 10:15:10.000000000 +0200 +++ new/Test-TCP-2.13/lib/Test/TCP.pm 2015-07-24 04:30:47.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; use 5.00800; -our $VERSION = '2.12'; +our $VERSION = '2.13'; use base qw/Exporter/; use IO::Socket::INET; use Test::SharedFork 0.12; @@ -146,7 +146,7 @@ 1; __END__ -=for stopwords OO-ish +=for stopwords OO =encoding utf8 @@ -198,7 +198,7 @@ =head1 DESCRIPTION -Test::TCP is test utilities for TCP/IP programs. +Test::TCP is a test utility to test TCP/IP-based server programs. =head1 METHODS @@ -232,7 +232,7 @@ =back -=head1 OO-ish interface +=head1 Object Oriented interface =over 4 @@ -312,7 +312,7 @@ }, ); -Or use OO-ish interface instead. +Or use the OO interface instead. my $server1 = Test::TCP->new(code => sub { my $port1 = shift; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.12/t/01_simple.t new/Test-TCP-2.13/t/01_simple.t --- old/Test-TCP-2.12/t/01_simple.t 2015-05-18 10:15:10.000000000 +0200 +++ new/Test-TCP-2.13/t/01_simple.t 2015-07-24 04:30:47.000000000 +0200 @@ -51,7 +51,7 @@ }; subtest 'v6' => sub { plan skip_all => "IPv6 not supported" - unless can_bind("::1"); + unless eval { Socket::IPV6_V6ONLY } and can_bind("::1"); doit('::1'); }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.12/t/11_net_empty_port.t new/Test-TCP-2.13/t/11_net_empty_port.t --- old/Test-TCP-2.12/t/11_net_empty_port.t 2015-05-18 10:15:10.000000000 +0200 +++ new/Test-TCP-2.13/t/11_net_empty_port.t 2015-07-24 04:30:47.000000000 +0200 @@ -31,7 +31,7 @@ subtest 'v6' => sub { plan skip_all => "IPv6 not supported" - unless can_bind('::1'); + unless eval { Socket::IPV6_V6ONLY } and can_bind("::1"); ok "found an empty port"; doit('::1'); };
