6.13 bump

This commit is contained in:
Petr Písař 2015-02-16 12:27:17 +01:00
parent 7a6cb9f2b0
commit 69dd7f582f
4 changed files with 19 additions and 15 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ libwww-perl-5.834.tar.gz
/libwww-perl-6.06.tar.gz
/libwww-perl-6.07.tar.gz
/libwww-perl-6.08.tar.gz
/libwww-perl-6.13.tar.gz

View File

@ -1,4 +1,4 @@
From 2d7a479b39bb20a0d61f067ba6c2df92117fcb8c Mon Sep 17 00:00:00 2001
From f006363d57c1125b8aa4be5de4e602dc8fb468cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Wed, 23 Apr 2014 12:45:38 +0200
Subject: [PATCH] Connect to localhost instead of hostname
@ -18,10 +18,10 @@ Signed-off-by: Petr Písař <ppisar@redhat.com>
4 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/t/local/http.t b/t/local/http.t
index 779cc21..534b4c8 100644
index 917b04d..3c695ae 100644
--- a/t/local/http.t
+++ b/t/local/http.t
@@ -20,7 +20,7 @@ if ($D eq 'daemon') {
@@ -21,7 +21,7 @@ if ($D eq 'daemon') {
require HTTP::Daemon;
@ -31,10 +31,10 @@ index 779cc21..534b4c8 100644
print "Please to meet you at: <URL:", $d->url, ">\n";
open(STDOUT, $^O eq 'VMS'? ">nl: " : ">/dev/null");
diff --git a/t/robot/ua-get.t b/t/robot/ua-get.t
index 5754c4b..bf24589 100644
index 63bb963..d5bd803 100644
--- a/t/robot/ua-get.t
+++ b/t/robot/ua-get.t
@@ -19,7 +19,7 @@ if ($D eq 'daemon') {
@@ -20,7 +20,7 @@ if ($D eq 'daemon') {
require HTTP::Daemon;
@ -44,10 +44,10 @@ index 5754c4b..bf24589 100644
print "Please to meet you at: <URL:", $d->url, ">\n";
open(STDOUT, $^O eq 'MSWin32' ? ">nul" : $^O eq 'VMS' ? ">NL:" : ">/dev/null");
diff --git a/t/robot/ua.t b/t/robot/ua.t
index 21ad5c8..11fafa8 100644
index 3000e71..ccb23b6 100644
--- a/t/robot/ua.t
+++ b/t/robot/ua.t
@@ -19,7 +19,7 @@ if ($D eq 'daemon') {
@@ -20,7 +20,7 @@ if ($D eq 'daemon') {
require HTTP::Daemon;
@ -71,5 +71,5 @@ index 6c0257a..b4acda2 100644
require IO::Select;
if (IO::Select->new($socket)->can_read(1)) {
--
1.9.0
2.1.0

View File

@ -1,11 +1,11 @@
Name: perl-libwww-perl
Version: 6.08
Release: 2%{?dist}
Version: 6.13
Release: 1%{?dist}
Summary: A Perl interface to the World-Wide Web
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/libwww-perl/
Source0: http://www.cpan.org/authors/id/M/MS/MSCHILLI/libwww-perl-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/libwww-perl-%{version}.tar.gz
# Run tests against localhost, CPAN RT#94959
Patch0: libwww-perl-6.06-Connect-to-localhost-instead-of-hostname.patch
BuildArch: noarch
@ -13,10 +13,7 @@ BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Copy)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(IO::Socket)
BuildRequires: perl(IO::Select)
BuildRequires: perl(strict)
BuildRequires: perl(Sys::Hostname)
# Run-time:
# Authen::NTLM 1.02 not used at tests
@ -43,6 +40,8 @@ BuildRequires: perl(HTTP::Request::Common) >= 6
BuildRequires: perl(HTTP::Response) >= 6
BuildRequires: perl(HTTP::Status) >= 6
# integer not used at tests
BuildRequires: perl(IO::Select)
BuildRequires: perl(IO::Socket)
BuildRequires: perl(LWP::MediaTypes) >= 6
# Mail::Internet not needed
BuildRequires: perl(MIME::Base64) >= 2.1
@ -61,6 +60,7 @@ BuildRequires: perl(WWW::RobotRules) >= 6
# Tests only:
BuildRequires: perl(Config)
# File::Path not used
BuildRequires: perl(FindBin)
BuildRequires: perl(HTTP::Daemon) >= 6
BuildRequires: perl(Test)
# TAP::Harness not used
@ -144,6 +144,9 @@ make test
%{_mandir}/man3/*.3*
%changelog
* Mon Feb 16 2015 Petr Pisar <ppisar@redhat.com> - 6.13-1
- 6.13 bump
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 6.08-2
- Perl 5.20 rebuild

View File

@ -1 +1 @@
28e5005609af16c1fa297d12e0312f86 libwww-perl-6.08.tar.gz
85b36bcd2fd2450718ee14f894f0d3d1 libwww-perl-6.13.tar.gz