6.48 bump
This commit is contained in:
parent
e7c63c6153
commit
d6d0bb4b6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@ libwww-perl-5.834.tar.gz
|
||||
/libwww-perl-6.45.tar.gz
|
||||
/libwww-perl-6.46.tar.gz
|
||||
/libwww-perl-6.47.tar.gz
|
||||
/libwww-perl-6.48.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with perl_libwww_perl_enables_internet_test
|
||||
|
||||
Name: perl-libwww-perl
|
||||
Version: 6.47
|
||||
Version: 6.48
|
||||
Release: 1%{?dist}
|
||||
Summary: A Perl interface to the World-Wide Web
|
||||
License: GPL+ or Artistic
|
||||
@ -49,7 +49,7 @@ BuildRequires: perl(HTTP::Headers::Util)
|
||||
BuildRequires: perl(HTTP::Request) >= 6
|
||||
BuildRequires: perl(HTTP::Request::Common) >= 6
|
||||
BuildRequires: perl(HTTP::Response) >= 6
|
||||
BuildRequires: perl(HTTP::Status) >= 6
|
||||
BuildRequires: perl(HTTP::Status) >= 6.07
|
||||
# Tests fail with buggy HTTP::Status 6.17
|
||||
BuildConflicts: perl(HTTP::Status) = 6.17
|
||||
# integer not used at tests
|
||||
@ -115,7 +115,7 @@ Requires: perl(HTTP::Negotiate) >= 6
|
||||
Requires: perl(HTTP::Request) >= 6
|
||||
Requires: perl(HTTP::Request::Common) >= 6
|
||||
Requires: perl(HTTP::Response) >= 6
|
||||
Requires: perl(HTTP::Status) >= 6
|
||||
Requires: perl(HTTP::Status) >= 6.07
|
||||
Requires: perl(LWP::MediaTypes) >= 6
|
||||
Suggests: perl(LWP::Protocol::https) >= 6.02
|
||||
Requires: perl(MIME::Base64) >= 2.1
|
||||
@ -170,6 +170,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 21 2020 Petr Pisar <ppisar@redhat.com> - 6.48-1
|
||||
- 6.48 bump
|
||||
|
||||
* Wed Aug 19 2020 Petr Pisar <ppisar@redhat.com> - 6.47-1
|
||||
- 6.47 bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libwww-perl-6.47.tar.gz) = 06f37560153aac6879ccb8887af1c99d0579d4ac2ebadf450f3586b179d2a8e18410f5a85e33ee2ade7da3d43049138178ba3eba76e3a185136972a5b830304d
|
||||
SHA512 (libwww-perl-6.48.tar.gz) = 527d2deb262cc4028d88768fd7bab38d821eaa1f35fd6d73c6fc15173ba63b77d9a0650f9754f736958c116ab1a89406684ee678784a7c783dd925f14b478c68
|
||||
|
Loading…
Reference in New Issue
Block a user