From e83d252b5f9238439266caf96dbe4d909b57a866cd237705a65e04740370a77c Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 17 Jan 2011 17:42:01 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/perl-IO-Socket-INET6 revision 23.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-INET6?expand=0&rev=ec592b62551e13617277cf42017bf84c --- perl-IO-Socket-INET6.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-IO-Socket-INET6.spec b/perl-IO-Socket-INET6.spec index faefbf1..5adec66 100644 --- a/perl-IO-Socket-INET6.spec +++ b/perl-IO-Socket-INET6.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-IO-Socket-INET6 (Version 2.65) +# spec file for package perl-IO-Socket-INET6 # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Name: perl-IO-Socket-INET6 %define cpan_name IO-Socket-INET6 Summary: Object interface for AF_INET|AF_INET6 domain sockets Version: 2.66 -Release: 3 +Release: 1 License: GPL+ or Artistic Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/IO-Socket-INET6/ From 623b4766e936a4e5d9048acbad86466b7c5f2a65051cbb5be66cdf72c6778b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Mon, 24 Jan 2011 10:56:08 +0000 Subject: [PATCH 2/2] - update to 2.67 * IO-Socket is doing some imports so we now do use IO::Socket (). - Fixed the rest of the imports. - update to 2.66 2010-06-11 Shlomi Fish * 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-INET6?expand=0&rev=21 --- IO-Socket-INET6-2.66.tar.bz2 | 3 --- IO-Socket-INET6-2.67.tar.bz2 | 3 +++ perl-IO-Socket-INET6.changes | 18 ++++++++++++++++++ perl-IO-Socket-INET6.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 IO-Socket-INET6-2.66.tar.bz2 create mode 100644 IO-Socket-INET6-2.67.tar.bz2 diff --git a/IO-Socket-INET6-2.66.tar.bz2 b/IO-Socket-INET6-2.66.tar.bz2 deleted file mode 100644 index a8f6eeb..0000000 --- a/IO-Socket-INET6-2.66.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7d185f35b72cb57898f345e04af33378706cb4ddd377ec22474b48b8cd5f5c3 -size 14397 diff --git a/IO-Socket-INET6-2.67.tar.bz2 b/IO-Socket-INET6-2.67.tar.bz2 new file mode 100644 index 0000000..0cc2091 --- /dev/null +++ b/IO-Socket-INET6-2.67.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19986cd569cd943ff045c1ab0fa747ef2946100575857f06aed6101ff852dbee +size 14583 diff --git a/perl-IO-Socket-INET6.changes b/perl-IO-Socket-INET6.changes index bc21ebf..25e4353 100644 --- a/perl-IO-Socket-INET6.changes +++ b/perl-IO-Socket-INET6.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Jan 24 10:50:55 UTC 2011 - vcizek@novell.com + +- update to 2.67 + * IO-Socket is doing some imports so we now do use IO::Socket (). + - Fixed the rest of the imports. + +------------------------------------------------------------------- +Mon Jan 17 15:26:36 UTC 2011 - vcizek@novell.com + +- update to 2.66 + +2010-06-11 Shlomi Fish + * 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 + ------------------------------------------------------------------- Mon Jan 17 10:07:08 UTC 2011 - vcizek@novell.com diff --git a/perl-IO-Socket-INET6.spec b/perl-IO-Socket-INET6.spec index 5adec66..1d427ee 100644 --- a/perl-IO-Socket-INET6.spec +++ b/perl-IO-Socket-INET6.spec @@ -22,7 +22,7 @@ Name: perl-IO-Socket-INET6 %define cpan_name IO-Socket-INET6 Summary: Object interface for AF_INET|AF_INET6 domain sockets -Version: 2.66 +Version: 2.67 Release: 1 License: GPL+ or Artistic Group: Development/Libraries/Perl