commit perl-Net-HTTP for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory checked in at 2017-02-22 13:44:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Net-HTTP (Old) and /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Net-HTTP" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes 2017-01-19 10:40:34.604786188 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new/perl-Net-HTTP.changes 2017-02-22 13:44:59.885231985 +0100 @@ -1,0 +2,9 @@ +Mon Feb 20 07:03:48 UTC 2017 - coolo@suse.com + +- updated to 6.13 + see /usr/share/doc/packages/perl-Net-HTTP/Changes + + 6.13 2017-02-19 21:40:54-05:00 America/Toronto + - use EWOULDBLOCK as well on all places where EAGAIN is used (GH PR#24) + +------------------------------------------------------------------- Old: ---- Net-HTTP-6.12.tar.gz New: ---- Net-HTTP-6.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Net-HTTP.spec ++++++ --- /var/tmp/diff_new_pack.LisdLf/_old 2017-02-22 13:45:00.285175023 +0100 +++ /var/tmp/diff_new_pack.LisdLf/_new 2017-02-22 13:45:00.289174454 +0100 @@ -17,14 +17,14 @@ Name: perl-Net-HTTP -Version: 6.12 +Version: 6.13 Release: 0 %define cpan_name Net-HTTP Summary: Low-level HTTP connection (client) License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Net-HTTP/ -Source0: http://www.cpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -67,6 +67,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTORS LICENSE README.md +%doc Changes CONTRIBUTORS README.md +%license LICENSE %changelog ++++++ Net-HTTP-6.12.tar.gz -> Net-HTTP-6.13.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-HTTP-6.12/CONTRIBUTORS new/Net-HTTP-6.13/CONTRIBUTORS --- old/Net-HTTP-6.12/CONTRIBUTORS 2017-01-05 05:32:57.000000000 +0100 +++ new/Net-HTTP-6.13/CONTRIBUTORS 2017-02-20 03:40:57.000000000 +0100 @@ -18,6 +18,7 @@ * Chase Whitener * Dagfinn Ilmari Mannsåker * Daniel Hedlund + * Dave Rolsky * David E. Wheeler * DAVIDRW * David Steinbrunner @@ -61,6 +62,7 @@ * Slaven Rezic * Slaven Rezic * Spiros Denaxas + * Steffen Ullrich * Steve Hay * Todd Lipcon * Tom Hukins diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-HTTP-6.12/Changes new/Net-HTTP-6.13/Changes --- old/Net-HTTP-6.12/Changes 2017-01-05 05:32:57.000000000 +0100 +++ new/Net-HTTP-6.13/Changes 2017-02-20 03:40:57.000000000 +0100 @@ -1,5 +1,8 @@ Release history for Net-HTTP +6.13 2017-02-19 21:40:54-05:00 America/Toronto + - use EWOULDBLOCK as well on all places where EAGAIN is used (GH PR#24) + 6.12 2017-01-04 23:32:54-05:00 America/Toronto - Fix prereqs @@ -13,7 +16,7 @@ - Drop all use of Test.pm - Removed unneeded uses of 'use vars' - Switch live tests to use Google. - - Fix RT#112313 - Hang in my_readline() when keep-alive => 1 and $reponse_size % 1024 == 0 + - Fix RT#112313 - Hang in my_readline() when keep-alive => 1 and $response_size % 1024 == 0 6.09 2015-05-20 - No changes since 6.08_002 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-HTTP-6.12/META.json new/Net-HTTP-6.13/META.json --- old/Net-HTTP-6.12/META.json 2017-01-05 05:32:57.000000000 +0100 +++ new/Net-HTTP-6.13/META.json 2017-02-20 03:40:57.000000000 +0100 @@ -73,7 +73,7 @@ "x_IRC" : "irc://irc.perl.org/#lwp", "x_MailingList" : "mailto:libwww@perl.org" }, - "version" : "6.12", + "version" : "6.13", "x_contributors" : [ "Adam Kennedy <adamk@cpan.org>", "Adam Sjogren <asjo@koldfront.dk>", @@ -87,6 +87,7 @@ "Chase Whitener <cwhitener@gmail.com>", "Dagfinn Ilmari Manns\u00e5ker <ilmari@ilmari.org>", "Daniel Hedlund <Daniel.Hedlund@eprize.com>", + "Dave Rolsky <autarch@urth.org>", "David E. Wheeler <david@justatheory.com>", "DAVIDRW <davidrw@cpan.org>", "David Steinbrunner <dsteinbrunner@pobox.com>", @@ -130,6 +131,7 @@ "Slaven Rezic <slaven@rezic.de>", "Slaven Rezic <srezic@iconmobile.com>", "Spiros Denaxas <s.denaxas@gmail.com>", + "Steffen Ullrich <Steffen_Ullrich@genua.de>", "Steve Hay <SteveHay@planit.com>", "Todd Lipcon <todd@amiestreet.com>", "Tom Hukins <tom@eborcom.com>", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-HTTP-6.12/META.yml new/Net-HTTP-6.13/META.yml --- old/Net-HTTP-6.12/META.yml 2017-01-05 05:32:57.000000000 +0100 +++ new/Net-HTTP-6.13/META.yml 2017-02-20 03:40:57.000000000 +0100 @@ -38,7 +38,7 @@ bugtracker: https://github.com/libwww-perl/Net-HTTP/issues homepage: https://github.com/libwww-perl/Net-HTTP repository: https://github.com/libwww-perl/Net-HTTP.git -version: '6.12' +version: '6.13' x_contributors: - 'Adam Kennedy <adamk@cpan.org>' - 'Adam Sjogren <asjo@koldfront.dk>' @@ -52,6 +52,7 @@ - 'Chase Whitener <cwhitener@gmail.com>' - 'Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>' - 'Daniel Hedlund <Daniel.Hedlund@eprize.com>' + - 'Dave Rolsky <autarch@urth.org>' - 'David E. Wheeler <david@justatheory.com>' - 'DAVIDRW <davidrw@cpan.org>' - 'David Steinbrunner <dsteinbrunner@pobox.com>' @@ -95,6 +96,7 @@ - 'Slaven Rezic <slaven@rezic.de>' - 'Slaven Rezic <srezic@iconmobile.com>' - 'Spiros Denaxas <s.denaxas@gmail.com>' + - 'Steffen Ullrich <Steffen_Ullrich@genua.de>' - 'Steve Hay <SteveHay@planit.com>' - 'Todd Lipcon <todd@amiestreet.com>' - 'Tom Hukins <tom@eborcom.com>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-HTTP-6.12/Makefile.PL new/Net-HTTP-6.13/Makefile.PL --- old/Net-HTTP-6.12/Makefile.PL 2017-01-05 05:32:57.000000000 +0100 +++ new/Net-HTTP-6.13/Makefile.PL 2017-02-20 03:40:57.000000000 +0100 @@ -33,7 +33,7 @@ "Socket" => 0, "Test::More" => 0 }, - "VERSION" => "6.12", + "VERSION" => "6.13", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-HTTP-6.12/README.md new/Net-HTTP-6.13/README.md --- old/Net-HTTP-6.12/README.md 2017-01-05 05:32:57.000000000 +0100 +++ new/Net-HTTP-6.13/README.md 2017-02-20 03:40:57.000000000 +0100 @@ -4,7 +4,7 @@ # VERSION -version 6.12 +version 6.13 # SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-HTTP-6.12/dist.ini new/Net-HTTP-6.13/dist.ini --- old/Net-HTTP-6.12/dist.ini 2017-01-05 05:32:57.000000000 +0100 +++ new/Net-HTTP-6.13/dist.ini 2017-02-20 03:40:57.000000000 +0100 @@ -4,7 +4,7 @@ main_module = lib/Net/HTTP.pm copyright_holder = Gisle Aas copyright_year = 2001-2017 -version = 6.12 +version = 6.13 [MetaResources] x_IRC = irc://irc.perl.org/#lwp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-HTTP-6.12/lib/Net/HTTP/Methods.pm new/Net-HTTP-6.13/lib/Net/HTTP/Methods.pm --- old/Net-HTTP-6.12/lib/Net/HTTP/Methods.pm 2017-01-05 05:32:57.000000000 +0100 +++ new/Net-HTTP-6.13/lib/Net/HTTP/Methods.pm 2017-02-20 03:40:57.000000000 +0100 @@ -1,5 +1,5 @@ package Net::HTTP::Methods; -$Net::HTTP::Methods::VERSION = '6.12'; +$Net::HTTP::Methods::VERSION = '6.13'; use strict; use warnings; use URI; @@ -321,8 +321,8 @@ $before = time if $timeout; my $nfound = select($fbits, undef, undef, $timeout); if ($nfound < 0) { - if ($!{EINTR} || $!{EAGAIN}) { - # don't really think EAGAIN can happen here + if ($!{EINTR} || $!{EAGAIN} || $!{EWOULDBLOCK}) { + # don't really think EAGAIN/EWOULDBLOCK can happen here if ($timeout) { $timeout -= time - $before; $timeout = 0 if $timeout < 0; @@ -657,7 +657,7 @@ =head1 VERSION -version 6.12 +version 6.13 =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-HTTP-6.12/lib/Net/HTTP/NB.pm new/Net-HTTP-6.13/lib/Net/HTTP/NB.pm --- old/Net-HTTP-6.12/lib/Net/HTTP/NB.pm 2017-01-05 05:32:57.000000000 +0100 +++ new/Net-HTTP-6.13/lib/Net/HTTP/NB.pm 2017-02-20 03:40:57.000000000 +0100 @@ -1,5 +1,5 @@ package Net::HTTP::NB; -$Net::HTTP::NB::VERSION = '6.12'; +$Net::HTTP::NB::VERSION = '6.13'; use strict; use warnings; @@ -60,7 +60,7 @@ =head1 VERSION -version 6.12 +version 6.13 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-HTTP-6.12/lib/Net/HTTP.pm new/Net-HTTP-6.13/lib/Net/HTTP.pm --- old/Net-HTTP-6.12/lib/Net/HTTP.pm 2017-01-05 05:32:57.000000000 +0100 +++ new/Net-HTTP-6.13/lib/Net/HTTP.pm 2017-02-20 03:40:57.000000000 +0100 @@ -1,5 +1,5 @@ package Net::HTTP; -$Net::HTTP::VERSION = '6.12'; +$Net::HTTP::VERSION = '6.13'; use strict; use warnings; @@ -50,7 +50,7 @@ =head1 VERSION -version 6.12 +version 6.13 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-HTTP-6.12/lib/Net/HTTPS.pm new/Net-HTTP-6.13/lib/Net/HTTPS.pm --- old/Net-HTTP-6.12/lib/Net/HTTPS.pm 2017-01-05 05:32:57.000000000 +0100 +++ new/Net-HTTP-6.13/lib/Net/HTTPS.pm 2017-02-20 03:40:57.000000000 +0100 @@ -1,5 +1,5 @@ package Net::HTTPS; -$Net::HTTPS::VERSION = '6.12'; +$Net::HTTPS::VERSION = '6.13'; use strict; use warnings; @@ -90,7 +90,7 @@ =head1 VERSION -version 6.12 +version 6.13 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-HTTP-6.12/tidyall.ini new/Net-HTTP-6.13/tidyall.ini --- old/Net-HTTP-6.12/tidyall.ini 2017-01-05 05:32:57.000000000 +0100 +++ new/Net-HTTP-6.13/tidyall.ini 2017-02-20 03:40:57.000000000 +0100 @@ -1,19 +1,23 @@ -[PerlTidy] +[PerlCritic] select = **/*.{pl,pm,t,psgi} +ignore = .build/**/* +ignore = Net-HTTP-*/**/* +ignore = blib/**/* ignore = t/00-* ignore = t/author-* ignore = t/release-* -ignore = blib/**/* -ignore = .build/**/* -ignore = Net-HTTP-*/**/* -argv = --profile=$ROOT/perltidyrc +ignore = t/zzz-* +ignore = xt/**/* +argv = --profile=$ROOT/perlcriticrc -[PerlCritic] +[PerlTidy] select = **/*.{pl,pm,t,psgi} +ignore = .build/**/* +ignore = Net-HTTP-*/**/* +ignore = blib/**/* ignore = t/00-* ignore = t/author-* ignore = t/release-* -ignore = blib/**/* -ignore = .build/**/* -ignore = Net-HTTP-*/**/* -argv = --profile $ROOT/perlcriticrc --program-extensions .pl --program-extensions .t --program-extensions .psgi +ignore = t/zzz-* +ignore = xt/**/* +argv = --profile=$ROOT/perltidyrc
participants (1)
-
root@hilbertn.suse.de