- updated to 0.70

* Apply a patch from Petya Kohts, RT #65276, with
    changes for run_forked:
  
    1) fix for the typo in the name of the signal
    2) changed default for clean_up_children (which
       seems to be the behavior expected by the majority of the users)
    3) added detection (and forwarding to the caller) of the case
       when run program is killed by signal
    4) kill_gently is now used in cases when parent died
       and when the executed program times out
    5) added options which allow to execute some user code
       in the beginning and at the end of the child

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Cmd?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2011-04-26 18:18:49 +00:00
committed by Git OBS Bridge
parent 4d91f5e591
commit a6c01d4544
4 changed files with 38 additions and 12 deletions

View File

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

3
IPC-Cmd-0.70.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Apr 26 18:12:18 UTC 2011 - coolo@opensuse.org
- updated to 0.70
* Apply a patch from Petya Kohts, RT #65276, with
changes for run_forked:
1) fix for the typo in the name of the signal
2) changed default for clean_up_children (which
seems to be the behavior expected by the majority of the users)
3) added detection (and forwarding to the caller) of the case
when run program is killed by signal
4) kill_gently is now used in cases when parent died
and when the executed program times out
5) added options which allow to execute some user code
in the beginning and at the end of the child
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 22 19:37:32 UTC 2011 - coolo@novell.com Sat Jan 22 19:37:32 UTC 2011 - coolo@novell.com

View File

@@ -1,5 +1,5 @@
# #
# spec file for package perl-IPC-Cmd (Version 0.68) # spec file for package perl-IPC-Cmd (Version 0.70)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@@ -16,21 +16,30 @@
# #
Name: perl-IPC-Cmd Name: perl-IPC-Cmd
Version: 0.68 Version: 0.70
Release: 1 Release: 1
License: CHECK(Distributable) License: GPL+ or Artistic
%define cpan_name IPC-Cmd %define cpan_name IPC-Cmd
Summary: finding and running system commands made easy Summary: finding and running system commands made easy
Url: http://search.cpan.org/dist/IPC-Cmd/ Url: http://search.cpan.org/dist/IPC-Cmd/
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/B/BI/BINGOS/IPC-Cmd-%{version}.tar.gz Source: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2 BuildArch: noarch
BuildRequires: perl(File::Spec) BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Locale::Maketext::Simple)
BuildRequires: perl(Module::Load::Conditional)
BuildRequires: perl(Params::Check) >= 0.20
BuildRequires: perl(Test::More)
Requires: perl(ExtUtils::MakeMaker)
Requires: perl(File::Spec) Requires: perl(File::Spec)
BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: perl(Locale::Maketext::Simple)
BuildArch: noarch Requires: perl(Module::Load::Conditional)
Requires: perl(Params::Check) >= 0.20
Requires: perl(Test::More)
%{perl_requires} %{perl_requires}
%description %description
@@ -61,7 +70,7 @@ to your verbosity settings.
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(644,root,root,755) %defattr(-,root,root,755)
%doc CHANGES README %doc CHANGES README
%changelog %changelog