[perl-libwww-perl] 6.13 bump

Petr Pisar ppisar at fedoraproject.org
Mon Feb 16 11:27:54 UTC 2015


commit 69dd7f582f94e29c7fb0caabc41686e3e34cd987
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Feb 16 12:27:17 2015 +0100

    6.13 bump

 .gitignore                                         |    1 +
 ...-Connect-to-localhost-instead-of-hostname.patch |   16 ++++++++--------
 perl-libwww-perl.spec                              |   15 +++++++++------
 sources                                            |    2 +-
 4 files changed, 19 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f1745a..ff8bb77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/libwww-perl-6.06-Connect-to-localhost-instead-of-hostname.patch b/libwww-perl-6.13-Connect-to-localhost-instead-of-hostname.patch
similarity index 90%
rename from libwww-perl-6.06-Connect-to-localhost-instead-of-hostname.patch
rename to libwww-perl-6.13-Connect-to-localhost-instead-of-hostname.patch
index 25b9679..e5bf4be 100644
--- a/libwww-perl-6.06-Connect-to-localhost-instead-of-hostname.patch
+++ b/libwww-perl-6.13-Connect-to-localhost-instead-of-hostname.patch
@@ -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 at 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 at 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
 
diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec
index d802637..d639962 100644
--- a/perl-libwww-perl.spec
+++ b/perl-libwww-perl.spec
@@ -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 at redhat.com> - 6.13-1
+- 6.13 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 6.08-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 34e1bd1..99351b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28e5005609af16c1fa297d12e0312f86  libwww-perl-6.08.tar.gz
+85b36bcd2fd2450718ee14f894f0d3d1  libwww-perl-6.13.tar.gz



More information about the perl-devel mailing list