From d6fb8d3711de1b6ac5366596eca19990e156247791db74bd1dbd5909f5b809d0 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 14 May 2015 15:29:53 +0000 Subject: [PATCH] Accepting request 307106 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/307106 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PerlIO-via-Timeout?expand=0&rev=3 --- PerlIO-via-Timeout-0.29.tar.gz | 3 --- PerlIO-via-Timeout-0.30.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-PerlIO-via-Timeout.changes | 8 ++++++++ perl-PerlIO-via-Timeout.spec | 19 +++++++++---------- 5 files changed, 43 insertions(+), 13 deletions(-) delete mode 100644 PerlIO-via-Timeout-0.29.tar.gz create mode 100644 PerlIO-via-Timeout-0.30.tar.gz create mode 100644 cpanspec.yml diff --git a/PerlIO-via-Timeout-0.29.tar.gz b/PerlIO-via-Timeout-0.29.tar.gz deleted file mode 100644 index d323032..0000000 --- a/PerlIO-via-Timeout-0.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f9dc6f540671039c74254f5e081cf55c569820448c9929861e66ab66f93f5ca -size 13404 diff --git a/PerlIO-via-Timeout-0.30.tar.gz b/PerlIO-via-Timeout-0.30.tar.gz new file mode 100644 index 0000000..e3b8913 --- /dev/null +++ b/PerlIO-via-Timeout-0.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1370c2f90c52499cbcb8af7d7b59e3cc234c0ecadf39d3600ebfc27b2a7011c +size 13418 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-PerlIO-via-Timeout.changes b/perl-PerlIO-via-Timeout.changes index 3448d3a..93663cf 100644 --- a/perl-PerlIO-via-Timeout.changes +++ b/perl-PerlIO-via-Timeout.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu May 14 08:27:39 UTC 2015 - coolo@suse.com + +- updated to 0.30 + see /usr/share/doc/packages/perl-PerlIO-via-Timeout/Changes + + 0.30 2015-05-13 20:33:08CEST+0200 Europe/Amsterdam + ------------------------------------------------------------------- Tue Mar 18 10:51:44 UTC 2014 - coolo@suse.com diff --git a/perl-PerlIO-via-Timeout.spec b/perl-PerlIO-via-Timeout.spec index 40e8ec5..c118cae 100644 --- a/perl-PerlIO-via-Timeout.spec +++ b/perl-PerlIO-via-Timeout.spec @@ -1,7 +1,7 @@ # # spec file for package perl-PerlIO-via-Timeout # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,22 +17,21 @@ Name: perl-PerlIO-via-Timeout -Version: 0.29 +Version: 0.30 Release: 0 %define cpan_name PerlIO-via-Timeout -Summary: a PerlIO layer that adds read & write timeout to a handle +Summary: PerlIO layer that adds read & write timeout to a handle License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/PerlIO-via-Timeout/ -Source: http://www.cpan.org/authors/id/D/DA/DAMS/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/D/DA/DAMS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build::Tiny) >= 0.030 +BuildRequires: perl(Module::Build::Tiny) >= 0.039 BuildRequires: perl(Test::TCP) -BuildRequires: perl(Time::Out) -Requires: perl(Time::Out) %{perl_requires} %description @@ -44,9 +43,9 @@ The timeout is implemented by using ' on the handle before reading/writing. *WARNING* the handle won't timeout if you use 'sysread' or 'syswrite' on -it, because these functions works at a lower level. Hower if you're trying -to implement a timeout for a socket, see the IO::Socket::Timeout manpage -that implements exactly that. +it, because these functions works at a lower level. However if you're +trying to implement a timeout for a socket, see the IO::Socket::Timeout +manpage that implements exactly that. %prep %setup -q -n %{cpan_name}-%{version}