Hello community,

here is the log from the commit of package perl-Test-TCP for openSUSE:Factory 
checked in at 2015-05-19 23:49:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-18 10:39:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-TCP.new/perl-Test-TCP.changes 
2015-05-19 23:49:22.000000000 +0200
@@ -1,0 +2,11 @@
+Tue May 19 08:44:13 UTC 2015 - co...@suse.com
+
+- updated to 2.12
+   see /usr/share/doc/packages/perl-Test-TCP/Changes
+
+  2.12 2015-05-18T08:14:30Z
+  
+      - Fixed spelling mistake
+        (Reported by gregor herrmann)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Test-TCP.spec ++++++
--- /var/tmp/diff_new_pack.axwKWC/_old  2015-05-19 23:49:23.000000000 +0200
+++ /var/tmp/diff_new_pack.axwKWC/_new  2015-05-19 23:49:23.000000000 +0200
@@ -17,14 +17,14 @@
 
 
 Name:           perl-Test-TCP
-Version:        2.11
+Version:        2.12
 Release:        0
 %define cpan_name Test-TCP
 Summary:        Testing Tcp Program
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Test-TCP/
-Source0:        
http://www.cpan.org/authors/id/K/KA/KAZUHO/%{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ Test-TCP-2.11.tar.gz -> Test-TCP-2.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.11/Changes new/Test-TCP-2.12/Changes
--- old/Test-TCP-2.11/Changes   2015-04-07 02:07:40.000000000 +0200
+++ new/Test-TCP-2.12/Changes   2015-05-18 10:15:10.000000000 +0200
@@ -1,5 +1,10 @@
 Revision history for Perl module Test::TCP
 
+2.12 2015-05-18T08:14:30Z
+
+    - Fixed spelling mistake
+      (Reported by gregor herrmann)
+
 2.11 2015-04-07T00:07:25Z
     - declare IO::Socket::IP as dependency #36
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.11/META.json new/Test-TCP-2.12/META.json
--- old/Test-TCP-2.11/META.json 2015-04-07 02:07:40.000000000 +0200
+++ new/Test-TCP-2.12/META.json 2015-05-18 10:15:10.000000000 +0200
@@ -4,7 +4,7 @@
       "Tokuhiro Matsuno <tokuhi...@gmail.com>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Minilla/v2.3.0",
+   "generated_by" : "Minilla/v2.4.1",
    "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.11"
+         "version" : "2.12"
       },
       "Test::TCP::CheckPort" : {
          "file" : "lib/Test/TCP/CheckPort.pm"
@@ -84,7 +84,7 @@
          "web" : "https://github.com/tokuhirom/Test-TCP";
       }
    },
