Compare commits

..

No commits in common. "6448f6bb4e4677907fd51896567a5a5bd41c82e1" and "8fe19dbc887ff8e73134b93b5e6da62e1d44c7f3" have entirely different histories.

4 changed files with 6 additions and 55 deletions

BIN
IO-Socket-IP-0.39.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,27 +0,0 @@
use strict;
use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'IO::Socket::IP',
'VERSION_FROM' => 'lib/IO/Socket/IP.pm',
'ABSTRACT_FROM' => 'lib/IO/Socket/IP.pm',
'PREREQ_PM' => {
'base' => '0',
'Carp' => '0',
'constant' => '0',
'Errno' => '0',
'IO::Socket' => 0,
'POSIX' => '0',
'Socket' => '1.97',
'strict' => '0',
'warnings' => '0',
},
'TEST_REQUIRES' => {
'IO::Socket::INET' => '0',
'Test::More' => '0.88',
},
'INSTALLDIRS' => 'site',
);

View File

@ -1,11 +1,10 @@
Name: perl-IO-Socket-IP
Version: 0.42
Release: 1
Version: 0.39
Release: 420
Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
License: GPL+ or Artistic-1.0
License: GPL+ or Artistic
URL: https://metacpan.org/release/IO-Socket-IP
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{version}.tar.gz
Source1: Makefile.PL
BuildArch: noarch
#For Build
@ -27,7 +26,7 @@ way.
%prep
%autosetup -n IO-Socket-IP-%{version} -p1
cp %{SOURCE1} .
chmod -x lib/IO/Socket/IP.pm
%build
@ -40,8 +39,8 @@ make pure_install DESTDIR=%{buildroot}
%check
rm -f t/31nonblocking-connect-internet.t
make test
rm -f t/21nonblocking-connect-internet.t
make test TEST_VERBOSE=1
%files
%license LICENSE
@ -54,27 +53,6 @@ make test
%changelog
* Mon Jan 29 2024 dongyuzhen <dongyuzhen@h-partners.com> - 0.42-1
- upgrade version to 0.42:
- updated for Perl v5.14 - use `package NAME VERSION` syntax
- fix typo 'behvior'
- fix for DragonflyBSD and IPV6_V6ONLY from core perl
* Tue Oct 25 2022 dongyuzhen <dongyuzhen@h-partners.com> - 0.41-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Rebuild for next release
* Thu Mar 04 2021 wuchaochao <wuchaochao4@huawei.com> - 0.41-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Modify the spec file ,solving the problem of the test probability failure
* Fri Jan 29 2021 yuanxin <yuanxin24@huawei.com> - 0.41-1
- upgrade version to 0.41
* Sat Oct 26 2019 shenyangyang <shenyangyang4@huawei.com> - 0.39-420
- Type:enhancement
- ID:NA