Hello community, here is the log from the commit of package perl-Test-TCP for openSUSE:Factory checked in at 2015-10-08 08:24:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-07-28 11:43:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-TCP.new/perl-Test-TCP.changes 2015-10-08 08:24:32.000000000 +0200 @@ -1,0 +2,10 @@ +Sun Oct 4 09:22:16 UTC 2015 - [email protected] + +- updated to 2.14 + see /usr/share/doc/packages/perl-Test-TCP/Changes + + 2.14 2015-09-29T22:36:44Z + + - Fix race condition in t/10_oo.t(exodist) + +------------------------------------------------------------------- Old: ---- Test-TCP-2.13.tar.gz New: ---- Test-TCP-2.14.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-TCP.spec ++++++ --- /var/tmp/diff_new_pack.4Uuv9z/_old 2015-10-08 08:24:32.000000000 +0200 +++ /var/tmp/diff_new_pack.4Uuv9z/_new 2015-10-08 08:24:32.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Test-TCP -Version: 2.13 +Version: 2.14 Release: 0 %define cpan_name Test-TCP Summary: Testing Tcp Program ++++++ Test-TCP-2.13.tar.gz -> Test-TCP-2.14.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.13/Changes new/Test-TCP-2.14/Changes --- old/Test-TCP-2.13/Changes 2015-07-24 04:30:47.000000000 +0200 +++ new/Test-TCP-2.14/Changes 2015-09-30 00:38:45.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for Perl module Test::TCP +2.14 2015-09-29T22:36:44Z + + - Fix race condition in t/10_oo.t(exodist) + 2.13 2015-07-24T02:30:17Z - check whether the OS implements IPV6_V6ONLY before using it diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.13/META.json new/Test-TCP-2.14/META.json --- old/Test-TCP-2.13/META.json 2015-07-24 04:30:47.000000000 +0200 +++ new/Test-TCP-2.14/META.json 2015-09-30 00:38:45.000000000 +0200 @@ -4,7 +4,7 @@ "Tokuhiro Matsuno <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Minilla/v2.4.3", + "generated_by" : "Minilla/v2.5.0", "license" : [ "perl_5" ], @@ -28,7 +28,7 @@ "prereqs" : { "configure" : { "requires" : { - "ExtUtils::MakeMaker" : "6.64" + "ExtUtils::MakeMaker" : "0" } }, "develop" : { @@ -67,7 +67,7 @@ }, "Test::TCP" : { "file" : "lib/Test/TCP.pm", - "version" : "2.13" + "version" : "2.14" }, "Test::TCP::CheckPort" : { "file" : "lib/Test/TCP/CheckPort.pm" @@ -84,7 +84,7 @@ "web" : "https://github.com/tokuhirom/Test-TCP" } }, - "version" : "2.13", + "version" : "2.14", "x_contributors" : [ "tokuhirom <tokuhirom@d0d07461-0603-4401-acd4-de1884942a52>", "mattn <mattn@d0d07461-0603-4401-acd4-de1884942a52>", @@ -104,6 +104,8 @@ "Kazuho Oku <[email protected]>", "Christian Walde <[email protected]>", "Tatsuhiko Miyagawa <[email protected]>", - "Tatsuhiko Miyagawa <[email protected]>" - ] + "Tatsuhiko Miyagawa <[email protected]>", + "Chad Granum <[email protected]>" + ], + "x_serialization_backend" : "JSON::PP version 2.27300" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.13/META.yml new/Test-TCP-2.14/META.yml --- old/Test-TCP-2.13/META.yml 2015-07-24 04:30:47.000000000 +0200 +++ new/Test-TCP-2.14/META.yml 2015-09-30 00:38:45.000000000 +0200 @@ -7,9 +7,9 @@ Socket: '0' Test::More: '0.98' configure_requires: - ExtUtils::MakeMaker: '6.64' + ExtUtils::MakeMaker: '0' dynamic_config: 0 -generated_by: 'Minilla/v2.4.3, CPAN::Meta::Converter version 2.150001' +generated_by: 'Minilla/v2.5.0, CPAN::Meta::Converter version 2.150005' 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.13' + version: '2.14' 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.13' +version: '2.14' x_contributors: - 'tokuhirom <tokuhirom@d0d07461-0603-4401-acd4-de1884942a52>' - 'mattn <mattn@d0d07461-0603-4401-acd4-de1884942a52>' @@ -65,3 +65,5 @@ - 'Christian Walde <[email protected]>' - 'Tatsuhiko Miyagawa <[email protected]>' - 'Tatsuhiko Miyagawa <[email protected]>' + - 'Chad Granum <[email protected]>' +x_serialization_backend: 'CPAN::Meta::YAML version 0.017' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.13/Makefile.PL new/Test-TCP-2.14/Makefile.PL --- old/Test-TCP-2.13/Makefile.PL 2015-07-24 04:30:47.000000000 +0200 +++ new/Test-TCP-2.14/Makefile.PL 2015-09-30 00:38:45.000000000 +0200 @@ -3,19 +3,19 @@ # DO NOT EDIT DIRECTLY. # ========================================================================= -use 5.006; +use 5.008_001; use strict; -use ExtUtils::MakeMaker 6.64; +use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( NAME => 'Test::TCP', DISTNAME => 'Test-TCP', - VERSION => '2.13', + VERSION => '2.14', EXE_FILES => [glob('script/*'), glob('bin/*')], CONFIGURE_REQUIRES => { - "ExtUtils::MakeMaker" => "6.64" + "ExtUtils::MakeMaker" => 0 } , BUILD_REQUIRES => {} @@ -37,4 +37,33 @@ , ); +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.13/README.md new/Test-TCP-2.14/README.md --- old/Test-TCP-2.13/README.md 2015-07-24 04:30:47.000000000 +0200 +++ new/Test-TCP-2.14/README.md 2015-09-30 00:38:45.000000000 +0200 @@ -225,7 +225,7 @@ # AUTHOR -Tokuhiro Matsuno <[email protected]> +Tokuhiro Matsuno <[email protected]> # THANKS TO diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.13/lib/Test/TCP.pm new/Test-TCP-2.14/lib/Test/TCP.pm --- old/Test-TCP-2.13/lib/Test/TCP.pm 2015-07-24 04:30:47.000000000 +0200 +++ new/Test-TCP-2.14/lib/Test/TCP.pm 2015-09-30 00:38:45.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; use 5.00800; -our $VERSION = '2.13'; +our $VERSION = '2.14'; use base qw/Exporter/; use IO::Socket::INET; use Test::SharedFork 0.12; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.13/t/10_oo.t new/Test-TCP-2.14/t/10_oo.t --- old/Test-TCP-2.13/t/10_oo.t 2015-07-24 04:30:47.000000000 +0200 +++ new/Test-TCP-2.14/t/10_oo.t 2015-09-30 00:38:45.000000000 +0200 @@ -13,6 +13,7 @@ note "new request"; my ($remote, $line, $sock) = @_; print {$remote} $line; + exit 0 if $line eq "quit\n"; }); } ); @@ -44,5 +45,7 @@ $? = 0; } +waitpid($server->pid, 0); + done_testing;
