Hello community,

here is the log from the commit of package perl-Test-TCP for openSUSE:Factory 
checked in at 2017-05-24 16:47:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-TCP (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-TCP.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-TCP"

Wed May 24 16:47:25 2017 rev:14 rq:495810 version:2.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-TCP/perl-Test-TCP.changes      
2017-05-03 15:57:25.874183672 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-TCP.new/perl-Test-TCP.changes 
2017-05-24 16:47:27.075193662 +0200
@@ -1,0 +2,24 @@
+Fri May 12 06:50:28 UTC 2017 - [email protected]
+
+- updated to 2.19
+   see /usr/share/doc/packages/perl-Test-TCP/Changes
+
+  2.19 2017-05-11T13:02:47Z
+  
+      commit aac1b06c1e3b0d73ca964794bab0c444d454ebcc
+      Author: Yasuhiro Matsumoto <[email protected]>
+      Date:   Thu May 11 18:40:13 2017 +0900
+  
+          don't run command when the port is empty
+  
+          Test::TCP do hack on Windows for checking port used.
+  
+          https://github.com/tokuhirom/Test-TCP/commit/0f4510d8
+  
+          But this way always return 0 with succeeded with empty port. This is 
not
+          expected behavior. So this change fix to call check_port if the port 
is
+          not defined.
+  
+          fixes #60
+
+-------------------------------------------------------------------

Old:
----
  Test-TCP-2.18.tar.gz

New:
----
  Test-TCP-2.19.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Test-TCP.spec ++++++
--- /var/tmp/diff_new_pack.wEY3JH/_old  2017-05-24 16:47:27.727101868 +0200
+++ /var/tmp/diff_new_pack.wEY3JH/_new  2017-05-24 16:47:27.731101305 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Test-TCP
-Version:        2.18
+Version:        2.19
 Release:        0
 %define cpan_name Test-TCP
 Summary:        Testing Tcp Program

++++++ Test-TCP-2.18.tar.gz -> Test-TCP-2.19.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.18/Changes new/Test-TCP-2.19/Changes
--- old/Test-TCP-2.18/Changes   2017-04-24 08:01:16.000000000 +0200
+++ new/Test-TCP-2.19/Changes   2017-05-11 15:03:35.000000000 +0200
@@ -1,5 +1,23 @@
 Revision history for Perl module Test::TCP
 
+2.19 2017-05-11T13:02:47Z
+
+    commit aac1b06c1e3b0d73ca964794bab0c444d454ebcc
+    Author: Yasuhiro Matsumoto <[email protected]>
+    Date:   Thu May 11 18:40:13 2017 +0900
+
+        don't run command when the port is empty
+
+        Test::TCP do hack on Windows for checking port used.
+
+        https://github.com/tokuhirom/Test-TCP/commit/0f4510d8
+
+        But this way always return 0 with succeeded with empty port. This is 
not
+        expected behavior. So this change fix to call check_port if the port is
+        not defined.
+
+        fixes #60
+
 2.18 2017-04-24T06:00:25Z
     - let the kernel select an empty port #59
       https://github.com/tokuhirom/Test-TCP/pull/59
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.18/META.json new/Test-TCP-2.19/META.json
--- old/Test-TCP-2.18/META.json 2017-04-24 08:01:16.000000000 +0200
+++ new/Test-TCP-2.19/META.json 2017-05-11 15:03:35.000000000 +0200
@@ -67,7 +67,7 @@
       },
       "Test::TCP" : {
          "file" : "lib/Test/TCP.pm",
-         "version" : "2.18"
+         "version" : "2.19"
       },
       "Test::TCP::CheckPort" : {
          "file" : "lib/Test/TCP/CheckPort.pm"
@@ -84,7 +84,7 @@
          "web" : "https://github.com/tokuhirom/Test-TCP";
       }
    },
-   "version" : "2.18",
+   "version" : "2.19",
    "x_contributors" : [
       "tokuhirom <tokuhirom@d0d07461-0603-4401-acd4-de1884942a52>",
       "mattn <mattn@d0d07461-0603-4401-acd4-de1884942a52>",
@@ -113,7 +113,8 @@
       "openstrike <[email protected]>",
       "Pete Houston <[email protected]>",
       "Syohei YOSHIDA <[email protected]>",
-      "Ichito Nagata <[email protected]>"
+      "Ichito Nagata <[email protected]>",
+      "Yasuhiro Matsumoto <[email protected]>"
    ],
    "x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.18/META.yml new/Test-TCP-2.19/META.yml
--- old/Test-TCP-2.18/META.yml  2017-04-24 08:01:16.000000000 +0200
+++ new/Test-TCP-2.19/META.yml  2017-05-11 15:03:35.000000000 +0200
@@ -30,7 +30,7 @@
     file: lib/Net/EmptyPort.pm
   Test::TCP:
     file: lib/Test/TCP.pm
-    version: '2.18'
+    version: '2.19'
   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.18'
+version: '2.19'
 x_contributors:
   - 'tokuhirom <tokuhirom@d0d07461-0603-4401-acd4-de1884942a52>'
   - 'mattn <mattn@d0d07461-0603-4401-acd4-de1884942a52>'
@@ -74,4 +74,5 @@
   - 'Pete Houston <[email protected]>'
   - 'Syohei YOSHIDA <[email protected]>'
   - 'Ichito Nagata <[email protected]>'
+  - 'Yasuhiro Matsumoto <[email protected]>'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.18/Makefile.PL 
new/Test-TCP-2.19/Makefile.PL
--- old/Test-TCP-2.18/Makefile.PL       2017-04-24 08:01:16.000000000 +0200
+++ new/Test-TCP-2.19/Makefile.PL       2017-05-11 15:03:35.000000000 +0200
@@ -12,7 +12,7 @@
 my %WriteMakefileArgs = (
     NAME     => 'Test::TCP',
     DISTNAME => 'Test-TCP',
-    VERSION  => '2.18',
+    VERSION  => '2.19',
     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.18/lib/Net/EmptyPort.pm 
new/Test-TCP-2.19/lib/Net/EmptyPort.pm
--- old/Test-TCP-2.18/lib/Net/EmptyPort.pm      2017-04-24 08:01:16.000000000 
+0200
+++ new/Test-TCP-2.19/lib/Net/EmptyPort.pm      2017-05-11 15:03:35.000000000 
+0200
@@ -131,7 +131,7 @@
     my $waiter = _make_waiter($max_wait);
 
     while ( $waiter->() ) {
-        if ($^O eq 'MSWin32' ? `$^X -MTest::TCP::CheckPort -echeck_port $host 
$port $proto` : check_port({ host => $host, port => $port, proto => $proto })) {
+        if ($^O eq 'MSWin32' && defined($port) ? `$^X -MTest::TCP::CheckPort 
-echeck_port $host $port $proto` : check_port({ host => $host, port => $port, 
proto => $proto })) {
             return 1;
         }
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.18/lib/Test/TCP.pm 
new/Test-TCP-2.19/lib/Test/TCP.pm
--- old/Test-TCP-2.18/lib/Test/TCP.pm   2017-04-24 08:01:16.000000000 +0200
+++ new/Test-TCP-2.19/lib/Test/TCP.pm   2017-05-11 15:03:35.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use 5.00800;
-our $VERSION = '2.18';
+our $VERSION = '2.19';
 use base qw/Exporter/;
 use Test::SharedFork 0.12;
 use Test::More ();


Reply via email to