diff --git a/IPC-Cmd-0.68.tar.bz2 b/IPC-Cmd-0.68.tar.bz2 deleted file mode 100644 index fb680a0..0000000 --- a/IPC-Cmd-0.68.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dd4cff22854bfd5d023405f2bd1ba3f4d98f0422bd8bb4ddf4df1fbc9a96c7f -size 23270 diff --git a/IPC-Cmd-0.70.tar.gz b/IPC-Cmd-0.70.tar.gz new file mode 100644 index 0000000..e8c0b9a --- /dev/null +++ b/IPC-Cmd-0.70.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e78daa81ec4b9cef4599c28b01b6b82c6992075243315e000d6c60b1eb1d63 +size 26370 diff --git a/perl-IPC-Cmd.changes b/perl-IPC-Cmd.changes index 5b21084..dd1a8df 100644 --- a/perl-IPC-Cmd.changes +++ b/perl-IPC-Cmd.changes @@ -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 diff --git a/perl-IPC-Cmd.spec b/perl-IPC-Cmd.spec index 51f889d..27106c3 100644 --- a/perl-IPC-Cmd.spec +++ b/perl-IPC-Cmd.spec @@ -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. # @@ -16,21 +16,30 @@ # Name: perl-IPC-Cmd -Version: 0.68 +Version: 0.70 Release: 1 -License: CHECK(Distributable) +License: GPL+ or Artistic %define cpan_name IPC-Cmd Summary: finding and running system commands made easy Url: http://search.cpan.org/dist/IPC-Cmd/ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/B/BI/BINGOS/IPC-Cmd-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 -BuildRequires: perl(File::Spec) +Source: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl 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) -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch +Requires: perl(Locale::Maketext::Simple) +Requires: perl(Module::Load::Conditional) +Requires: perl(Params::Check) >= 0.20 +Requires: perl(Test::More) %{perl_requires} %description @@ -61,7 +70,7 @@ to your verbosity settings. %{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc CHANGES README %changelog