From 6d49c511ccdc72c41d4876d735918690cbb22073f7d3d3bd53e520fa14a084ba Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 7 Jun 2012 18:21:13 +0000 Subject: [PATCH] - 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 --- Test-TCP-1.06.tar.bz2 | 3 --- Test-TCP-1.13.tar.gz | 3 --- Test-TCP-1.15.tar.bz2 | 3 +++ perl-Test-TCP.changes | 20 ++++++++++++++++++++ perl-Test-TCP.spec | 35 +++++++++++++++++------------------ 5 files changed, 40 insertions(+), 24 deletions(-) delete mode 100644 Test-TCP-1.06.tar.bz2 delete mode 100644 Test-TCP-1.13.tar.gz create mode 100644 Test-TCP-1.15.tar.bz2 diff --git a/Test-TCP-1.06.tar.bz2 b/Test-TCP-1.06.tar.bz2 deleted file mode 100644 index e87465e..0000000 --- a/Test-TCP-1.06.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c31aef8a1c6f4644e8b7b64901ea226e1f4fe07837dd0f0dfb9173fb78f0029b -size 25451 diff --git a/Test-TCP-1.13.tar.gz b/Test-TCP-1.13.tar.gz deleted file mode 100644 index ec63831..0000000 --- a/Test-TCP-1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bf1842fc13261fae8a0c85f6496b38787eec77bbf37ee777b98ba36ad9f6b03 -size 24818 diff --git a/Test-TCP-1.15.tar.bz2 b/Test-TCP-1.15.tar.bz2 new file mode 100644 index 0000000..8ef718d --- /dev/null +++ b/Test-TCP-1.15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a2bbd489ca0f40449777b26771de5a4ad0e1cdcc19b3aa33983062e93a2b9d +size 23596 diff --git a/perl-Test-TCP.changes b/perl-Test-TCP.changes index 791d695..d670fbc 100644 --- a/perl-Test-TCP.changes +++ b/perl-Test-TCP.changes @@ -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 diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec index 461f729..308d2bb 100644 --- a/perl-Test-TCP.spec +++ b/perl-Test-TCP.spec @@ -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,-)