diff --git a/perl-HTTP-Daemon.spec b/perl-HTTP-Daemon.spec index 9eddcf8..5ae267f 100644 --- a/perl-HTTP-Daemon.spec +++ b/perl-HTTP-Daemon.spec @@ -1,6 +1,6 @@ Name: perl-HTTP-Daemon Version: 6.01 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Simple HTTP server class License: GPL+ or Artistic URL: http://search.cpan.org/dist/HTTP-Daemon/ @@ -53,7 +53,7 @@ Conflicts: perl-libwww-perl < 6 %description Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. The HTTP::Daemon is a subclass of -IO::Socket::INET, so you can perform socket operations directly on it too. +IO::Socket::IP, so you can perform socket operations directly on it too. %prep %setup -q -n HTTP-Daemon-%{version} @@ -77,6 +77,9 @@ make test %{_mandir}/man3/* %changelog +* Wed Jan 24 2018 Petr Pisar - 6.01-20 +- Correct the package description + * Mon Sep 18 2017 Petr Pisar - 6.01-19 - Correct a typo in the undefined and empty-string LocalAddr patch (bug #1413065)