commit perl-Socket6 for openSUSE:Factory

2019-12-07 Thread root
Hello community,

here is the log from the commit of package perl-Socket6 for openSUSE:Factory 
checked in at 2019-12-07 15:18:33

Comparing /work/SRC/openSUSE:Factory/perl-Socket6 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Socket6.new.4691 (New)


Package is "perl-Socket6"

Sat Dec  7 15:18:33 2019 rev:25 rq:751736 version:0.29

Changes:

--- /work/SRC/openSUSE:Factory/perl-Socket6/perl-Socket6.changes
2018-01-25 12:35:30.852742751 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Socket6.new.4691/perl-Socket6.changes  
2019-12-07 15:22:00.963740206 +0100
@@ -1,0 +2,21 @@
+Thu Nov 28 20:22:50 UTC 2019 -  
+
+- Add manual license BSD-3-Clause to cpanspec.yml
+   Limit description to 2 paragraphs
+
+---
+Mon Nov 25 13:05:23 UTC 2019 -  
+
+- updated to 0.29
+   see /usr/share/doc/packages/perl-Socket6/ChangeLog
+
+  2018-09-30  Hajimu UMEMOTO  
+  
+   * Socket6.pm: Bump version number to 0.29.
+  
+   * Socket6.xs: Updates the tests for handling the correct headers
+   on NetBSD and DragonFly BSD.
+  
+   Submitted by:   Sevan Janiyan 
+
+---

Old:

  Socket6-0.28.tar.gz

New:

  Socket6-0.29.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Socket6.spec ++
--- /var/tmp/diff_new_pack.euKw2Y/_old  2019-12-07 15:22:01.651740110 +0100
+++ /var/tmp/diff_new_pack.euKw2Y/_new  2019-12-07 15:22:01.655740110 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Socket6
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,45 +12,50 @@
 # 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 Socket6
 Name:   perl-Socket6
-Version:0.28
+Version:0.29
 Release:0
-Summary:IPv6 Sockets (Perl Module)
+#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
+%define cpan_name Socket6
+Summary:IPv6 related part of the C socket.h defines and structure 
manipulators
 License:BSD-3-Clause
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Socket6/
-Source: 
http://www.cpan.org/authors/id/U/UM/UMEMOTO/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 %{perl_requires}
 
 %description
-The IPv6 related part of the C socket.h defines and structure
-manipulators.
+This module provides glue routines to the various IPv6 functions.
+
+If you use the Socket6 module, be sure to specify "use Socket" as well as
+"use Socket6".
 
 %prep
-%setup -q -n Socket6-%{version}
+%setup -q -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" 
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
 
 %check
-make %{?_smp_mflags} test
+make test
 
 %install
-make DESTDIR=%{buildroot} install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%files
-%{perl_vendorarch}/auto/Socket6
-%{perl_vendorarch}/Socket6.pm
-%{_mandir}/man3/Socket6.3pm%{ext_man}
-%doc MANIFEST README ChangeLog
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc aclocal.m4 ChangeLog ftpmirror-1.96.diff im-140.diff README
 
 %changelog

++ Socket6-0.28.tar.gz -> Socket6-0.29.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Socket6-0.28/ChangeLog new/Socket6-0.29/ChangeLog
--- old/Socket6-0.28/ChangeLog  2016-07-11 07:43:27.0 +0200
+++ new/Socket6-0.29/ChangeLog  2018-09-30 05:48:16.0 +0200
@@ -1,3 +1,12 @@
+2018-09-30  Hajimu UMEMOTO  
+
+   * Socket6.pm: Bump version number to 0.29.
+
+   * Socket6.xs: Updates the tests for handling the correct headers
+   on NetBSD and DragonFly BSD.
+
+   Submitted by:   Sevan Janiyan 
+
 2016-07-11  Hajimu UMEMOTO  
 
* Socket6.pm: Bump version number to 0.28.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit perl-Socket6 for openSUSE:Factory

2018-01-25 Thread root
Hello community,

here is the log from the commit of package perl-Socket6 for openSUSE:Factory 
checked in at 2018-01-25 12:35:28

Comparing /work/SRC/openSUSE:Factory/perl-Socket6 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Socket6.new (New)


