From dba4bd7e12f11d54ca4ff7dc43695f11eab373f4b8a83b8bc440c9ee660b0c1f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 14 Jun 2018 06:45:04 +0000 Subject: [PATCH] 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 --- Test-POE-Client-TCP-1.12.tar.gz | 3 --- Test-POE-Client-TCP-1.14.tar.gz | 3 +++ perl-Test-POE-Client-TCP.changes | 6 ++++++ perl-Test-POE-Client-TCP.spec | 17 +++++++++-------- 4 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 Test-POE-Client-TCP-1.12.tar.gz create mode 100644 Test-POE-Client-TCP-1.14.tar.gz diff --git a/Test-POE-Client-TCP-1.12.tar.gz b/Test-POE-Client-TCP-1.12.tar.gz deleted file mode 100644 index e7daec9..0000000 --- a/Test-POE-Client-TCP-1.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c258e2c32e2422a6af556d682de16235b9afa14e1ddced62d9af3dfc9485808b -size 21964 diff --git a/Test-POE-Client-TCP-1.14.tar.gz b/Test-POE-Client-TCP-1.14.tar.gz new file mode 100644 index 0000000..afe405f --- /dev/null +++ b/Test-POE-Client-TCP-1.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72345d9940c9deb37152a1b070628d51b7cbde804fcd08a79e28fbe9e037f34 +size 21682 diff --git a/perl-Test-POE-Client-TCP.changes b/perl-Test-POE-Client-TCP.changes index f2836a2..599fe90 100644 --- a/perl-Test-POE-Client-TCP.changes +++ b/perl-Test-POE-Client-TCP.changes @@ -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 diff --git a/perl-Test-POE-Client-TCP.spec b/perl-Test-POE-Client-TCP.spec index 4f40db0..9e17ba8 100644 --- a/perl-Test-POE-Client-TCP.spec +++ b/perl-Test-POE-Client-TCP.spec @@ -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