6.34 bump
This commit is contained in:
parent
3aaed7575c
commit
f093762d8c
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@ libwww-perl-5.834.tar.gz
|
||||
/libwww-perl-6.31.tar.gz
|
||||
/libwww-perl-6.32.tar.gz
|
||||
/libwww-perl-6.33.tar.gz
|
||||
/libwww-perl-6.34.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
Name: perl-libwww-perl
|
||||
Version: 6.33
|
||||
Version: 6.34
|
||||
Release: 1%{?dist}
|
||||
Summary: A Perl interface to the World-Wide Web
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/libwww-perl
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/libwww-perl-%{version}.tar.gz
|
||||
# Accept proxy URLs with IPv6 host names, CPAN RT#94654
|
||||
Patch0: libwww-perl-6.19-Accept-proxy-URLs-with-IPv6-host-names.patch
|
||||
BuildArch: noarch
|
||||
@ -12,9 +12,11 @@ BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(:VERSION) >= 5.8.1
|
||||
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120620
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
|
||||
@ -42,6 +44,8 @@ BuildRequires: perl(HTTP::Request) >= 6
|
||||
BuildRequires: perl(HTTP::Request::Common) >= 6
|
||||
BuildRequires: perl(HTTP::Response) >= 6
|
||||
BuildRequires: perl(HTTP::Status) >= 6
|
||||
# Tests fail with buggy HTTP::Status 6.17
|
||||
BuildConflicts: perl(HTTP::Status) = 6.17
|
||||
# integer not used at tests
|
||||
BuildRequires: perl(IO::Select)
|
||||
BuildRequires: perl(IO::Socket)
|
||||
@ -134,8 +138,7 @@ make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
unset PERL_LWP_ENV_HTTP_TEST_URL
|
||||
# Some optional tests require resolvable hostname
|
||||
unset PERL_LWP_ENV_HTTP_TEST_SERVER_TIMEOUT PERL_LWP_ENV_HTTP_TEST_URL
|
||||
make test
|
||||
|
||||
%files
|
||||
@ -149,6 +152,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 06 2018 Petr Pisar <ppisar@redhat.com> - 6.34-1
|
||||
- 6.34 bump
|
||||
|
||||
* Tue Feb 27 2018 Petr Pisar <ppisar@redhat.com> - 6.33-1
|
||||
- 6.33 bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libwww-perl-6.33.tar.gz) = c39b4c0dfc8f29faf1b2557a9690a2ca63ea91f9d02c398fd7098b836481bed3b0b017ac4146a94581beda45d45f33b3f86578e4490a5f3c46500af5026a9d59
|
||||
SHA512 (libwww-perl-6.34.tar.gz) = e51c91b2a67846a14b8dc6fe2cf00ee3b8c7dd3be7cf21e0a90c9fff381c40456f86529f317989cb3b3f3942f04514f0396e0044239b3b8a0239aafc8a99dc36
|
||||
|
Loading…
Reference in New Issue
Block a user