From 8c144f6dc63afa2af86e62242bb9a88c2edfe0c2e50b6b57002873eff4e10707 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 27 Feb 2012 10:16:52 +0000 Subject: [PATCH] - updated to 0.045 skip a test that tickles an OpenBSD bug and hangs the process (thanks, BinGOs) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run3?expand=0&rev=24 --- IPC-Run3-0.044.tar.gz | 3 --- IPC-Run3-0.045.tar.gz | 3 +++ perl-IPC-Run3.changes | 7 +++++++ perl-IPC-Run3.spec | 48 ++++++++++++++++--------------------------- 4 files changed, 28 insertions(+), 33 deletions(-) delete mode 100644 IPC-Run3-0.044.tar.gz create mode 100644 IPC-Run3-0.045.tar.gz diff --git a/IPC-Run3-0.044.tar.gz b/IPC-Run3-0.044.tar.gz deleted file mode 100644 index 080885f..0000000 --- a/IPC-Run3-0.044.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e81f7d86fc07fb64ea7aafa55bd5a8803afeddfc375b13e11fa1c6d5b3e11ba9 -size 19412 diff --git a/IPC-Run3-0.045.tar.gz b/IPC-Run3-0.045.tar.gz new file mode 100644 index 0000000..3e5364b --- /dev/null +++ b/IPC-Run3-0.045.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658971b13f837c9c760df1959ac6471d5e48265d0a44d1d524cb4d0ab81881da +size 20017 diff --git a/perl-IPC-Run3.changes b/perl-IPC-Run3.changes index b42ab19..014812b 100644 --- a/perl-IPC-Run3.changes +++ b/perl-IPC-Run3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 27 10:09:13 UTC 2012 - coolo@suse.com + +- updated to 0.045 + skip a test that tickles an OpenBSD bug and hangs the process (thanks, + BinGOs) + ------------------------------------------------------------------- Fri Nov 18 11:08:13 UTC 2011 - coolo@suse.com diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec index 2ac87e9..939f1d7 100644 --- a/perl-IPC-Run3.spec +++ b/perl-IPC-Run3.spec @@ -1,7 +1,7 @@ # # spec file for package perl-IPC-Run3 # -# Copyright (c) 2011 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,42 +15,37 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - -%bcond_with pod Name: perl-IPC-Run3 +Version: 0.045 +Release: 0 %define cpan_name IPC-Run3 Summary: Run a subprocess with input/ouput redirection -Version: 0.044 -Release: 2 License: Any of BSDv1+ , Artistic V1+ , GPLv1+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/IPC-Run3/ -#Source: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -%if %{with pod} -BuildRequires: perl(Test::Pod) >= 1.00 -BuildRequires: perl(Test::Pod::Coverage) >= 1.04 -%endif -BuildRequires: perl(Test::More) >= 0.31 -BuildRequires: perl(Time::HiRes) -Requires: perl(Time::HiRes) +#BuildRequires: perl(IPC::Run3) +#BuildRequires: perl(IPC::Run3::ProfArrayBuffer) +#BuildRequires: perl(IPC::Run3::ProfLogger) +#BuildRequires: perl(IPC::Run3::ProfLogReader) +#BuildRequires: perl(IPC::Run3::ProfPP) +#BuildRequires: perl(IPC::Run3::ProfReporter) +%{perl_requires} %description This module allows you to run a subprocess and redirect stdin, stdout, -and/or stderr to files and perl data structures. It aims to satisfy 99% -of the need for using system, qx, and open3 with a simple, extremely +and/or stderr to files and perl data structures. It aims to satisfy 99% of +the need for using 'system', 'qx', and 'open3' with a simple, extremely Perlish API. -Authors: --------- - Barrie Slaymaker +Speed, simplicity, and portability are paramount. (That's speed of Perl +code; which is often much slower than the kind of buffered I/O that this +module uses to spool input to and output from the child command.) %prep %setup -q -n %{cpan_name}-%{version} @@ -64,18 +59,11 @@ Authors: %install %perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root,-) +%defattr(-,root,root,755) %doc Changes LICENSE README %changelog