Hello community,

here is the log from the commit of package perl-IO-Socket-INET6 for 
openSUSE:Factory checked in at 2013-07-29 17:49:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-IO-Socket-INET6 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-IO-Socket-INET6.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-IO-Socket-INET6"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-IO-Socket-INET6/perl-IO-Socket-INET6.changes    
    2013-06-06 13:23:54.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-IO-Socket-INET6.new/perl-IO-Socket-INET6.changes
   2013-07-29 17:49:04.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Jul 26 05:32:06 UTC 2013 - [email protected]
+
+- updated to 2.71
+       * Correct typos.
+               - https://rt.cpan.org/Public/Bug/Display.html?id=86344
+
+-------------------------------------------------------------------

Old:
----
  IO-Socket-INET6-2.70.tar.gz

New:
----
  IO-Socket-INET6-2.71.tar.gz

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

Other differences:
------------------
++++++ perl-IO-Socket-INET6.spec ++++++
--- /var/tmp/diff_new_pack.4gBzZv/_old  2013-07-29 17:49:05.000000000 +0200
+++ /var/tmp/diff_new_pack.4gBzZv/_new  2013-07-29 17:49:05.000000000 +0200
@@ -19,7 +19,7 @@
 %bcond_with test
 
 Name:           perl-IO-Socket-INET6
-Version:        2.70
+Version:        2.71
 Release:        0
 %define cpan_name IO-Socket-INET6
 Summary:        Object interface for AF_INET/AF_INET6 domain sockets
@@ -37,22 +37,9 @@
 BuildRequires:  perl(Test::Pod) >= 1.14
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
 %endif
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Errno)
-BuildRequires:  perl(Exporter)
-BuildRequires:  perl(IO::Socket)
-BuildRequires:  perl(Socket)
+BuildRequires:  perl(Module::Build) >= 0.36
 BuildRequires:  perl(Socket6) >= 0.12
-BuildRequires:  perl(strict)
-BuildRequires:  perl(warnings)
-Requires:       perl(Carp)
-Requires:       perl(Errno)
-Requires:       perl(Exporter)
-Requires:       perl(IO::Socket)
-Requires:       perl(Socket)
 Requires:       perl(Socket6) >= 0.12
-Requires:       perl(strict)
-Requires:       perl(warnings)
 
 %description
 IO::Socket::INET6 provides an object interface to creating and using

++++++ IO-Socket-INET6-2.70.tar.gz -> IO-Socket-INET6-2.71.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-INET6-2.70/ChangeLog 
new/IO-Socket-INET6-2.71/ChangeLog
--- old/IO-Socket-INET6-2.70/ChangeLog  2013-05-21 18:06:40.000000000 +0200
+++ new/IO-Socket-INET6-2.71/ChangeLog  2013-06-23 16:09:47.000000000 +0200
@@ -1,3 +1,8 @@
+2013-06-23 Shlomi Fish <[email protected]>
+       * Correct typos.
+               - https://rt.cpan.org/Public/Bug/Display.html?id=86344
+       * New Release IO-Socket-INET6-2.71
+
 2013-05-21 Shlomi Fish <[email protected]>
        * Fix a typo:
                - https://rt.cpan.org/Ticket/Display.html?id=73143
@@ -15,45 +20,45 @@
                - Fixes https://rt.cpan.org/Ticket/Display.html?id=72769
        * New Release IO-Socket-INET6-2.68
 
-2011-01-21 Shlomi Fish <[email protected]>
+2011-01-21 Shlomi Fish <[email protected]>
        * IO-Socket is doing some imports so we now do use IO::Socket ().
                - Fixed the rest of the imports.
        * Thanks to LeoNerd
        * New Release IO-Socket-INET6-2.67
 
-2011-01-13 Shlomi Fish <[email protected]>
+2011-01-13 Shlomi Fish <[email protected]>
        * Made the use Socket call import constants selectively, and not rely
        on @EXPORT's whims:
                - 
http://www.cpantesters.org/cpan/report/d6e547be-19b5-11e0-bbdc-e5c0d6c987b5
        * New Release IO-Socket-INET6-2.66
 
-2010-06-11 Shlomi Fish <[email protected]>
+2010-06-11 Shlomi Fish <[email protected]>
        * Add a fix for t/io_multihomed6.t to make sure
        ok 3 will be printed before ok 4. due to many failures in the tests.
        Such as:
                - 
http://www.cpantesters.org/cpan/report/07413426-b19f-3f77-b713-d32bba55d77f
        * New Release IO-Socket-INET6-2.65
 
-2010-06-08 Shlomi Fish <[email protected]>
+2010-06-08 Shlomi Fish <[email protected]>
        * Applied a patch to fix t/io_multihomed6.t on old Perls / old Linux
        distributions:
                - https://rt.cpan.org/Ticket/Display.html?id=58198
                - Thanks to Paul.
        * New Release IO-Socket-INET6-2.64
 
