6.15 bump
This commit is contained in:
parent
401153a7c4
commit
9fd888e369
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/HTTP-Daemon-6.12.tar.gz
|
/HTTP-Daemon-6.12.tar.gz
|
||||||
/HTTP-Daemon-6.13.tar.gz
|
/HTTP-Daemon-6.13.tar.gz
|
||||||
/HTTP-Daemon-6.14.tar.gz
|
/HTTP-Daemon-6.14.tar.gz
|
||||||
|
/HTTP-Daemon-6.15.tar.gz
|
||||||
|
@ -34,7 +34,7 @@ index 5915c46..e98af42 100644
|
|||||||
- $_ => $@,
|
- $_ => $@,
|
||||||
-} keys %configure_requires;
|
-} keys %configure_requires;
|
||||||
-
|
-
|
||||||
-if (grep { $_ } values %errors)
|
-if (grep $_, values %errors)
|
||||||
-{
|
-{
|
||||||
- warn "Errors from configure prereqs:\n"
|
- warn "Errors from configure prereqs:\n"
|
||||||
- . do {
|
- . do {
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%{bcond_without perl_HTTP_Daemon_enables_optional_test}
|
%{bcond_without perl_HTTP_Daemon_enables_optional_test}
|
||||||
|
|
||||||
Name: perl-HTTP-Daemon
|
Name: perl-HTTP-Daemon
|
||||||
Version: 6.14
|
Version: 6.15
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple HTTP server class
|
Summary: Simple HTTP server class
|
||||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||||
URL: https://metacpan.org/release/HTTP-Daemon
|
URL: https://metacpan.org/release/HTTP-Daemon
|
||||||
@ -30,9 +30,12 @@ BuildRequires: perl(LWP::MediaTypes) >= 6
|
|||||||
BuildRequires: perl(Socket)
|
BuildRequires: perl(Socket)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Tests only:
|
# Tests only:
|
||||||
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
BuildRequires: perl(HTTP::Tiny) >= 0.042
|
BuildRequires: perl(File::Temp)
|
||||||
|
BuildRequires: perl(IO::Select)
|
||||||
|
BuildRequires: perl(MIME::Base64)
|
||||||
BuildRequires: perl(Module::Metadata)
|
BuildRequires: perl(Module::Metadata)
|
||||||
BuildRequires: perl(Test)
|
BuildRequires: perl(Test)
|
||||||
BuildRequires: perl(Test::More) >= 0.98
|
BuildRequires: perl(Test::More) >= 0.98
|
||||||
@ -112,6 +115,9 @@ make test
|
|||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 23 2023 Michal Josef Špaček <mspacek@redhat.com> - 6.15-1
|
||||||
|
- 6.15 bump
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.14-9
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.14-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (HTTP-Daemon-6.14.tar.gz) = baae522b24211d04bc53d0f89f9e7b6b98681772eb79e28a72aa2b57c023a92e1264923abc2fefc24e28be265e17530541fd9d3a559d5bcfca00a8f5b0e9d85e
|
SHA512 (HTTP-Daemon-6.15.tar.gz) = 9d24e24910d06598368b5b46c75ecd9ad4dcd1186648726d238c1333d1224258c8a7ea35ac854429acc9a35e59a906b894df498c23e696702273a7f6f0981e17
|
||||||
|
Loading…
Reference in New Issue
Block a user