6.70 bump
This commit is contained in:
parent
f29eb6e7f4
commit
dd67997c60
1
.gitignore
vendored
1
.gitignore
vendored
@ -60,3 +60,4 @@ libwww-perl-5.834.tar.gz
|
||||
/libwww-perl-6.66.tar.gz
|
||||
/libwww-perl-6.67.tar.gz
|
||||
/libwww-perl-6.68.tar.gz
|
||||
/libwww-perl-6.70.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with perl_libwww_perl_enables_internet_test
|
||||
|
||||
Name: perl-libwww-perl
|
||||
Version: 6.68
|
||||
Version: 6.70
|
||||
Release: 1%{?dist}
|
||||
Summary: A Perl interface to the World-Wide Web
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
@ -55,6 +55,7 @@ BuildRequires: perl(IO::Socket)
|
||||
BuildRequires: perl(LWP::MediaTypes) >= 6
|
||||
# Mail::Internet not needed
|
||||
BuildRequires: perl(MIME::Base64) >= 2.1
|
||||
BuildRequires: perl(Module::Load)
|
||||
# Net::FTP 2.58 not used at tests
|
||||
BuildRequires: perl(Net::HTTP) >= 6.18
|
||||
# Net::NNTP not used at tests
|
||||
@ -73,6 +74,7 @@ BuildRequires: perl(WWW::RobotRules) >= 6
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(HTTP::CookieJar::LWP)
|
||||
BuildRequires: perl(HTTP::Daemon) >= 6.01
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
@ -114,6 +116,7 @@ Requires: perl(HTTP::Status) >= 6.18
|
||||
Requires: perl(LWP::MediaTypes) >= 6
|
||||
Suggests: perl(LWP::Protocol::https) >= 6.02
|
||||
Requires: perl(MIME::Base64) >= 2.1
|
||||
Requires: perl(Module::Load)
|
||||
Requires: perl(Net::FTP) >= 2.58
|
||||
Requires: perl(Net::HTTP) >= 6.18
|
||||
Requires: perl(URI) >= 1.10
|
||||
@ -139,6 +142,7 @@ Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Requires: coreutils
|
||||
Requires: perl-Test-Harness
|
||||
Requires: perl(HTTP::Cookies) >= 6
|
||||
Requires: perl(HTTP::CookieJar::LWP)
|
||||
Requires: perl(HTTP::Daemon) >= 6.01
|
||||
Requires: perl(HTTP::Request) >= 6.18
|
||||
Requires: perl(HTTP::Response) >= 6.18
|
||||
@ -208,6 +212,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue May 16 2023 Michal Josef Špaček <mspacek@redhat.com> - 6.70-1
|
||||
- 6.70 bump
|
||||
|
||||
* Wed Mar 01 2023 Michal Josef Špaček <mspacek@redhat.com> - 6.68-1
|
||||
- 6.68 bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libwww-perl-6.68.tar.gz) = acce4c6c062d1893c45613f3c9ef4896d60efba2887f80a18c97c13bd5eba95295a777178077c942abe392e37ade689489ad60cefce28656c541e875b2bf09d2
|
||||
SHA512 (libwww-perl-6.70.tar.gz) = 6567cb13a7eb263e0acd87935a454a3bb44f662b0a40b3c7b628f0d2123cc04e1d991d64f54823d4b54f1e4c38bca676557e03f6ff98fa8ddd53d820bed5d9cc
|
||||
|
Loading…
Reference in New Issue
Block a user