6.38 bump
This commit is contained in:
parent
670a983e0c
commit
15150cf26f
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@ libwww-perl-5.834.tar.gz
|
||||
/libwww-perl-6.35.tar.gz
|
||||
/libwww-perl-6.36.tar.gz
|
||||
/libwww-perl-6.37.tar.gz
|
||||
/libwww-perl-6.38.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%bcond_without perl_libwww_perl_enables_optional_test
|
||||
|
||||
Name: perl-libwww-perl
|
||||
Version: 6.37
|
||||
Version: 6.38
|
||||
Release: 1%{?dist}
|
||||
Summary: A Perl interface to the World-Wide Web
|
||||
License: GPL+ or Artistic
|
||||
@ -54,7 +54,7 @@ BuildRequires: perl(LWP::MediaTypes) >= 6
|
||||
# Mail::Internet not needed
|
||||
BuildRequires: perl(MIME::Base64) >= 2.1
|
||||
# Net::FTP 2.58 not used at tests
|
||||
BuildRequires: perl(Net::HTTP) >= 6.07
|
||||
BuildRequires: perl(Net::HTTP) >= 6.18
|
||||
# Net::NNTP not used at tests
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
@ -111,7 +111,7 @@ Requires: perl(LWP::MediaTypes) >= 6
|
||||
Suggests: perl(LWP::Protocol::https) >= 6.02
|
||||
Requires: perl(MIME::Base64) >= 2.1
|
||||
Requires: perl(Net::FTP) >= 2.58
|
||||
Requires: perl(Net::HTTP) >= 6.07
|
||||
Requires: perl(Net::HTTP) >= 6.18
|
||||
Requires: perl(URI) >= 1.10
|
||||
Requires: perl(URI::Escape)
|
||||
Requires: perl(WWW::RobotRules) >= 6
|
||||
@ -156,6 +156,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 26 2019 Petr Pisar <ppisar@redhat.com> - 6.38-1
|
||||
- 6.38 bump
|
||||
|
||||
* Thu Mar 07 2019 Petr Pisar <ppisar@redhat.com> - 6.37-1
|
||||
- 6.37 bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libwww-perl-6.37.tar.gz) = 3d056e7c6b022bf8c9dc980958f40986b97d45293804de408a111da5ba17dfde49271199effa5977b3cab625c481483277a498898e51c284320bb7282638c2dc
|
||||
SHA512 (libwww-perl-6.38.tar.gz) = 7f1332ea3b72ce01d4e20532cefa9229d0727c56d1a068f76983dd39a7d292b0a77fde93946ca16f2969e1a55b8ce8ba4cf22cd74bfe8cfda92204e3549b5cd0
|
||||
|
Loading…
Reference in New Issue
Block a user