From 9689e77b5bfaec3e069c91f95c170b81a172f991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Fri, 24 Feb 2023 10:19:38 +0100 Subject: [PATCH] Fix minimal version of IO::Socket::IP --- perl-HTTP-Daemon.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-HTTP-Daemon.spec b/perl-HTTP-Daemon.spec index db3f009..54123fc 100644 --- a/perl-HTTP-Daemon.spec +++ b/perl-HTTP-Daemon.spec @@ -52,7 +52,7 @@ Requires: perl(HTTP::Date) >= 6 Requires: perl(HTTP::Request) >= 6 Requires: perl(HTTP::Response) >= 6 Requires: perl(HTTP::Status) >= 6 -Requires: perl(IO::Socket::IP) >= 0.25 +Requires: perl(IO::Socket::IP) >= 0.32 Requires: perl(LWP::MediaTypes) >= 6 Conflicts: perl-libwww-perl < 6 @@ -117,6 +117,7 @@ make test %changelog * Fri Feb 24 2023 Michal Josef Špaček - 6.16-1 - 6.16 bump +- Fix minimal version of IO::Socket::IP * Thu Feb 23 2023 Michal Josef Špaček - 6.15-1 - 6.15 bump