-2010-05-29 Shlomi Fish <[email protected]>
+2010-05-29 Shlomi Fish <[email protected]>
        * Applied a modified patch to t/io_multihomed6.t to correct the test
        on Fedora 10 and others:
                - https://rt.cpan.org/Public/Bug/Display.html?id=57676
        * New Release IO-Socket-INET6-2.63
 
-2010-05-20 Shlomi Fish <[email protected]>
+2010-05-20 Shlomi Fish <[email protected]>
        * Solved "problems with multihomed and family order"
                - https://rt.cpan.org/Ticket/Display.html?id=57676
                - Thanks to Steffen Ullrich
        * New Release IO-Socket-INET6-2.62
 
-2010-03-25 Shlomi Fish <[email protected]>
+2010-03-25 Shlomi Fish <[email protected]>
        * Fix the inet_pton / inet_ntop import warnings:
                - https://rt.cpan.org/Ticket/Display.html?id=55901
                - Thanks to Todd Rinaldo for the patch.
@@ -66,24 +71,24 @@
        * Fixes to t/listen_port_only.t.
        * New Release IO-Socket-INET6-2.61
 
-2010-03-19 Shlomi Fish <[email protected]>
+2010-03-19 Shlomi Fish <[email protected]>
        * Syntax change to adapt for older Perls:
                - https://rt.cpan.org/Ticket/Display.html?id=54656
                - Thanks to paul.
        * New Release IO-Socket-INET6-2.59
 
-2010-03-18 Shlomi Fish <[email protected]>
+2010-03-18 Shlomi Fish <[email protected]>
        * Applied a patch by Steffen Ullrich, fixing:
        https://rt.cpan.org/Ticket/Display.html?id=54656
        * New Release IO-Socket-INET6-2.58
 
-2009-11-23 Shlomi Fish <[email protected]>
+2009-11-23 Shlomi Fish <[email protected]>
        * Applied a modified version of a patch by Matthew Horsfall
        <[email protected]> in order to add t/blocking.t and deal with the
        blocking sockets properly.
        * New Release IO-Socket-INET6-2.57
 
-2008-10-06 Shlomi Fish <[email protected]>
+2008-10-06 Shlomi Fish <[email protected]>
        * Applied a modified version of a patch by Anicka Bernathova
        <[email protected]>:
        {{{
@@ -95,18 +100,18 @@
        }}}
        * New Release IO-Socket-INET6-2.56
 
-2008-09-24 Shlomi Fish <[email protected]>
+2008-09-24 Shlomi Fish <[email protected]>
        * Fixed: http://rt.cpan.org/Ticket/Display.html?id=39550 :
        Problem with connect to IPv4 w/o given domain on FreeBSD6.1 (and
        other BSD systems). (Thanks to Steffen Ullrich)
        * New Release IO-Socket-INET6-2.55
 
-2008-02-22 Shlomi Fish <[email protected]>
+2008-02-22 Shlomi Fish <[email protected]>
        * Added pack_sockaddr_in6_all to the imports from Socket6 to fix
        the "configure" sub in several cases. Added t/configure6.t to test it.
        * New Release IO-Socket-INET6-2.54
 
-2008-02-21 Shlomi Fish <[email protected]>
+2008-02-21 Shlomi Fish <[email protected]>
        * Converted to Build.PL and placed INET6.pm under lib/.
        * Added a "repository" URL to the POD.
        * Added the pod.t and pod-coverage.t files and we now have full POD
@@ -120,7 +125,7 @@
        This release fixes it (with tests in t/host6.t).
        * New Release IO-Socket-INET6-2.53
 
-2008-02-05 Shlomi Fish <[email protected]>
+2008-02-05 Shlomi Fish <[email protected]>
 
        * New Release IO-Socket-INET6-2.52
        * Added a test for peerhost() too.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-INET6-2.70/META.json 
