Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Net-INET6Glue for 
openSUSE:Factory checked in at 2021-04-12 17:10:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Net-INET6Glue (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Net-INET6Glue.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Net-INET6Glue"

Mon Apr 12 17:10:22 2021 rev:2 rq:876527 version:0.604

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-INET6Glue/perl-Net-INET6Glue.changes    
2016-05-25 21:22:25.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-INET6Glue.new.2401/perl-Net-INET6Glue.changes
  2021-04-12 17:10:23.510566796 +0200
@@ -1,0 +2,9 @@
+Sat Feb 27 03:08:13 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 0.604
+   see /usr/share/doc/packages/perl-Net-INET6Glue/Changes
+
+  0.604 2021/02/26
+  - change bugtracker in Makefile.PL to github
+
+-------------------------------------------------------------------

Old:
----
  Net-INET6Glue-0.603.tar.gz

New:
----
  Net-INET6Glue-0.604.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Net-INET6Glue.spec ++++++
--- /var/tmp/diff_new_pack.LHTNhs/_old  2021-04-12 17:10:24.050567393 +0200
+++ /var/tmp/diff_new_pack.LHTNhs/_new  2021-04-12 17:10:24.054567398 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-INET6Glue
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,20 @@
 # 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/
 #
 
 
+%define cpan_name Net-INET6Glue
 Name:           perl-Net-INET6Glue
-Version:        0.603
+Version:        0.604
 Release:        0
-%define cpan_name Net-INET6Glue
 Summary:        Make common modules IPv6 ready by hotpatching
-License:        Artistic-1.0 or GPL-1.0+
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Net-INET6Glue/
-Source:         
http://www.cpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
+License:        Artistic-1.0 OR GPL-1.0-or-later
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(IO::Socket::IP) >= 0.25
@@ -34,40 +33,37 @@
 %{perl_requires}
 
 %description
-the Net::INET6Glue manpage is a collection of modules to make common
-modules IPv6 ready by hotpatching them.
+Net::INET6Glue is a collection of modules to make common modules IPv6 ready
+by hotpatching them.
 
 Unfortunatly the current state of IPv6 support in perl is that no IPv6
-support is in the core and that a lot of important modules (like the
-Net::FTP manpage, the Net::SMTP manpage, the LWP manpage,...) do not
-support IPv6 even if the modules for IPv6 sockets like the Socket6 manpage,
-the IO::Socket::IP manpage or the IO::Socket::INET6 manpage are available.
+support is in the core and that a lot of important modules (like Net::FTP,
+Net::SMTP, LWP,...) do not support IPv6 even if the modules for IPv6
+sockets like Socket6, IO::Socket::IP or IO::Socket::INET6 are available.
 
 This module tries to mitigate this by hotpatching. Currently the following
 submodules are available:
 
-* the Net::INET6Glue::INET_is_INET6 manpage
+* Net::INET6Glue::INET_is_INET6
+
+Makes IO::Socket::INET behave like IO::Socket::IP (with fallback to like
+IO::Socket::INET6), especially make it capable to create IPv6 sockets. This
+makes LWP, Net::SMTP and others IPv6 capable.
+
+* Net::INET6Glue::FTP
 
-  Makes the IO::Socket::INET manpage behave like the IO::Socket::IP manpage
-  (with fallback to like the IO::Socket::INET6 manpage), especially make it
-  capable to create IPv6 sockets. This makes the LWP manpage, the Net::SMTP
-  manpage and others IPv6 capable.
-
-* the Net::INET6Glue::FTP manpage
-
-  Hotpatches the Net::FTP manpage to support EPRT and EPSV commands which
-  are needed to deal with FTP over IPv6. Also loads the
-  Net::INET6Glue::INET_is_INET6 manpage.
+Hotpatches Net::FTP to support EPRT and EPSV commands which are needed to
+deal with FTP over IPv6. Also loads Net::INET6Glue::INET_is_INET6.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -75,7 +71,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes COPYRIGHT README
 
 %changelog

++++++ Net-INET6Glue-0.603.tar.gz -> Net-INET6Glue-0.604.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-INET6Glue-0.603/Changes 
new/Net-INET6Glue-0.604/Changes
--- old/Net-INET6Glue-0.603/Changes     2014-09-07 18:22:41.000000000 +0200
+++ new/Net-INET6Glue-0.604/Changes     2021-02-26 13:50:46.000000000 +0100
@@ -1,3 +1,5 @@
+0.604 2021/02/26
+- change bugtracker in Makefile.PL to github
 0.603 2014/09/07
 - mark Net::FTP 2.79 as a valid base too, based on patch from
   kimmo[AT]suominen[DOT]com, https://github.com/noxxi/p5-net-inet6glue/pull/3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-INET6Glue-0.603/META.json 
new/Net-INET6Glue-0.604/META.json
--- old/Net-INET6Glue-0.603/META.json   2014-09-07 18:23:08.000000000 +0200
+++ new/Net-INET6Glue-0.604/META.json   2021-02-26 13:51:00.000000000 +0100
@@ -4,13 +4,13 @@
       "Steffen Ullrich <sullr.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.120630",
+   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Net-INET6Glue",
    "no_index" : {
@@ -40,7 +40,7 @@
    "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
-         "web" : "https://rt.cpan.org/Dist/Display.html?Queue=Net-INET6Glue";
+         "web" : "https://github.com/noxxi/p5-net-inet6glue/issues";
       },
       "homepage" : "https://github.com/noxxi/p5-net-inet6glue";,
       "license" : [
@@ -50,5 +50,6 @@
          "url" : "https://github.com/noxxi/p5-net-inet6glue";
       }
    },
