diff --git a/perl-Test-POE-Client-TCP.spec b/perl-Test-POE-Client-TCP.spec index 87c134f..a839587 100644 --- a/perl-Test-POE-Client-TCP.spec +++ b/perl-Test-POE-Client-TCP.spec @@ -2,7 +2,7 @@ %bcond_without perl_Test_POE_Client_TCP_enables_tls Name: perl-Test-POE-Client-TCP -Version: 1.24 +Version: 1.26 Release: 1%{?dist} Summary: POE Component providing TCP client services for test cases License: GPL+ or Artistic @@ -22,7 +22,7 @@ BuildRequires: perl(POE::Filter::Line) BuildRequires: perl(POE::Wheel::ReadWrite) BuildRequires: perl(POE::Wheel::SocketFactory) BuildRequires: perl(POSIX) -BuildRequires: perl(Socket) +BuildRequires: perl(Socket) >= 2.013 # Optional run-time: # POE::Component::SSLify not used at tests # Tests: @@ -45,9 +45,10 @@ Recommends: perl(POE::Component::SSLify) Requires: perl(POE::Filter::Line) Requires: perl(POE::Wheel::ReadWrite) Requires: perl(POE::Wheel::SocketFactory) +Requires: perl(Socket) >= 2.013 # Filter under-specified dependencies -%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(POE\\)$ +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((POE|Socket)\\)$ %description Test::POE::Client::TCP is a POE component that provides a TCP client @@ -76,6 +77,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Nov 19 2018 Petr Pisar - 1.26-1 +- 1.26 bump + * Wed Sep 19 2018 Petr Pisar - 1.24-1 - 1.24 bump