6.14 bump
This commit is contained in:
parent
7b445752a7
commit
3f004bf7ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/HTTP-Daemon-6.10.tar.gz
|
||||
/HTTP-Daemon-6.12.tar.gz
|
||||
/HTTP-Daemon-6.13.tar.gz
|
||||
/HTTP-Daemon-6.14.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-HTTP-Daemon
|
||||
Version: 6.13
|
||||
Version: 6.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple HTTP server class
|
||||
License: GPL+ or Artistic
|
||||
@ -13,6 +13,7 @@ BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(:VERSION) >= 5.6
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||
BuildRequires: perl(strict)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
@ -28,17 +29,16 @@ BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(HTTP::Tiny) >= 0.042
|
||||
# LWP::UserAgent not used
|
||||
BuildRequires: perl(LWP::RobotUA)
|
||||
BuildRequires: perl(LWP::UserAgent)
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
# Test not used if LWP::UserAgent is not installed
|
||||
BuildRequires: perl(Test)
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(Test::Needs)
|
||||
# URI not used
|
||||
BuildRequires: perl(URI)
|
||||
# Optional tests:
|
||||
# CPAN::Meta not helpful
|
||||
# CPAN::Meta::Prereqs not helpful
|
||||
# LWP::RobotUA not used
|
||||
# LWP::UserAgent not used
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(HTTP::Date) >= 6
|
||||
Requires: perl(HTTP::Request) >= 6
|
||||
@ -69,9 +69,6 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
# Some tests are skipped with "Can't talk to ourself (misconfigured system)".
|
||||
# These tests actually are never run becuse the required CAN_TALK_TO_OURSELF
|
||||
# file is never created. Those are author's tests.
|
||||
make test
|
||||
|
||||
%files
|
||||
@ -81,6 +78,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 04 2022 Michal Josef Špaček <mspacek@redhat.com> - 6.14-1
|
||||
- 6.14 bump
|
||||
|
||||
* Thu Feb 10 2022 Michal Josef Špaček <mspacek@redhat.com> - 6.13-1
|
||||
- 6.13 bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (HTTP-Daemon-6.13.tar.gz) = 8f13d2aab9d6372a7c9af78aa114de487b6f5b99892adf6cc4d47901dd2c31efdd0b68c34995d42b30de35a130be9babb44789ce7725402460926f964b59fc17
|
||||
SHA512 (HTTP-Daemon-6.14.tar.gz) = baae522b24211d04bc53d0f89f9e7b6b98681772eb79e28a72aa2b57c023a92e1264923abc2fefc24e28be265e17530541fd9d3a559d5bcfca00a8f5b0e9d85e
|
||||
|
Loading…
Reference in New Issue
Block a user