[perl-libwww-perl] 6.06 bump

Petr Pisar ppisar at fedoraproject.org
Wed Apr 23 10:59:54 UTC 2014


commit e7df6c877cfae7ca64971707a42182f26eefe964
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Apr 23 10:23:51 2014 +0200

    6.06 bump

 .gitignore            |    1 +
 perl-libwww-perl.spec |   67 ++++++++++++++++++++++++++++++++++++++-----------
 sources               |    2 +-
 3 files changed, 54 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4a6ab6..db975dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ libwww-perl-5.834.tar.gz
 /libwww-perl-6.03.tar.gz
 /libwww-perl-6.04.tar.gz
 /libwww-perl-6.05.tar.gz
+/libwww-perl-6.06.tar.gz
diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec
index 9756abc..fdfa15b 100644
--- a/perl-libwww-perl.spec
+++ b/perl-libwww-perl.spec
@@ -1,48 +1,82 @@
 Name:           perl-libwww-perl
-Version:        6.05
-Release:        3%{?dist}
+Version:        6.06
+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/G/GA/GAAS/libwww-perl-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/M/MS/MSCHILLI/libwww-perl-%{version}.tar.gz
 BuildArch:      noarch
+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
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(Encode) >= 2.12
 BuildRequires:  perl(Encode::Locale)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(File::Listing) >= 6
-BuildRequires:  perl(ExtUtils::MakeMaker)
+# Fcntl not used at tests
+# File::Listing 6 not used at tests
+# File::Spec not used at tests
+# Getopt::Std not used at tests
 BuildRequires:  perl(HTML::Entities)
 BuildRequires:  perl(HTML::HeadParser)
-BuildRequires:  perl(HTTP::Cookies) >= 6
-BuildRequires:  perl(HTTP::Daemon) >= 6
+BuildRequires:  perl(HTTP::Config)
+# HTTP::Cookies 6 not used at tests
 BuildRequires:  perl(HTTP::Date) >= 6
-BuildRequires:  perl(HTTP::Negotiate) >= 6
+# HTTP::GHTTP not used at tests
+BuildRequires:  perl(HTTP::Headers::Util)
+# HTTP::Negotiate 6 not used at tests
 BuildRequires:  perl(HTTP::Request) >= 6
 BuildRequires:  perl(HTTP::Request::Common) >= 6
 BuildRequires:  perl(HTTP::Response) >= 6
 BuildRequires:  perl(HTTP::Status) >= 6
-BuildRequires:  perl(IO::Select)
-BuildRequires:  perl(IO::Socket)
+# integer not used at tests
 BuildRequires:  perl(LWP::MediaTypes) >= 6
+# Mail::Internet not needed
 BuildRequires:  perl(MIME::Base64) >= 2.1
-BuildRequires:  perl(Net::FTP) >= 2.58
+# Net::FTP 2.58 not used at tests
 BuildRequires:  perl(Net::HTTP) >= 6.04
-BuildRequires:  perl(URI) >= 1.10
+# Net::NNTP not used at tests
+# URI 1.10 not used at tests
 BuildRequires:  perl(URI::Escape)
+# URI::Heuristic not used at tests
+BuildRequires:  perl(vars)
 BuildRequires:  perl(WWW::RobotRules) >= 6
+# Optional run-time:
+# Cpan::Config not used at tests
+# HTML::Parse not used at tests
+
 # Tests only:
 BuildRequires:  perl(Config)
+# File::Path not used
+BuildRequires:  perl(HTTP::Daemon) >= 6
+BuildRequires:  perl(Test)
+# TAP::Harness not used
 BuildRequires:  perl(Test::More)
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(Authen::NTLM) >= 1.02
 Requires:       perl(Encode) >= 2.12
+Requires:       perl(File::Spec)
 Requires:       perl(File::Listing) >= 6
+# Do not require HTML::FormatPS
+# Do not require HTML::FormatText
 Requires:       perl(HTML::Entities)
 Requires:       perl(HTML::HeadParser)
+Requires:       perl(HTTP::Config)
 Requires:       perl(HTTP::Cookies) >= 6
-Requires:       perl(HTTP::Daemon) >= 6
 Requires:       perl(HTTP::Date) >= 6
+Requires:       perl(HTTP::Headers::Util)
 Requires:       perl(HTTP::Negotiate) >= 6
 Requires:       perl(HTTP::Request) >= 6
 Requires:       perl(HTTP::Request::Common) >= 6
@@ -64,9 +98,9 @@ write WWW clients. The library also contain modules that are of more general
 use and even classes that help you implement simple HTTP servers.
 
 # Remove not-packaged features
-%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(Authen::NTLM\\)
-%global __requires_exclude %__requires_exclude|perl\\(HTTP::GHTTP\\)
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(HTTP::GHTTP\\)
 # Remove underspecified dependencies
+%global __requires_exclude %__requires_exclude|^perl\\(Authen::NTLM\\)\\s*$
 %global __requires_exclude %__requires_exclude|^perl\\(Encode\\)\\s*$
 %global __requires_exclude %__requires_exclude|^perl\\(File::Listing\\)\\s*$
 %global __requires_exclude %__requires_exclude|^perl\\(HTTP::Date\\)\\s*$
@@ -107,6 +141,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Apr 23 2014 Petr Pisar <ppisar at redhat.com> - 6.06-1
+- 6.06 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.05-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 4b96ad3..ad16cc2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-637d5f1eb61336ca2caa6e026b382f87  libwww-perl-6.05.tar.gz
+292496bd2a13da95903b383f59009200  libwww-perl-6.06.tar.gz



More information about the perl-devel mailing list