6.13 bump
This commit is contained in:
parent
7a6cb9f2b0
commit
69dd7f582f
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ libwww-perl-5.834.tar.gz
|
|||||||
/libwww-perl-6.06.tar.gz
|
/libwww-perl-6.06.tar.gz
|
||||||
/libwww-perl-6.07.tar.gz
|
/libwww-perl-6.07.tar.gz
|
||||||
/libwww-perl-6.08.tar.gz
|
/libwww-perl-6.08.tar.gz
|
||||||
|
/libwww-perl-6.13.tar.gz
|
||||||
|
@ -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>
|
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||||||
Date: Wed, 23 Apr 2014 12:45:38 +0200
|
Date: Wed, 23 Apr 2014 12:45:38 +0200
|
||||||
Subject: [PATCH] Connect to localhost instead of hostname
|
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(-)
|
4 files changed, 4 insertions(+), 5 deletions(-)
|
||||||
|
|
||||||
diff --git a/t/local/http.t b/t/local/http.t
|
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
|
--- a/t/local/http.t
|
||||||
+++ b/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;
|
require HTTP::Daemon;
|
||||||
|
|
||||||
@ -31,10 +31,10 @@ index 779cc21..534b4c8 100644
|
|||||||
print "Please to meet you at: <URL:", $d->url, ">\n";
|
print "Please to meet you at: <URL:", $d->url, ">\n";
|
||||||
open(STDOUT, $^O eq 'VMS'? ">nl: " : ">/dev/null");
|
open(STDOUT, $^O eq 'VMS'? ">nl: " : ">/dev/null");
|
||||||
diff --git a/t/robot/ua-get.t b/t/robot/ua-get.t
|
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
|
--- a/t/robot/ua-get.t
|
||||||
+++ b/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;
|
require HTTP::Daemon;
|
||||||
|
|
||||||
@ -44,10 +44,10 @@ index 5754c4b..bf24589 100644
|
|||||||
print "Please to meet you at: <URL:", $d->url, ">\n";
|
print "Please to meet you at: <URL:", $d->url, ">\n";
|
||||||
open(STDOUT, $^O eq 'MSWin32' ? ">nul" : $^O eq 'VMS' ? ">NL:" : ">/dev/null");
|
open(STDOUT, $^O eq 'MSWin32' ? ">nul" : $^O eq 'VMS' ? ">NL:" : ">/dev/null");
|
||||||
diff --git a/t/robot/ua.t b/t/robot/ua.t
|
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
|
--- a/t/robot/ua.t
|
||||||
+++ b/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;
|
require HTTP::Daemon;
|
||||||
|
|
||||||
@ -71,5 +71,5 @@ index 6c0257a..b4acda2 100644
|
|||||||
require IO::Select;
|
require IO::Select;
|
||||||
if (IO::Select->new($socket)->can_read(1)) {
|
if (IO::Select->new($socket)->can_read(1)) {
|
||||||
--
|
--
|
||||||
1.9.0
|
2.1.0
|
||||||
|
|
@ -1,11 +1,11 @@
|
|||||||
Name: perl-libwww-perl
|
Name: perl-libwww-perl
|
||||||
Version: 6.08
|
Version: 6.13
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Perl interface to the World-Wide Web
|
Summary: A Perl interface to the World-Wide Web
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/libwww-perl/
|
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
|
# Run tests against localhost, CPAN RT#94959
|
||||||
Patch0: libwww-perl-6.06-Connect-to-localhost-instead-of-hostname.patch
|
Patch0: libwww-perl-6.06-Connect-to-localhost-instead-of-hostname.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -13,10 +13,7 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(File::Copy)
|
BuildRequires: perl(File::Copy)
|
||||||
BuildRequires: perl(Getopt::Long)
|
BuildRequires: perl(Getopt::Long)
|
||||||
BuildRequires: perl(IO::Socket)
|
|
||||||
BuildRequires: perl(IO::Select)
|
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(Sys::Hostname)
|
|
||||||
|
|
||||||
# Run-time:
|
# Run-time:
|
||||||
# Authen::NTLM 1.02 not used at tests
|
# 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::Response) >= 6
|
||||||
BuildRequires: perl(HTTP::Status) >= 6
|
BuildRequires: perl(HTTP::Status) >= 6
|
||||||
# integer not used at tests
|
# integer not used at tests
|
||||||
|
BuildRequires: perl(IO::Select)
|
||||||
|
BuildRequires: perl(IO::Socket)
|
||||||
BuildRequires: perl(LWP::MediaTypes) >= 6
|
BuildRequires: perl(LWP::MediaTypes) >= 6
|
||||||
# Mail::Internet not needed
|
# Mail::Internet not needed
|
||||||
BuildRequires: perl(MIME::Base64) >= 2.1
|
BuildRequires: perl(MIME::Base64) >= 2.1
|
||||||
@ -61,6 +60,7 @@ BuildRequires: perl(WWW::RobotRules) >= 6
|
|||||||
# Tests only:
|
# Tests only:
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
# File::Path not used
|
# File::Path not used
|
||||||
|
BuildRequires: perl(FindBin)
|
||||||
BuildRequires: perl(HTTP::Daemon) >= 6
|
BuildRequires: perl(HTTP::Daemon) >= 6
|
||||||
BuildRequires: perl(Test)
|
BuildRequires: perl(Test)
|
||||||
# TAP::Harness not used
|
# TAP::Harness not used
|
||||||
@ -144,6 +144,9 @@ make test
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 6.08-2
|
||||||
- Perl 5.20 rebuild
|
- Perl 5.20 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user