Accepting request 80079 from devel:languages:perl

update to 6.01

OBS-URL: https://build.opensuse.org/request/show/80079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-HTTP?expand=0&rev=3
This commit is contained in:
Sascha Peilicke
2011-08-29 15:10:44 +00:00
committed by Git OBS Bridge
parent 99e4fcf029
commit 97c4d94d43
4 changed files with 16 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 29 14:29:41 UTC 2011 - chris@computersalat.de
- update to 6.01
* Don't run live test by default.
Run 'perl Makefile.PL --live-tests' to enable.
* More relaxed apache test; should pass even if proxies has added headers.
- fix build for CentOS
* Unknown tag: Recommends:
-------------------------------------------------------------------
Wed Mar 16 23:49:33 UTC 2011 - chris@computersalat.de

View File

@@ -20,7 +20,7 @@
Name: perl-Net-HTTP
%define cpan_name Net-HTTP
Summary: Low-level HTTP connection (client)
Version: 6.00
Version: 6.01
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
@@ -39,7 +39,9 @@ Requires: perl(IO::Compress::Gzip)
Requires: perl(IO::Select)
Requires: perl(IO::Socket::INET)
%{perl_requires}
%if 0%{?suse_version} > 1010
Recommends: perl(IO::Socket::SSL) >= 1.38
%endif
%description
The 'Net::HTTP' class is a low-level HTTP client. An instance of the