Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-IO-Socket-INET6 for
openSUSE:Factory checked in at 2022-08-25 15:33:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-IO-Socket-INET6 (Old)
and /work/SRC/openSUSE:Factory/.perl-IO-Socket-INET6.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-IO-Socket-INET6"
Thu Aug 25 15:33:12 2022 rev:37 rq:999060 version:2.73
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-IO-Socket-INET6/perl-IO-Socket-INET6.changes
2014-02-12 07:05:05.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-IO-Socket-INET6.new.2083/perl-IO-Socket-INET6.changes
2022-08-25 15:33:18.435952027 +0200
@@ -1,0 +2,10 @@
+Wed Aug 24 11:46:31 UTC 2022 - Dirk Stoecker <[email protected]>
+
+- updated to 2.73
+ see /usr/share/doc/packages/perl-IO-Socket-INET6/ChangeLog
+
+ 2021-12-10 Shlomi Fish <[email protected]>
+ * Deprecate in favour of L<IO::Socket::IP> .
+ * New Release IO-Socket-INET6-2.73
+
+-------------------------------------------------------------------
Old:
----
IO-Socket-INET6-2.72.tar.gz
New:
----
IO-Socket-INET6-2.73.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-IO-Socket-INET6.spec ++++++
--- /var/tmp/diff_new_pack.xZNw6t/_old 2022-08-25 15:33:18.939953128 +0200
+++ /var/tmp/diff_new_pack.xZNw6t/_new 2022-08-25 15:33:18.943953136 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-IO-Socket-INET6
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,66 +12,49 @@
# 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/
#
-%bcond_with test
-
+%define cpan_name IO-Socket-INET6
Name: perl-IO-Socket-INET6
-Version: 2.72
+Version: 2.73
Release: 0
-%define cpan_name IO-Socket-INET6
-Summary: Object interface for AF_INET/AF_INET6 domain sockets
-License: GPL-1.0+ or Artistic-1.0
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/IO-Socket-INET6/
-Source:
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: [ DEPRECATED!! ] Object interface for AF_INET/AF_INET6 domain
sockets
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
+BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Build)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
-%{perl_requires}
-%if %{with test}
-BuildRequires: perl(Test::Pod) >= 1.14
-BuildRequires: perl(Test::Pod::Coverage) >= 1.04
-%endif
-BuildRequires: perl(Module::Build) >= 0.36
+BuildRequires: perl(Module::Build) >= 0.360000
BuildRequires: perl(Socket6) >= 0.12
Requires: perl(Socket6) >= 0.12
+%{perl_requires}
%description
-IO::Socket::INET6 provides an object interface to creating and using
- sockets in either AF_INET or AF_INET6 domains. It is built upon the
- IO::Socket interface and inherits all the methods defined by IO::Socket.
+'IO::Socket::INET6' provides an object interface to creating and using
+sockets in either AF_INET or AF_INET6 domains. It is built upon the
+IO::Socket interface and inherits all the methods defined by IO::Socket.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
perl Build.PL installdirs=vendor
-./Build
-#exclude this test as it needs IPv6 network
-mv t/io_sock6.t t/io_sock6.tt
-
-%if %{with test}
+./Build build flags=%{?_smp_mflags}
%check
-#disable test suite as it doesn't work at all without being online
-#and our build hosts are completly without network interfaces
-./Build test
-%endif
+# MANUAL no testing (needs network connectivity)
+#./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
-%clean
-rm -rf %{buildroot}
-
%files -f %{name}.files
-%defattr(-,root,root,-)
%doc ChangeLog README
+%license LICENSE
%changelog
++++++ IO-Socket-INET6-2.72.tar.gz -> IO-Socket-INET6-2.73.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/IO-Socket-INET6-2.72/Build.PL
new/IO-Socket-INET6-2.73/Build.PL
--- old/IO-Socket-INET6-2.72/Build.PL 2014-01-31 11:18:01.000000000 +0100
+++ new/IO-Socket-INET6-2.73/Build.PL 2021-12-10 08:30:32.000000000 +0100
@@ -6,48 +6,37 @@
use Test::Run::Builder;
my $build = Test::Run::Builder->new(
- 'module_name' => "IO::Socket::INET6",
- dist_version_from => 'lib/IO/Socket/INET6.pm',
- dist_abstract => 'Object interface for AF_INET/AF_INET6 domain sockets',
- 'requires' =>
- {
- 'Carp' => 0,
- 'Errno' => 0,
- 'Exporter' => 0,
+ 'module_name' => "IO::Socket::INET6",
+ dist_version_from => 'lib/IO/Socket/INET6.pm',
+ dist_abstract =>
+ '[ DEPRECATED!! ] Object interface for AF_INET/AF_INET6 domain
sockets',
+ 'requires' => {
+ 'Carp' => 0,
+ 'Errno' => 0,
+ 'Exporter' => 0,
'IO::Socket' => 0,
- 'Socket' => 0,
- 'Socket6' => "0.12",
- 'perl' => '5.008',
- 'strict' => 0,
- 'warnings' => 0,
+ 'Socket' => 0,
+ 'Socket6' => "0.12",
+ 'perl' => '5.008',
+ 'strict' => 0,
+ 'warnings' => 0,
},
- build_requires =>
- {
+ build_requires => {
'Test::More' => 0,
},
- configure_requires =>
- {
+ configure_requires => {
'Module::Build' => '0.36',
},
- 'license' => "perl",
+ 'license' => "perl",
create_makefile_pl => 'traditional',
- meta_merge =>
- {
- resources =>
- {
- repository => "https://bitbucket.org/shlomif/perl-io-socket-inet6",
+ meta_merge => {
+ resources => {
+ repository => "https://github.com/shlomif/perl-io-socket-inet6",
},
- keywords =>
- [
- "inet6",
- "input",
- "internet",
- "ipv6",
- "network",
- "networking",
- "output",
- "socket",
- "sockets",
+ keywords => [
+ "deprecated", "inet6", "input", "internet",
+ "ipv6", "network", "networking", "output",
+ "socket", "sockets",
],
},
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/IO-Socket-INET6-2.72/ChangeLog
new/IO-Socket-INET6-2.73/ChangeLog
--- old/IO-Socket-INET6-2.72/ChangeLog 2014-01-31 11:18:01.000000000 +0100
+++ new/IO-Socket-INET6-2.73/ChangeLog 2021-12-10 08:30:32.000000000 +0100
@@ -1,3 +1,7 @@
+2021-12-10 Shlomi Fish <[email protected]>
+ * Deprecate in favour of L<IO::Socket::IP> .
+ * New Release IO-Socket-INET6-2.73
+
2013-06-23 Shlomi Fish <[email protected]>
* Add minimum version of perl to 5.8.x (CPANTS Kwalitee).
* Add LICENSE file. (CPANTS).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/IO-Socket-INET6-2.72/META.json
new/IO-Socket-INET6-2.73/META.json
--- old/IO-Socket-INET6-2.72/META.json 2014-01-31 11:18:01.000000000 +0100
+++ new/IO-Socket-INET6-2.73/META.json 2021-12-10 08:30:32.000000000 +0100
@@ -1,13 +1,14 @@
{
- "abstract" : "Object interface for AF_INET/AF_INET6 domain sockets",
+ "abstract" : "[ DEPRECATED!! ] Object interface for AF_INET/AF_INET6 domain
sockets",
"author" : [
"<[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.4007, CPAN::Meta::Converter
version 2.132830",
+ "generated_by" : "Module::Build version 0.4231",
"keywords" : [
+ "deprecated",
"inet6",
"input",
"internet",
@@ -23,7 +24,7 @@
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "IO-Socket-INET6",
"prereqs" : {
@@ -54,7 +55,7 @@
"provides" : {
"IO::Socket::INET6" : {
"file" : "lib/IO/Socket/INET6.pm",
- "version" : "2.72"
+ "version" : "2.73"
}
},
"release_status" : "stable",
@@ -63,8 +64,9 @@
"http://dev.perl.org/licenses/"
],
"repository" : {
- "url" : "https://bitbucket.org/shlomif/perl-io-socket-inet6"
+ "url" : "https://github.com/shlomif/perl-io-socket-inet6"
}
},
- "version" : "2.72"
+ "version" : "2.73",
+ "x_serialization_backend" : "JSON::PP version 4.06"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/IO-Socket-INET6-2.72/META.yml
new/IO-Socket-INET6-2.73/META.yml
--- old/IO-Socket-INET6-2.72/META.yml 2014-01-31 11:18:01.000000000 +0100
+++ new/IO-Socket-INET6-2.73/META.yml 2021-12-10 08:30:32.000000000 +0100
@@ -1,16 +1,17 @@
---
-abstract: 'Object interface for AF_INET/AF_INET6 domain sockets'
+abstract: '[ DEPRECATED!! ] Object interface for AF_INET/AF_INET6 domain
sockets'
author:
- '<[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
+ Test::More: '0'
configure_requires:
- Module::Build: 0.36
+ Module::Build: '0.36'
dynamic_config: 1
-generated_by: 'Module::Build version 0.4007, CPAN::Meta::Converter version
2.132830'
+generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version
2.150010'
keywords:
+ - deprecated
- inet6
- input
- internet
@@ -23,23 +24,24 @@
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+ version: '1.4'
name: IO-Socket-INET6
provides:
IO::Socket::INET6:
file: lib/IO/Socket/INET6.pm
- version: 2.72
+ version: '2.73'
requires:
- Carp: 0
- Errno: 0
- Exporter: 0
- IO::Socket: 0
- Socket: 0
- Socket6: 0.12
- perl: 5.008
- strict: 0
- warnings: 0
+ Carp: '0'
+ Errno: '0'
+ Exporter: '0'
+ IO::Socket: '0'
+ Socket: '0'
+ Socket6: '0.12'
+ perl: '5.008'
+ strict: '0'
+ warnings: '0'
resources:
license: http://dev.perl.org/licenses/
- repository: https://bitbucket.org/shlomif/perl-io-socket-inet6
-version: 2.72
+ repository: https://github.com/shlomif/perl-io-socket-inet6
+version: '2.73'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/IO-Socket-INET6-2.72/Makefile.PL
new/IO-Socket-INET6-2.73/Makefile.PL
--- old/IO-Socket-INET6-2.72/Makefile.PL 2014-01-31 11:18:01.000000000
+0100
+++ new/IO-Socket-INET6-2.73/Makefile.PL 2021-12-10 08:30:32.000000000
+0100
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.4007
+# Note: this file was auto-generated by Module::Build::Compat version 0.4231
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/IO-Socket-INET6-2.72/lib/IO/Socket/INET6.pm
new/IO-Socket-INET6-2.73/lib/IO/Socket/INET6.pm
--- old/IO-Socket-INET6-2.72/lib/IO/Socket/INET6.pm 2014-01-31
11:18:01.000000000 +0100
+++ new/IO-Socket-INET6-2.73/lib/IO/Socket/INET6.pm 2021-12-10
08:30:32.000000000 +0100
@@ -43,7 +43,7 @@
use Errno;
@ISA = qw(IO::Socket);
-$VERSION = "2.72";
+$VERSION = "2.73";
#Purpose: allow protocol independent protocol and original interface.
my $EINVAL = exists(&Errno::EINVAL) ? Errno::EINVAL() : 1;
@@ -417,12 +417,20 @@
=head1 NAME
-IO::Socket::INET6 - Object interface for AF_INET/AF_INET6 domain sockets
+IO::Socket::INET6 - [ DEPRECATED!! ] Object interface for AF_INET/AF_INET6
domain sockets
=head1 SYNOPSIS
use IO::Socket::INET6;
+=head1 WARNING
+
+B<WARNING!! IO-Socket-INET6 is deprecated.>
+
+IO-Socket-INET6 was now succeeded by Paul
+Evans' L<IO::Socket::IP> . Please
+convert old code from IO-Socket-INET6 to IO-Socket-IP.
+
=head1 DESCRIPTION
C<IO::Socket::INET6> provides an object interface to creating and using sockets
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
no_testing: needs network connectivity
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section