Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
6448f6bb4e
!13 upgrade version to 0.42
From: @dongyuzhen 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2024-01-29 09:16:57 +00:00
dongyuzhen
8680bb11ae upgrade version to 0.42 2024-01-29 15:55:54 +08:00
openeuler-ci-bot
c02cec1772
!10 [sync] PR-8: 【轻量级 PR】:Rebuild for next release
From: @openeuler-sync-bot 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-10-28 11:14:52 +00:00
dongyuzhen
1063ddd52c update for mass rebuild and upgrade verification
(cherry picked from commit 27da51a8cc4c8019465f083fc06d83bbc5b5beb2)
2022-10-28 16:17:24 +08:00
openeuler-ci-bot
bac7ac8637
!6 【轻量级 PR】:Spec文件格式的修改
From: @chengchaonan-one 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-14 07:33:11 +00:00
chengchaonan_1
a762061e7f
Spec文件格式的修改 2022-06-13 08:56:10 +00:00
openeuler-ci-bot
57ac4fb8e3 !5 [sync] PR-3: Modify the spec file, solving the problem of the test probability failure。
From: @openeuler-sync-bot
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-03-05 10:20:26 +08:00
吴超超
fd1c98255b Modifythespecfile,solvingtheproblemofthetestprobabilityfailure
(cherry picked from commit 784235d0ee7588f15c85ce48f7ed7e799cf55db3)
2021-03-05 08:58:42 +08:00
openeuler-ci-bot
503cd77df1 !2 upgrade version to 0.41
From: @xinyingchao
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-02-03 14:29:49 +08:00
renmingshuai
68e035d32c upgrade version to 0.41 2021-01-29 11:18:51 +08:00
4 changed files with 55 additions and 6 deletions

Binary file not shown.

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

Binary file not shown.

27
Makefile.PL Normal file
View 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',
);

View File

@ -1,10 +1,11 @@
Name: perl-IO-Socket-IP
Version: 0.39
Release: 420
Version: 0.42
Release: 1
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
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{version}.tar.gz
Source1: Makefile.PL
BuildArch: noarch
#For Build
@ -26,7 +27,7 @@ way.
%prep
%autosetup -n IO-Socket-IP-%{version} -p1
cp %{SOURCE1} .
chmod -x lib/IO/Socket/IP.pm
%build
@ -39,8 +40,8 @@ make pure_install DESTDIR=%{buildroot}
%check
rm -f t/21nonblocking-connect-internet.t
make test TEST_VERBOSE=1
rm -f t/31nonblocking-connect-internet.t
make test
%files
%license LICENSE
@ -53,6 +54,27 @@ make test TEST_VERBOSE=1
%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