8
0
forked from pool/perl-Test-TCP

Accepting request 490903 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/490903
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-TCP?expand=0&rev=29
This commit is contained in:
Stephan Kulow
2017-05-02 06:30:48 +00:00
committed by Git OBS Bridge
parent 2104e954fe
commit cc11f2f37e
4 changed files with 19 additions and 7 deletions

View File

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

3
Test-TCP-2.18.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Apr 25 06:52:34 UTC 2017 - coolo@suse.com
- updated to 2.18
see /usr/share/doc/packages/perl-Test-TCP/Changes
2.18 2017-04-24T06:00:25Z
- let the kernel select an empty port #59
https://github.com/tokuhirom/Test-TCP/pull/59
(i110)
-------------------------------------------------------------------
Fri Aug 19 06:04:06 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-TCP
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: perl-Test-TCP
Version: 2.17
Version: 2.18
Release: 0
%define cpan_name Test-TCP
Summary: Testing Tcp Program
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-TCP/
Source0: http://www.cpan.org/authors/id/S/SY/SYOHEX/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -57,6 +57,7 @@ Test::TCP is a test utility to test TCP/IP-based server programs.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE minil.toml README.md
%doc Changes minil.toml README.md
%license LICENSE
%changelog