From c1e8cbbba5f1bf7ab02c65b089980a44529cc102 Mon Sep 17 00:00:00 2001 From: Michal Josef Špaček Date: Jul 07 2021 23:21:25 +0000 Subject: Remove obsolete require for Socket6 We can remove Socket6 usage because before Socket6->import is Socket->import with same subroutines. And perl-Socket in Fedora is with ipv6 support. --- diff --git a/perl-POE-Component-IRC.spec b/perl-POE-Component-IRC.spec index 6e57b56..39ec353 100644 --- a/perl-POE-Component-IRC.spec +++ b/perl-POE-Component-IRC.spec @@ -10,7 +10,7 @@ Name: perl-POE-Component-IRC Summary: A POE component for building IRC clients Version: 6.93 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/POE-Component-IRC-%{version}.tar.gz URL: https://metacpan.org/release/POE-Component-IRC @@ -61,9 +61,6 @@ BuildRequires: perl(POE::Wheel::SocketFactory) BuildRequires: perl(POSIX) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Socket) -%if %{with perl_POE_Component_IRC_enables_ipv6} -BuildRequires: perl(Socket6) -%endif # Tests: BuildRequires: perl(Crypt::PasswdMD5) BuildRequires: perl(Data::Dumper) @@ -99,9 +96,6 @@ Recommends: perl(POE::Filter::Zlib::Stream) >= 1.96 Requires: perl(POE::Wheel::FollowTail) Requires: perl(POE::Wheel::ReadWrite) Requires: perl(POE::Wheel::SocketFactory) -%if %{with perl_POE_Component_IRC_enables_ipv6} -Requires: perl(Socket6) -%endif %{?perl_default_filter} @@ -140,9 +134,6 @@ Requires: perl(POE::Wheel::SocketFactory) %if %{with perl_POE_Component_IRC_enables_ipv6} Requires: perl(Socket::GetAddrInfo) %endif -%if %{with perl_POE_Component_IRC_enables_ipv6} -Requires: perl(Socket6) -%endif Requires: perl(Test::Differences) >= 0.61 Requires: perl(Test::More) >= 0.47 Provides: bundled(POE-Component-Server-IRC) = 1.52 @@ -207,6 +198,9 @@ make test %{_libexecdir}/%{name} %changelog +* Wed Jul 07 2021 Michal Josef Špaček - 6.93-2 +- Remove obsolete require for Socket6 + * Wed Jun 16 2021 Petr Pisar - 6.93-1 - 6.93 bump