Accepting request 615720 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/615720
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-POE-Client-TCP?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2018-06-14 06:45:04 +00:00
committed by Git OBS Bridge
parent 7cd56e5096
commit dba4bd7e12
4 changed files with 18 additions and 11 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 10 06:08:16 UTC 2018 - coolo@suse.com
- updated to 1.14
see /usr/share/doc/packages/perl-Test-POE-Client-TCP/Changes
-------------------------------------------------------------------
Fri Apr 17 09:01:45 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-POE-Client-TCP
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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-POE-Client-TCP
Version: 1.12
Version: 1.14
Release: 0
%define cpan_name Test-POE-Client-TCP
Summary: POE Component providing TCP client services for test cases
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-POE-Client-TCP/
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -43,9 +43,9 @@ Requires: perl(POE::Wheel::SocketFactory)
%{perl_requires}
%description
Test::POE::Client::TCP is a the POE manpage component that provides a TCP
client framework for inclusion in client component test cases, instead of
having to roll your own.
Test::POE::Client::TCP is a POE component that provides a TCP client
framework for inclusion in client component test cases, instead of having
to roll your own.
Once registered with the component, a session will receive events related
to connections made, disconnects, flushed output and input from the
@@ -68,6 +68,7 @@ specified server.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes Changes.old examples LICENSE README
%doc Changes Changes.old examples README
%license LICENSE
%changelog