diff --git a/perl-IO-Socket-IP.spec b/perl-IO-Socket-IP.spec index 388e055ba8d13266c1d4d30460cef7d868147717..4aec058d4a5c5b751f95fbf4a9b6d1f06b5427ac 100644 --- a/perl-IO-Socket-IP.spec +++ b/perl-IO-Socket-IP.spec @@ -1,8 +1,8 @@ Name: perl-IO-Socket-IP Version: 0.41 -Release: 1 +Release: 2 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 @@ -40,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 @@ -54,6 +54,12 @@ make test TEST_VERBOSE=1 %changelog +* Mar Thu 04 2021 wuchaochao - 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 - 0.41-1 - upgrade version to 0.41