#2 Remove obsolete require for Socket6
Merged 2 years ago by ppisar. Opened 2 years ago by mspacek.
rpms/ mspacek/perl-POE-Component-IRC rawhide  into  rawhide

file modified
+4 -10
@@ -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(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 @@ 

  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 @@ 

  %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 @@ 

  %{_libexecdir}/%{name}

  

  %changelog

+ * Wed Jul 07 2021 Michal Josef Špaček <mspacek@redhat.com> - 6.93-2

+ - Remove obsolete require for Socket6

+ 

  * Wed Jun 16 2021 Petr Pisar <ppisar@redhat.com> - 6.93-1

  - 6.93 bump

  

We can remove Socket6 usage because before Socket6->import is
Socket->import with same subroutines. And perl-Socket in Fedora is with
ipv6 support.

Pull-Request has been merged by ppisar

2 years ago
Metadata