new/IO-Socket-INET6-2.71/META.json
--- old/IO-Socket-INET6-2.70/META.json  2013-05-21 18:06:40.000000000 +0200
+++ new/IO-Socket-INET6-2.71/META.json  2013-06-23 16:09:47.000000000 +0200
@@ -1,10 +1,12 @@
 {
    "abstract" : "Object interface for AF_INET/AF_INET6 domain sockets",
    "author" : [
-      "unknown"
+      "<[email protected]> and currently maintained by the Perl Porters.",
+      "Modified by Rafael Martinez Torres <[email protected]> and",
+      "Modified further by Shlomi Fish <[email protected]>, while 
disclaiming"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.3901, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "Module::Build version 0.4005, CPAN::Meta::Converter 
version 2.131560",
    "keywords" : [
       "inet6",
       "input",
@@ -51,7 +53,7 @@
    "provides" : {
       "IO::Socket::INET6" : {
          "file" : "lib/IO/Socket/INET6.pm",
-         "version" : "2.70"
+         "version" : "2.71"
       }
    },
    "release_status" : "stable",
@@ -63,5 +65,5 @@
          "url" : "https://bitbucket.org/shlomif/perl-io-socket-inet6";
       }
    },
-   "version" : "2.70"
+   "version" : "2.71"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-INET6-2.70/META.yml 
new/IO-Socket-INET6-2.71/META.yml
--- old/IO-Socket-INET6-2.70/META.yml   2013-05-21 18:06:40.000000000 +0200
+++ new/IO-Socket-INET6-2.71/META.yml   2013-06-23 16:09:47.000000000 +0200
@@ -1,13 +1,15 @@
 ---
 abstract: 'Object interface for AF_INET/AF_INET6 domain sockets'
 author:
-  - unknown
+  - '<[email protected]> and currently maintained by the Perl Porters.'
+  - 'Modified by Rafael Martinez Torres <[email protected]> and'
+  - 'Modified further by Shlomi Fish <[email protected]>, while disclaiming'
 build_requires:
   Test::More: 0
 configure_requires:
   Module::Build: 0.36
 dynamic_config: 1
-generated_by: 'Module::Build version 0.3901, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'Module::Build version 0.4005, CPAN::Meta::Converter version 
2.131560'
 keywords:
   - inet6
   - input
@@ -26,7 +28,7 @@
 provides:
   IO::Socket::INET6:
     file: lib/IO/Socket/INET6.pm
-    version: 2.70
+    version: 2.71
 requires:
   Carp: 0
   Errno: 0
@@ -39,4 +41,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://bitbucket.org/shlomif/perl-io-socket-inet6
-version: 2.70
+version: 2.71
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-INET6-2.70/Makefile.PL 
new/IO-Socket-INET6-2.71/Makefile.PL
--- old/IO-Socket-INET6-2.70/Makefile.PL        2013-05-21 18:06:40.000000000 
+0200
+++ new/IO-Socket-INET6-2.71/Makefile.PL        2013-06-23 16:09:47.000000000 
+0200
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.39_01
+# Note: this file was auto-generated by Module::Build::Compat version 0.4005
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-INET6-2.70/lib/IO/Socket/INET6.pm 
new/IO-Socket-INET6-2.71/lib/IO/Socket/INET6.pm
--- old/IO-Socket-INET6-2.70/lib/IO/Socket/INET6.pm     2013-05-21 
18:06:40.000000000 +0200
+++ new/IO-Socket-INET6-2.71/lib/IO/Socket/INET6.pm     2013-06-23 
16:09:47.000000000 +0200
@@ -41,7 +41,7 @@
 use Errno;
 
 @ISA = qw(IO::Socket);
-$VERSION = "2.70";
+$VERSION = "2.71";
 #Purpose: allow protocol independent protocol and original interface.
 
 my $EINVAL = exists(&Errno::EINVAL) ? Errno::EINVAL() : 1;
@@ -60,8 +60,8 @@
     return $class->SUPER::new(@_);
 }
 
-#Parsing analisis:
-# addr,port,and proto may be sintactically related...
+# Parsing analysis:
+# addr,port,and proto may be syntactically related...
 sub _sock_info {
   my($addr,$port,$proto) = @_;
   my $origport = $port;
@@ -192,7 +192,7 @@
 
     my @flr;
     if (@rres) {
-        # collect all combinations whith the same family in lres and rres
+        # Collect all combinations with the same family in lres and rres
         # the order we search should be defined by the order of @rres,
         # not @lres!
         for( my $r=0;$r<@rres;$r+=5 ) {
@@ -478,11 +478,11 @@
 service name.  The service name might be followed by a number in
 parenthesis which is used if the service is not known by the system.
 The C<PeerPort> specification can also be embedded in the C<PeerAddr>
-by preceding it with a ":", and closing the IPv6 address on bracktes "[]" if
+by preceding it with a ":", and closing the IPv6 address on brackets "[]" if
 necessary: "124.678.12.34:23","[2a05:345f::10]:23","any.server.com:23".
 
 If C<Domain> is not given, AF_UNSPEC is assumed, that is, both AF_INET and 
AF_INET6 will
-be both considered when resolving DNS names. AF_INET6 is prioritary.
+be both considered when resolving DNS names. AF_INET6 has priority.
 If you guess you are in trouble not reaching the peer,(the service is not 
available via
 AF_INET6 but AF_INET) you can either try Multihomed (try any address/family 
until reach)
 or concrete your address C<family> (AF_INET, AF_INET6).

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to