From 0b34dcb7054550866cb66d37346de5cb48a35e6b577396417c8c95c2052407e6 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 9 Jun 2013 14:09:10 +0000 Subject: [PATCH] Accepting request 178050 from home:coolo:update-perl update OBS-URL: https://build.opensuse.org/request/show/178050 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-HTTP?expand=0&rev=8 --- Net-HTTP-6.03.tar.gz | 3 --- Net-HTTP-6.06.tar.gz | 3 +++ perl-Net-HTTP.changes | 7 +++++++ perl-Net-HTTP.spec | 5 +++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 Net-HTTP-6.03.tar.gz create mode 100644 Net-HTTP-6.06.tar.gz diff --git a/Net-HTTP-6.03.tar.gz b/Net-HTTP-6.03.tar.gz deleted file mode 100644 index e3772d4..0000000 --- a/Net-HTTP-6.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecb0236dc23dccdc92e4b1c2dc63b2a2e29ac3a4a1f50104a838279a72a8a0ab -size 14294 diff --git a/Net-HTTP-6.06.tar.gz b/Net-HTTP-6.06.tar.gz new file mode 100644 index 0000000..6a27b15 --- /dev/null +++ b/Net-HTTP-6.06.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4e3ced899efad12431564d93abe73dd2a1224aa208af5f4ab829e7a2dd39d4 +size 15609 diff --git a/perl-Net-HTTP.changes b/perl-Net-HTTP.changes index 5d88504..77b26d0 100644 --- a/perl-Net-HTTP.changes +++ b/perl-Net-HTTP.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 5 19:17:49 UTC 2013 - coolo@suse.com + +- updated to 6.06 + IO::Socket::SSL doesn't play well with select() [RT#81237] + Convert to Test::More style and disable test on Windows [RT#81090] + ------------------------------------------------------------------- Fri Feb 17 08:44:42 UTC 2012 - coolo@suse.com diff --git a/perl-Net-HTTP.spec b/perl-Net-HTTP.spec index 4520afb..251030f 100644 --- a/perl-Net-HTTP.spec +++ b/perl-Net-HTTP.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Net-HTTP # -# Copyright (c) 2012 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 @@ -17,7 +17,7 @@ Name: perl-Net-HTTP -Version: 6.03 +Version: 6.06 Release: 0 %define cpan_name Net-HTTP Summary: Low-level HTTP connection (client) @@ -35,6 +35,7 @@ BuildRequires: perl(IO::Compress::Gzip) #BuildRequires: perl(IO::Uncompress::Gunzip) #BuildRequires: perl(Net::HTTP) #BuildRequires: perl(Net::HTTP::Methods) +#BuildRequires: perl(Net::HTTP::NB) #BuildRequires: perl(Net::HTTPS) #BuildRequires: perl(Net::SSL) Requires: perl(Compress::Raw::Zlib)