Package is "perl-Socket6"

Thu Jan 25 12:35:28 2018 rev:24 rq:568404 version:0.28

Changes:

--- /work/SRC/openSUSE:Factory/perl-Socket6/perl-Socket6.changes
2013-12-19 13:35:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Socket6.new/perl-Socket6.changes   
2018-01-25 12:35:30.852742751 +0100
@@ -1,0 +2,18 @@
+Sat Dec 23 07:00:12 UTC 2017 - avin...@opensuse.org
+
+- updated to 0.28
+  * aclocal.m4 (IPv6_CHECK_INET_NTOP): inet_ntop(3) may returns
+IPv4-compatible IPv6 address. [cpan #113950]
+- includes fix from 0.27
+  * t/use.t: We still support an environment where AF_INET6 is
+not defined
+- includes changes from 0.26
+  * Makefile.PL: Make Socket6 buildable on Android. [cpan #98181]
+  * system inet_ntop broken in darwin. [cpan #113005]
+  * gailookup.pl.in: Add -r option to do reverse lookup
+  * gailookup.pl.in: Add awareness of AI_ALL and AI_V4MAPPED
+  * gailookup.pl.in: Add -P option to ease to specify port number
+- cleanup spec file with spec-cleaner
+- split tests into %check section
+
+---

Old:

  Socket6-0.25.tar.gz

New:

  Socket6-0.28.tar.gz



Other differences:
--
++ perl-Socket6.spec ++
--- /var/tmp/diff_new_pack.a7CBpC/_old  2018-01-25 12:35:31.688703726 +0100
+++ /var/tmp/diff_new_pack.a7CBpC/_new  2018-01-25 12:35:31.692703539 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Socket6
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,41 +16,41 @@
 #
 
 
+%define cpan_name Socket6
 Name:   perl-Socket6
-Version:0.25
+Version:0.28
 Release:0
-%define cpan_name Socket6
 Summary:IPv6 Sockets (Perl Module)
 License:BSD-3-Clause
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Socket6/
 Source: 
http://www.cpan.org/authors/id/U/UM/UMEMOTO/%{cpan_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+%{perl_requires}
 
 %description
 The IPv6 related part of the C socket.h defines and structure
 manipulators.
 
 %prep
-%setup -n Socket6-%{version}
+%setup -q -n Socket6-%{version}
 
 %build
 perl Makefile.PL
 make %{?_smp_mflags}
-make test
+
+%check
+make %{?_smp_mflags} test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+make DESTDIR=%{buildroot} install_vendor
 %perl_process_packlist
 
 %files
-%defattr(-,root,root)
 %{perl_vendorarch}/auto/Socket6
 %{perl_vendorarch}/Socket6.pm
-%doc %{_mandir}/man3/Socket6.3pm.gz
+%{_mandir}/man3/Socket6.3pm%{ext_man}
 %doc MANIFEST README ChangeLog
 
 %changelog

++ Socket6-0.25.tar.gz -> Socket6-0.28.tar.gz ++
 9760 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/Socket6-0.25/ChangeLog new/Socket6-0.28/ChangeLog
--- old/Socket6-0.25/ChangeLog  2013-12-08 18:23:06.0 +0100
+++ new/Socket6-0.28/ChangeLog  2016-07-11 07:43:27.0 +0200
@@ -1,3 +1,43 @@
+2016-07-11  Hajimu UMEMOTO  
+
+   * Socket6.pm: Bump version number to 0.28.
+
+   * aclocal.m4 (IPv6_CHECK_INET_NTOP): inet_ntop(3) may returns
+   IPv4-compatible IPv6 address. [cpan #113950]
+
+   Submitted by:   Andrew Galante 
+
+2016-03-23  Hajimu UMEMOTO  
+
+   * Socket6.pm: Bump version number to 0.27.
+
+2016-03-22  Hajimu UMEMOTO  
+
+   * t/use.t: We still supports an environment where AF_INET6 is not
+   defined.
+
+2016-03-17  Hajimu UMEMOTO  
+
+   * Socket6.pm: Bump version number to 0.26.
+
+   * Makefile.PL: Make Socket6 buildable on Android. [cpan #98181]
+
+   Submitted by:   fraserbn [...] gmail.com
+
+   * system inet_ntop broken in darwin. [cpan #113005]
+
+   Submitted by:   RURBAN [...] cpan.org
+
+2015-12-05  Hajimu UMEMOTO  
+
+   * gailookup.pl.in: Add -r option to do 

commit perl-Socket6 for openSUSE:Factory

2013-12-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Socket6 for openSUSE:Factory 
checked in at 2013-12-19 13:35:22

Comparing /work/SRC/openSUSE:Factory/perl-Socket6 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Socket6.new (New)


Package is perl-Socket6

Changes:

--- /work/SRC/openSUSE:Factory/perl-Socket6/perl-Socket6.changes
2012-01-17 16:14:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Socket6.new/perl-Socket6.changes   
2013-12-19 13:35:23.0 +0100
@@ -1,0 +2,13 @@
+Mon Dec  9 11:17:36 UTC 2013 - co...@suse.com
+
+- updated to 0.25
+  * Makefile.PL: Install manpage. [cpan #66811]
+  * Socket6.pm: Fix typo. [cpan #86346]
+  * Socket6.pm: Fix typo. [cpan #71617]
+  * Makefile.PL: Fixed [cpan #77665] pass perl cc and ccflags to
+  configure
+  * Makefile.PL (configure_mswin32): Fixed [cpan #65710]
+  undefined ref to inet_ntop,inet_pton on Windows XP.
+  * t/use.t: Fixed [cpan #75211] test redefinition warnings
+
+---

Old:

  Socket6-0.23.tar.gz

New:

  Socket6-0.25.tar.gz



Other differences:
--
++ perl-Socket6.spec ++
--- /var/tmp/diff_new_pack.Vv9LQy/_old  2013-12-19 13:35:23.0 +0100
+++ /var/tmp/diff_new_pack.Vv9LQy/_new  2013-12-19 13:35:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Socket6
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Socket6
-Url:http://search.cpan.org/author/UMEMOTO/Socket6-0.11/
+Version:0.25
+Release:0
+%define cpan_name Socket6
+Summary:IPv6 Sockets (Perl Module)
 License:BSD-3-Clause
 Group:  Development/Libraries/Perl
-Summary:IPv6 Sockets (Perl Module)
-Version:0.23
-Release:7
-Source: 
http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Socket6/
+Source: 
http://www.cpan.org/authors/id/U/UM/UMEMOTO/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
@@ -35,12 +34,6 @@
 The IPv6 related part of the C socket.h defines and structure
 manipulators.
 
-
-
-Authors:
-
-Hajimu Umemoto u...@mahoroba.org
-
 %prep
 %setup -n Socket6-%{version}
 
@@ -53,14 +46,11 @@
 make DESTDIR=$RPM_BUILD_ROOT install_vendor
 %perl_process_packlist
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %{perl_vendorarch}/auto/Socket6
 %{perl_vendorarch}/Socket6.pm
-#%doc %{_mandir}/man3/Socket6.3pm.gz
+%doc %{_mandir}/man3/Socket6.3pm.gz
 %doc MANIFEST README ChangeLog
 
 %changelog

++ Socket6-0.23.tar.gz - Socket6-0.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Socket6-0.23/ChangeLog new/Socket6-0.25/ChangeLog
--- old/Socket6-0.23/ChangeLog  2008-11-01 20:05:56.0 +0100
+++ new/Socket6-0.25/ChangeLog  2013-12-08 18:23:06.0 +0100
@@ -1,3 +1,35 @@
+2013-12-09  Hajimu UMEMOTO  u...@mahoroba.org
+
+   * Socket6.pm: Bump version number to 0.25.
+
+   * Makefile.PL: Install manpage. [cpan #66811]
+
+   Submitted by:   ga...@openfusion.com.au
+
+   * Socket6.pm: Fix typo. [cpan #86346]
+
+   Submitted by:   dsteinbrun...@pobox.com
+
+   * Socket6.pm: Fix typo. [cpan #71617]
+
+2013-12-08  Hajimu UMEMOTO  u...@mahoroba.org
+
+   * Socket6.pm: Bump version number to 0.24.
+
+   * Makefile.PL: Fixed [cpan #77665] pass perl cc and ccflags to
+   configure
+
+   Submitted by:   rur...@cpan.org
+
+   * Makefile.PL (configure_mswin32): Fixed [cpan #65710]
+   undefined ref to inet_ntop,inet_pton on Windows XP.
+
+   Submitted by:   apo...@cpan.org
+
+   * t/use.t: Fixed [cpan #75211] test redefinition warnings
+
+   Submitted by:   Manoj Kumar mkm...@hotmail.com
+
 2008-11-02  Hajimu UMEMOTO  u...@mahoroba.org
 
* Socket6.pm: Bump version number to 0.23.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Socket6-0.23/MANIFEST new/Socket6-0.25/MANIFEST
--- old/Socket6-0.23/MANIFEST   2008-11-01 20:10:11.0 +0100
+++ new/Socket6-0.25/MANIFEST   2013-12-08 18:25:29.0 +0100
@@ -18,4 +18,5 @@
 inet_pton.c
 im-140.diff
 t/use.t
-META.yml

commit perl-Socket6 for openSUSE:Factory

2012-01-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Socket6 for openSUSE:Factory 
checked in at 2012-01-17 11:34:40

Comparing /work/SRC/openSUSE:Factory/perl-Socket6 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Socket6.new (New)


Package is perl-Socket6, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Socket6/perl-Socket6.changes
2011-11-21 12:45:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Socket6.new/perl-Socket6.changes   
2012-01-17 16:14:13.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 12 14:25:53 UTC 2012 - j...@suse.com
+
+- license update: BSD-3-Clause
+  was plain wrong for years.
+
+---



Other differences:
--
++ perl-Socket6.spec ++
--- /var/tmp/diff_new_pack.plYUuT/_old  2012-01-17 16:14:15.0 +0100
+++ /var/tmp/diff_new_pack.plYUuT/_new  2012-01-17 16:14:15.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   perl-Socket6
 Url:http://search.cpan.org/author/UMEMOTO/Socket6-0.11/
-License:Artistic-1.0
+License:BSD-3-Clause
 Group:  Development/Libraries/Perl
 Summary:IPv6 Sockets (Perl Module)
 Version:0.23

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Socket6 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Socket6 for openSUSE:Factory 
checked in at 2011-12-06 18:47:09

Comparing /work/SRC/openSUSE:Factory/perl-Socket6 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Socket6.new (New)


Package is perl-Socket6, Maintainer is m...@suse.com

Changes:




Other differences:
--
++ perl-Socket6.spec ++
--- /var/tmp/diff_new_pack.Nsg01a/_old  2011-12-06 19:18:34.0 +0100
+++ /var/tmp/diff_new_pack.Nsg01a/_new  2011-12-06 19:18:34.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   perl-Socket6
 Url:http://search.cpan.org/author/UMEMOTO/Socket6-0.11/
-License:Artistic
+License:Artistic-1.0
 Group:  Development/Libraries/Perl
 Summary:IPv6 Sockets (Perl Module)
 Version:0.23

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Socket6 for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Socket6 for openSUSE:Factory 
checked in at 2011-11-21 12:45:41

Comparing /work/SRC/openSUSE:Factory/perl-Socket6 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Socket6.new (New)


Package is perl-Socket6, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Socket6/perl-Socket6.changes
2011-09-23 12:38:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Socket6.new/perl-Socket6.changes   
2011-11-21 12:45:44.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:09:55 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Socket6-0.23.tar.bz2

New:

  Socket6-0.23.tar.gz



Other differences:
--
++ perl-Socket6.spec ++
--- /var/tmp/diff_new_pack.Xb1XFU/_old  2011-11-21 12:45:48.0 +0100
+++ /var/tmp/diff_new_pack.Xb1XFU/_new  2011-11-21 12:45:49.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Socket6 (Version 0.23)
+# spec file for package perl-Socket6
 #
-# 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
@@ -25,7 +25,7 @@
 Summary:IPv6 Sockets (Perl Module)
 Version:0.23
 Release:7
-Source: 
http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.bz2
+Source: 
http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org