8
0
forked from pool/perl-Test-TCP

- update to 1.15:

+ ${^CHILD_ERROR_NATIVE} is only available in perl > 5.8.9
  + Fixed testing issue on AIX.
    https://rt.cpan.org/Public/Bug/Display.html?id=72779
  + depend to Test::SharedFork 0.19 for better TB2 support
  + change port number range from 10000 .. 11000 to 
    50000 .. 60000 to respect IANA.
    https://rt.cpan.org/Ticket/Display.html?id=64012
  + more diagnostic messages
  + localize $@ in Test::TCP::DESTROY
  + added Test::TCP->stop method
  + added document in FAQ section
  + new OO interface!
  + allow forking in the client(lestrrat)
- updated dependencies
- small specfile cleanup

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-TCP?expand=0&rev=6
This commit is contained in:
Lars Vogdt
2012-06-07 18:21:13 +00:00
committed by Git OBS Bridge
parent 22dd0249d0
commit 6d49c511cc
5 changed files with 40 additions and 24 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c31aef8a1c6f4644e8b7b64901ea226e1f4fe07837dd0f0dfb9173fb78f0029b
size 25451

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6bf1842fc13261fae8a0c85f6496b38787eec77bbf37ee777b98ba36ad9f6b03
size 24818

3
Test-TCP-1.15.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99a2bbd489ca0f40449777b26771de5a4ad0e1cdcc19b3aa33983062e93a2b9d
size 23596

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Jun 7 18:18:25 UTC 2012 - lars@linux-schulserver.de
- update to 1.15:
+ ${^CHILD_ERROR_NATIVE} is only available in perl > 5.8.9
+ Fixed testing issue on AIX.
https://rt.cpan.org/Public/Bug/Display.html?id=72779
+ depend to Test::SharedFork 0.19 for better TB2 support
+ change port number range from 10000 .. 11000 to
50000 .. 60000 to respect IANA.
https://rt.cpan.org/Ticket/Display.html?id=64012
+ more diagnostic messages
+ localize $@ in Test::TCP::DESTROY
+ added Test::TCP->stop method
+ added document in FAQ section
+ new OO interface!
+ allow forking in the client(lestrrat)
- updated dependencies
- small specfile cleanup
-------------------------------------------------------------------
Wed Dec 1 06:55:45 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-TCP (Version 1.06)
# spec file for package perl-Test-TCP
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,30 +15,29 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Test-TCP
%define cpan_name Test-TCP
Version: 1.15
Release: 0
%define cpan_name Test-TCP
Summary: Testing TCP program
Version: 1.06
Release: 1
License: GPL+ or Artistic
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-TCP/
#Source: http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-TCP-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
Patch0: test-no-note.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl >= 5.8.0
BuildRequires: perl-macros
BuildRequires: perl(IO::Socket::INET)
BuildRequires: perl >= 5.8.0
BuildRequires: perl(Test::SharedFork) >= 0.14
Requires: perl(IO::Socket::INET)
BuildRequires: perl(Test::SharedFork) >= 0.19
Requires: perl >= 5.8.0
Requires: perl(Test::SharedFork) >= 0.14
Requires: perl(IO::Socket::INET)
Requires: perl(Test::SharedFork) >= 0.19
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
Test::TCP is test utilities for TCP/IP program.
@@ -58,13 +57,13 @@ Test::TCP is test utilities for TCP/IP program.
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
%{__rm} -rf %{buildroot}%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%{__rm} -rf %{buildroot}%perl_archlib
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,-)