Accepting request 178264 from devel:languages:perl

update (forwarded request 178050 from coolo)

OBS-URL: https://build.opensuse.org/request/show/178264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-HTTP?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2013-06-14 14:47:01 +00:00 committed by Git OBS Bridge
commit 4f2d4101ad
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ecb0236dc23dccdc92e4b1c2dc63b2a2e29ac3a4a1f50104a838279a72a8a0ab
size 14294

3
Net-HTTP-6.06.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d4e3ced899efad12431564d93abe73dd2a1224aa208af5f4ab829e7a2dd39d4
size 15609

View File

@ -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

View File

@ -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)