Hello community, here is the log from the commit of package perl-Test-TCP for openSUSE:Factory checked in at 2019-08-19 21:27:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-TCP (Old) and /work/SRC/openSUSE:Factory/.perl-Test-TCP.new.22127 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-TCP" Mon Aug 19 21:27:18 2019 rev:15 rq:721783 version:2.20 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-TCP/perl-Test-TCP.changes 2017-05-24 16:47:27.075193662 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-TCP.new.22127/perl-Test-TCP.changes 2019-08-19 21:27:23.528646251 +0200 @@ -1,0 +2,10 @@ +Sun Aug 4 05:27:16 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 2.20 + see /usr/share/doc/packages/perl-Test-TCP/Changes + + 2.20 2019-08-03T22:47:58Z + + - Fix test for . not in @INC by default #58 + +------------------------------------------------------------------- Old: ---- Test-TCP-2.19.tar.gz New: ---- Test-TCP-2.20.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-TCP.spec ++++++ --- /var/tmp/diff_new_pack.VfYhj5/_old 2019-08-19 21:27:25.932645762 +0200 +++ /var/tmp/diff_new_pack.VfYhj5/_new 2019-08-19 21:27:25.980645752 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-TCP # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Test-TCP -Version: 2.19 +Version: 2.20 Release: 0 %define cpan_name Test-TCP -Summary: Testing Tcp Program -License: Artistic-1.0 or GPL-1.0+ +Summary: Testing TCP program +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Test-TCP/ -Source0: https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -44,11 +44,11 @@ %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -57,7 +57,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes minil.toml README.md +%doc Changes README.md %license LICENSE %changelog ++++++ Test-TCP-2.19.tar.gz -> Test-TCP-2.20.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/Changes new/Test-TCP-2.20/Changes --- old/Test-TCP-2.19/Changes 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/Changes 2019-08-04 00:48:29.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for Perl module Test::TCP +2.20 2019-08-03T22:47:58Z + + - Fix test for . not in @INC by default #58 + 2.19 2017-05-11T13:02:47Z commit aac1b06c1e3b0d73ca964794bab0c444d454ebcc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/MANIFEST new/Test-TCP-2.20/MANIFEST --- old/Test-TCP-2.19/MANIFEST 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/MANIFEST 2019-08-04 00:48:29.000000000 +0200 @@ -1,13 +1,12 @@ Changes LICENSE +MANIFEST.SKIP META.json Makefile.PL README.md -cpanfile lib/Net/EmptyPort.pm lib/Test/TCP.pm lib/Test/TCP/CheckPort.pm -minil.toml t/00_compile.t t/01_simple.t t/02_abrt.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/MANIFEST.SKIP new/Test-TCP-2.20/MANIFEST.SKIP --- old/Test-TCP-2.19/MANIFEST.SKIP 1970-01-01 01:00:00.000000000 +0100 +++ new/Test-TCP-2.20/MANIFEST.SKIP 2019-08-04 00:48:29.000000000 +0200 @@ -0,0 +1,6 @@ +.appveyor.yml +.travis.yml +cpanfile +minil.toml +.git +.build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/META.json new/Test-TCP-2.20/META.json --- old/Test-TCP-2.19/META.json 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/META.json 2019-08-04 00:48:29.000000000 +0200 @@ -4,7 +4,7 @@ "Tokuhiro Matsuno <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Minilla/v3.0.9", + "generated_by" : "Minilla/v3.1.4", "license" : [ "perl_5" ], @@ -67,7 +67,7 @@ }, "Test::TCP" : { "file" : "lib/Test/TCP.pm", - "version" : "2.19" + "version" : "2.20" }, "Test::TCP::CheckPort" : { "file" : "lib/Test/TCP/CheckPort.pm" @@ -84,37 +84,37 @@ "web" : "https://github.com/tokuhirom/Test-TCP" } }, - "version" : "2.19", + "version" : "2.20", "x_contributors" : [ - "tokuhirom <tokuhirom@d0d07461-0603-4401-acd4-de1884942a52>", - "mattn <mattn@d0d07461-0603-4401-acd4-de1884942a52>", - "yappo <yappo@d0d07461-0603-4401-acd4-de1884942a52>", - "奥 一穂 <[email protected]>", - "gfx <[email protected]>", - "Kenichi Ishigaki <[email protected]>", - "lestrrat <[email protected]>", - "Masahiro Nagano <[email protected]>", - "Thomas Klausner <[email protected]>", + "Alex Vandiver <[email protected]>", + "Andrii Melnykov <[email protected]>", + "Bartosz Jakubski <[email protected]>", "Brendan Byrd <[email protected]>", + "Chad Granum <[email protected]>", + "Christian Walde <[email protected]>", + "Dagfinn Ilmari Mannsåker <[email protected]>", + "David Precious <[email protected]>", + "Ichito Nagata <[email protected]>", "Ivan Baidakou <[email protected]>", + "Kazuho Oku <[email protected]>", + "Kenichi Ishigaki <[email protected]>", + "Kent Fredric <[email protected]>", + "Masahiro Nagano <[email protected]>", "Neil Bowers <[email protected]>", "Pavel Shaydo <[email protected]>", + "Pete Houston <[email protected]>", "Petr Písař <[email protected]>", - "Bartosz Jakubski <[email protected]>", - "Kazuho Oku <[email protected]>", - "Christian Walde <[email protected]>", + "Syohei YOSHIDA <[email protected]>", "Tatsuhiko Miyagawa <[email protected]>", - "Tatsuhiko Miyagawa <[email protected]>", - "Chad Granum <[email protected]>", - "Dagfinn Ilmari Mannsåker <[email protected]>", - "David Precious <[email protected]>", - "Alex Vandiver <[email protected]>", - "richard.leach <[email protected]>", + "Thomas Klausner <[email protected]>", + "Yasuhiro Matsumoto <[email protected]>", + "gfx <[email protected]>", + "lestrrat <[email protected]>", + "mattn <mattn@d0d07461-0603-4401-acd4-de1884942a52>", "openstrike <[email protected]>", - "Pete Houston <[email protected]>", - "Syohei YOSHIDA <[email protected]>", - "Ichito Nagata <[email protected]>", - "Yasuhiro Matsumoto <[email protected]>" + "richard.leach <[email protected]>", + "yappo <yappo@d0d07461-0603-4401-acd4-de1884942a52>", + "奥 一穂 <[email protected]>" ], - "x_serialization_backend" : "JSON::PP version 2.27400" + "x_static_install" : 1 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/META.yml new/Test-TCP-2.20/META.yml --- old/Test-TCP-2.19/META.yml 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/META.yml 2019-08-04 00:48:29.000000000 +0200 @@ -9,7 +9,7 @@ configure_requires: ExtUtils::MakeMaker: '6.64' dynamic_config: 0 -generated_by: 'Minilla/v3.0.9, CPAN::Meta::Converter version 2.150010' +generated_by: 'Minilla/v3.1.4, CPAN::Meta::Converter version 2.143240' 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.19' + version: '2.20' Test::TCP::CheckPort: file: lib/Test/TCP/CheckPort.pm requires: @@ -44,35 +44,35 @@ 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.19' +version: '2.20' x_contributors: - - 'tokuhirom <tokuhirom@d0d07461-0603-4401-acd4-de1884942a52>' - - 'mattn <mattn@d0d07461-0603-4401-acd4-de1884942a52>' - - 'yappo <yappo@d0d07461-0603-4401-acd4-de1884942a52>' - - '奥 一穂 <[email protected]>' - - 'gfx <[email protected]>' - - 'Kenichi Ishigaki <[email protected]>' - - 'lestrrat <[email protected]>' - - 'Masahiro Nagano <[email protected]>' - - 'Thomas Klausner <[email protected]>' - - 'Brendan Byrd <[email protected]>' - - 'Ivan Baidakou <[email protected]>' - - 'Neil Bowers <[email protected]>' - - 'Pavel Shaydo <[email protected]>' - - 'Petr Písař <[email protected]>' + - 'Alex Vandiver <[email protected]>' + - 'Andrii Melnykov <[email protected]>' - 'Bartosz Jakubski <[email protected]>' - - 'Kazuho Oku <[email protected]>' - - 'Christian Walde <[email protected]>' - - 'Tatsuhiko Miyagawa <[email protected]>' - - 'Tatsuhiko Miyagawa <[email protected]>' + - 'Brendan Byrd <[email protected]>' - 'Chad Granum <[email protected]>' + - 'Christian Walde <[email protected]>' - 'Dagfinn Ilmari Mannsåker <[email protected]>' - 'David Precious <[email protected]>' - - 'Alex Vandiver <[email protected]>' - - 'richard.leach <[email protected]>' - - 'openstrike <[email protected]>' + - 'Ichito Nagata <[email protected]>' + - 'Ivan Baidakou <[email protected]>' + - 'Kazuho Oku <[email protected]>' + - 'Kenichi Ishigaki <[email protected]>' + - 'Kent Fredric <[email protected]>' + - 'Masahiro Nagano <[email protected]>' + - 'Neil Bowers <[email protected]>' + - 'Pavel Shaydo <[email protected]>' - 'Pete Houston <[email protected]>' + - 'Petr Písař <[email protected]>' - 'Syohei YOSHIDA <[email protected]>' - - 'Ichito Nagata <[email protected]>' + - 'Tatsuhiko Miyagawa <[email protected]>' + - 'Thomas Klausner <[email protected]>' - 'Yasuhiro Matsumoto <[email protected]>' -x_serialization_backend: 'CPAN::Meta::YAML version 0.018' + - 'gfx <[email protected]>' + - 'lestrrat <[email protected]>' + - 'mattn <mattn@d0d07461-0603-4401-acd4-de1884942a52>' + - 'openstrike <[email protected]>' + - 'richard.leach <[email protected]>' + - 'yappo <yappo@d0d07461-0603-4401-acd4-de1884942a52>' + - '奥 一穂 <[email protected]>' +x_static_install: 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/Makefile.PL new/Test-TCP-2.20/Makefile.PL --- old/Test-TCP-2.19/Makefile.PL 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/Makefile.PL 2019-08-04 00:48:29.000000000 +0200 @@ -8,11 +8,10 @@ use ExtUtils::MakeMaker 6.64; - my %WriteMakefileArgs = ( NAME => 'Test::TCP', DISTNAME => 'Test-TCP', - VERSION => '2.19', + VERSION => '2.20', EXE_FILES => [glob('script/*'), glob('bin/*')], CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => "6.64" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/cpanfile new/Test-TCP-2.20/cpanfile --- old/Test-TCP-2.19/cpanfile 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/cpanfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,19 +0,0 @@ -requires 'perl', 5.008_001; -requires 'IO::Socket::INET'; -requires 'IO::Socket::IP'; -requires 'Test::SharedFork', '0.29'; -requires 'Test::More'; -requires 'Time::HiRes'; - -on test => sub { - requires 'Test::More', '0.98'; - requires 'File::Temp'; - requires 'Socket'; -}; - - -on develop => sub { - requires 'Perl::Critic', '1.105'; - requires 'Test::Perl::Critic', '1.02'; - requires 'File::Which'; -}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/lib/Test/TCP.pm new/Test-TCP-2.20/lib/Test/TCP.pm --- old/Test-TCP-2.19/lib/Test/TCP.pm 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/lib/Test/TCP.pm 2019-08-04 00:48:29.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; use 5.00800; -our $VERSION = '2.19'; +our $VERSION = '2.20'; use base qw/Exporter/; use Test::SharedFork 0.12; use Test::More (); @@ -155,7 +155,7 @@ 1; __END__ -=for stopwords OO +=for stopwords OO loopback =encoding utf8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/minil.toml new/Test-TCP-2.20/minil.toml --- old/Test-TCP-2.19/minil.toml 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/minil.toml 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -module_maker="ExtUtilsMakeMaker" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/t/01_simple.t new/Test-TCP-2.20/t/01_simple.t --- old/Test-TCP-2.19/t/01_simple.t 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/t/01_simple.t 2019-08-04 00:48:29.000000000 +0200 @@ -4,7 +4,7 @@ use Test::TCP; use Net::EmptyPort qw(can_bind); use IO::Socket::IP; -use t::Server; +BEGIN { require './t/Server.pm' } sub doit { my $host = shift; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/t/02_abrt.t new/Test-TCP-2.20/t/02_abrt.t --- old/Test-TCP-2.19/t/02_abrt.t 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/t/02_abrt.t 2019-08-04 00:48:29.000000000 +0200 @@ -4,7 +4,7 @@ use Test::More; use Socket; use IO::Socket::INET; -use t::Server; +BEGIN { require './t/Server.pm' } plan skip_all => "win32 doesn't support embedded function named dump()" if $^O eq 'MSWin32'; plan tests => 2; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/t/03_return_when_sigterm.t new/Test-TCP-2.20/t/03_return_when_sigterm.t --- old/Test-TCP-2.19/t/03_return_when_sigterm.t 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/t/03_return_when_sigterm.t 2019-08-04 00:48:29.000000000 +0200 @@ -2,7 +2,10 @@ use strict; use Test::More tests => 2; use Test::TCP; -use t::Server; +BEGIN { + require './t/Server.pm'; + t::Server->import(); +} # ABOUT: some tcp server related software returns control when received SIGTERM instead of exit. # This test emulate it's situation. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/t/04_die.t new/Test-TCP-2.20/t/04_die.t --- old/Test-TCP-2.19/t/04_die.t 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/t/04_die.t 2019-08-04 00:48:29.000000000 +0200 @@ -3,7 +3,7 @@ use Test::More tests => 9; use Test::TCP; use IO::Socket::INET; -use t::Server; +BEGIN { require './t/Server.pm' } my $child_pid; eval { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/t/06_nest.t new/Test-TCP-2.20/t/06_nest.t --- old/Test-TCP-2.19/t/06_nest.t 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/t/06_nest.t 2019-08-04 00:48:29.000000000 +0200 @@ -2,7 +2,7 @@ use warnings; use Test::TCP; use Test::More tests => 1; -use t::Server; +BEGIN { require './t/Server.pm' } test_tcp( client => sub { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/t/08_exit.t new/Test-TCP-2.20/t/08_exit.t --- old/Test-TCP-2.19/t/08_exit.t 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/t/08_exit.t 2019-08-04 00:48:29.000000000 +0200 @@ -4,7 +4,7 @@ use Test::TCP; use File::Temp (); use Fcntl qw/:seek/; -use t::Server; +BEGIN { require './t/Server.pm' } use POSIX; my $tmp = File::Temp->new(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/t/09_fork.t new/Test-TCP-2.20/t/09_fork.t --- old/Test-TCP-2.19/t/09_fork.t 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/t/09_fork.t 2019-08-04 00:48:29.000000000 +0200 @@ -1,7 +1,7 @@ use strict; use Test::More tests => 6; use Test::TCP; -use t::Server; +BEGIN { require './t/Server.pm' } test_tcp client => sub { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/t/10_oo.t new/Test-TCP-2.20/t/10_oo.t --- old/Test-TCP-2.19/t/10_oo.t 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/t/10_oo.t 2019-08-04 00:48:29.000000000 +0200 @@ -3,7 +3,7 @@ use Test::More tests => 24; use Test::TCP; use IO::Socket::INET; -use t::Server; +BEGIN { require './t/Server.pm' } my $server = Test::TCP->new( code => sub { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/t/12_pass_wait_port_options.t new/Test-TCP-2.20/t/12_pass_wait_port_options.t --- old/Test-TCP-2.19/t/12_pass_wait_port_options.t 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/t/12_pass_wait_port_options.t 2019-08-04 00:48:29.000000000 +0200 @@ -4,7 +4,7 @@ use Test::More; use Test::TCP; use IO::Socket::INET; -use t::Server; +BEGIN { require './t/Server.pm' } my %wait_port_args; my $old = \&Net::EmptyPort::wait_port; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/t/13_undef_port.t new/Test-TCP-2.20/t/13_undef_port.t --- old/Test-TCP-2.19/t/13_undef_port.t 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/t/13_undef_port.t 2019-08-04 00:48:29.000000000 +0200 @@ -3,7 +3,7 @@ use Test::More tests => 22; use Test::TCP; use IO::Socket::INET; -use t::Server; +BEGIN { require './t/Server.pm' } test_tcp( client => sub { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-TCP-2.19/xt/02_perlcritic.t new/Test-TCP-2.20/xt/02_perlcritic.t --- old/Test-TCP-2.19/xt/02_perlcritic.t 2017-05-11 15:03:35.000000000 +0200 +++ new/Test-TCP-2.20/xt/02_perlcritic.t 2019-08-04 00:48:29.000000000 +0200 @@ -15,7 +15,7 @@ note $@ if $@; plan skip_all => "Perl::Critic 1.105+ or Test::Perl::Critic 1.02+ is not installed." if $@; -all_critic_ok('lib', 'script', 'bin'); +all_critic_ok('lib'); __END__
