Compare commits
10 Commits
8fe19dbc88
...
6448f6bb4e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6448f6bb4e | ||
|
|
8680bb11ae | ||
|
|
c02cec1772 | ||
|
|
1063ddd52c | ||
|
|
bac7ac8637 | ||
|
|
a762061e7f | ||
|
|
57ac4fb8e3 | ||
|
|
fd1c98255b | ||
|
|
503cd77df1 | ||
|
|
68e035d32c |
Binary file not shown.
BIN
IO-Socket-IP-0.42.tar.gz
Normal file
BIN
IO-Socket-IP-0.42.tar.gz
Normal file
Binary file not shown.
27
Makefile.PL
Normal file
27
Makefile.PL
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
|
||||||
|
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',
|
||||||
|
);
|
||||||
@ -1,10 +1,11 @@
|
|||||||
Name: perl-IO-Socket-IP
|
Name: perl-IO-Socket-IP
|
||||||
Version: 0.39
|
Version: 0.42
|
||||||
Release: 420
|
Release: 1
|
||||||
Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
|
Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic-1.0
|
||||||
URL: https://metacpan.org/release/IO-Socket-IP
|
URL: https://metacpan.org/release/IO-Socket-IP
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{version}.tar.gz
|
||||||
|
Source1: Makefile.PL
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
#For Build
|
#For Build
|
||||||
@ -26,7 +27,7 @@ way.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n IO-Socket-IP-%{version} -p1
|
%autosetup -n IO-Socket-IP-%{version} -p1
|
||||||
|
cp %{SOURCE1} .
|
||||||
chmod -x lib/IO/Socket/IP.pm
|
chmod -x lib/IO/Socket/IP.pm
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -39,8 +40,8 @@ make pure_install DESTDIR=%{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f t/21nonblocking-connect-internet.t
|
rm -f t/31nonblocking-connect-internet.t
|
||||||
make test TEST_VERBOSE=1
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -53,6 +54,27 @@ make test TEST_VERBOSE=1
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Oct 26 2019 shenyangyang <shenyangyang4@huawei.com> - 0.39-420
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user