-   "version" : "0.603"
+   "version" : "0.604",
+   "x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-INET6Glue-0.603/META.yml 
new/Net-INET6Glue-0.604/META.yml
--- old/Net-INET6Glue-0.603/META.yml    2014-09-07 18:23:08.000000000 +0200
+++ new/Net-INET6Glue-0.604/META.yml    2021-02-26 13:51:00.000000000 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.120630'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,8 +21,9 @@
   IO::Socket::IP: '0.25'
   Net::FTP: '2.75'
 resources:
-  bugtracker: https://rt.cpan.org/Dist/Display.html?Queue=Net-INET6Glue
+  bugtracker: https://github.com/noxxi/p5-net-inet6glue/issues
   homepage: https://github.com/noxxi/p5-net-inet6glue
   license: http://dev.perl.org/licenses/
   repository: https://github.com/noxxi/p5-net-inet6glue
-version: '0.603'
+version: '0.604'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-INET6Glue-0.603/Makefile.PL 
new/Net-INET6Glue-0.604/Makefile.PL
--- old/Net-INET6Glue-0.603/Makefile.PL 2014-01-14 11:00:27.000000000 +0100
+++ new/Net-INET6Glue-0.604/Makefile.PL 2021-02-26 13:49:46.000000000 +0100
@@ -29,7 +29,7 @@
        resources => {
            license     => 'http://dev.perl.org/licenses/',
            homepage    => 'https://github.com/noxxi/p5-net-inet6glue',
-           bugtracker  => 
'https://rt.cpan.org/Dist/Display.html?Queue=Net-INET6Glue',
+           bugtracker  => 'https://github.com/noxxi/p5-net-inet6glue/issues',
            repository  => 'https://github.com/noxxi/p5-net-inet6glue',
        },
     },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-INET6Glue-0.603/lib/Net/INET6Glue.pm 
new/Net-INET6Glue-0.604/lib/Net/INET6Glue.pm
--- old/Net-INET6Glue-0.603/lib/Net/INET6Glue.pm        2014-09-07 
18:20:47.000000000 +0200
+++ new/Net-INET6Glue-0.604/lib/Net/INET6Glue.pm        2021-02-26 
13:50:10.000000000 +0100
@@ -1,5 +1,5 @@
 package Net::INET6Glue;
-$VERSION = "0.603";
+$VERSION = "0.604";
 use Net::INET6Glue::INET_is_INET6;
 use Net::INET6Glue::FTP;
 1;

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#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

Reply via email to