-   "version" : "2.11",
+   "version" : "2.12",
    "x_contributors" : [
       "tokuhirom <tokuhirom@d0d07461-0603-4401-acd4-de1884942a52>",
       "mattn <mattn@d0d07461-0603-4401-acd4-de1884942a52>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.11/META.yml new/Test-TCP-2.12/META.yml
--- old/Test-TCP-2.11/META.yml  2015-04-07 02:07:40.000000000 +0200
+++ new/Test-TCP-2.12/META.yml  2015-05-18 10:15:10.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.3.0, CPAN::Meta::Converter version 2.150001'
+generated_by: 'Minilla/v2.4.1, 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.11'
+    version: '2.12'
   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.11'
+version: '2.12'
 x_contributors:
   - 'tokuhirom <tokuhirom@d0d07461-0603-4401-acd4-de1884942a52>'
   - 'mattn <mattn@d0d07461-0603-4401-acd4-de1884942a52>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.11/Makefile.PL 
new/Test-TCP-2.12/Makefile.PL
--- old/Test-TCP-2.11/Makefile.PL       2015-04-07 02:07:40.000000000 +0200
+++ new/Test-TCP-2.12/Makefile.PL       2015-05-18 10:15:10.000000000 +0200
@@ -9,37 +9,60 @@
 use ExtUtils::MakeMaker;
 
 
-use File::Copy;
-
-print "cp META.json MYMETA.json\n";
-copy("META.json","MYMETA.json") or die "Copy failed(META.json): $!";
+my %WriteMakefileArgs = (
+    NAME     => 'Test::TCP',
+    DISTNAME => 'Test-TCP',
+    VERSION  => '2.12',
+    CONFIGURE_REQUIRES => {
+  "ExtUtils::MakeMaker" => 0
+}
+,
+    BUILD_REQUIRES     => {}
+,
+    TEST_REQUIRES      => {
+  "File::Temp" => 0,
+  "Socket" => 0,
+  "Test::More" => "0.98"
+}
+,
+    PREREQ_PM          => {
+  "IO::Socket::INET" => 0,
+  "IO::Socket::IP" => 0,
+  "Test::More" => 0,
+  "Test::SharedFork" => "0.29",
+  "Time::HiRes" => 0,
+  "perl" => "5.008001"
+}
+,
+);
 
-if (-f 'META.yml') {
-    print "cp META.yml MYMETA.yml\n";
-    copy("META.yml","MYMETA.yml") or die "Copy failed(META.yml): $!";
-} else {
-    print "There is no META.yml... You may install this module from the 
repository...\n";
+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"
 }
+;
 
-my %args;
-if ($ExtUtils::MakeMaker::VERSION >= 6.64) {
-    # *_REQUIRES was supported.
+unless (eval { ExtUtils::MakeMaker->VERSION(6.63_03) }) {
+    delete $WriteMakefileArgs{TEST_REQUIRES};
+    delete $WriteMakefileArgs{BUILD_REQUIRES};
+    $WriteMakefileArgs{PREREQ_PM} = $full_prereqs;
+}
 
-    $args{CONFIGURE_REQUIRES} = {"ExtUtils::MakeMaker" => "6.64"};
-    $args{BUILD_REQUIRES}     = {};
-    $args{TEST_REQUIRES}      = {"File::Temp" => 0,"Socket" => 0,"Test::More" 
=> "0.98"};
-    $args{PREREQ_PM}          = {"IO::Socket::INET" => 0,"IO::Socket::IP" => 
0,"Test::More" => 0,"Test::SharedFork" => "0.29","Time::HiRes" => 0,"perl" => 
"5.008001"};
-} else {
-    $args{PREREQ_PM}          = {"ExtUtils::MakeMaker" => "6.64","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.52) }) {
+    delete $WriteMakefileArgs{CONFIGURE_REQUIRES};
 }
 
-if ($ExtUtils::MakeMaker::VERSION >= 6.57_01) {
-    $args{NO_MYMETA} = 1;
+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(
-    NAME     => 'Test::TCP',
-    DISTNAME => 'Test-TCP',
-    VERSION  => '2.11',
-    %args,
-);
+WriteMakefile(%WriteMakefileArgs);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.11/README.md new/Test-TCP-2.12/README.md
--- old/Test-TCP-2.11/README.md 2015-04-07 02:07:40.000000000 +0200
+++ new/Test-TCP-2.12/README.md 2015-05-18 10:15:10.000000000 +0200
@@ -191,7 +191,7 @@
 
 - How do I use address other than "127.0.0.1" for testing?
 
-    You can use the `host` paramater to specify the bind address.
+    You can use the `host` parameter to specify the bind address.
 
         # let the server bind to "0.0.0.0" for testing
         test_tcp(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.11/lib/Test/TCP.pm 
new/Test-TCP-2.12/lib/Test/TCP.pm
--- old/Test-TCP-2.11/lib/Test/TCP.pm   2015-04-07 02:07:40.000000000 +0200
+++ new/Test-TCP-2.12/lib/Test/TCP.pm   2015-05-18 10:15:10.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use 5.00800;
-our $VERSION = '2.11';
+our $VERSION = '2.12';
 use base qw/Exporter/;
 use IO::Socket::INET;
 use Test::SharedFork 0.12;
@@ -358,7 +358,7 @@
 
 =item How do I use address other than "127.0.0.1" for testing?
 
-You can use the C<< host >> paramater to specify the bind address.
+You can use the C<< host >> parameter to specify the bind address.
 
     # let the server bind to "0.0.0.0" for testing
     test_tcp(


Reply via email to