Hello community, here is the log from the commit of package perl-IPC-Run3 for openSUSE:Factory checked in at 2013-07-29 17:49:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-IPC-Run3 (Old) and /work/SRC/openSUSE:Factory/.perl-IPC-Run3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-IPC-Run3" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-IPC-Run3/perl-IPC-Run3.changes 2012-03-12 08:53:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-IPC-Run3.new/perl-IPC-Run3.changes 2013-07-29 17:49:15.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Jul 26 05:29:49 UTC 2013 - [email protected] + +- updated to 0.046 + replace a die with a croak (thanks, Mike Doherty) + typo fixes in documentation (thanks, David Steinbrunner) + +------------------------------------------------------------------- Old: ---- IPC-Run3-0.045.tar.gz New: ---- IPC-Run3-0.046.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-IPC-Run3.spec ++++++ --- /var/tmp/diff_new_pack.mWGnRi/_old 2013-07-29 17:49:16.000000000 +0200 +++ /var/tmp/diff_new_pack.mWGnRi/_new 2013-07-29 17:49:16.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-IPC-Run3 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,7 +17,7 @@ Name: perl-IPC-Run3 -Version: 0.045 +Version: 0.046 Release: 0 %define cpan_name IPC-Run3 Summary: Run a subprocess with input/ouput redirection ++++++ IPC-Run3-0.045.tar.gz -> IPC-Run3-0.046.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run3-0.045/Changes new/IPC-Run3-0.046/Changes --- old/IPC-Run3-0.045/Changes 2011-12-23 19:49:09.000000000 +0100 +++ new/IPC-Run3-0.046/Changes 2013-06-12 00:54:23.000000000 +0200 @@ -1,5 +1,10 @@ Changes file for IPC::Run3 +0.046 2013-06-11 + replace a die with a croak (thanks, Mike Doherty) + + typo fixes in documentation (thanks, David Steinbrunner) + 0.045 2011-12-23 skip a test that tickles an OpenBSD bug and hangs the process (thanks, BinGOs) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run3-0.045/META.json new/IPC-Run3-0.046/META.json --- old/IPC-Run3-0.045/META.json 2011-12-23 19:49:42.000000000 +0100 +++ new/IPC-Run3-0.046/META.json 2013-06-12 00:56:02.000000000 +0200 @@ -4,7 +4,7 @@ "Barrie Slaymaker <[email protected]>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.112621", + "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.131560", "license" : [ "open_source" ], @@ -24,18 +24,18 @@ "prereqs" : { "build" : { "requires" : { - "ExtUtils::MakeMaker" : 0 + "ExtUtils::MakeMaker" : "0" } }, "configure" : { "requires" : { - "ExtUtils::MakeMaker" : 0 + "ExtUtils::MakeMaker" : "0" } }, "runtime" : { "requires" : { "Test::More" : "0.31", - "Time::HiRes" : 0 + "Time::HiRes" : "0" } } }, @@ -45,5 +45,5 @@ "url" : "http://github.com/rjbs/ipc-run3/" } }, - "version" : "0.045" + "version" : "0.046" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run3-0.045/META.yml new/IPC-Run3-0.046/META.yml --- old/IPC-Run3-0.045/META.yml 2011-12-23 19:49:42.000000000 +0100 +++ new/IPC-Run3-0.046/META.yml 2013-06-12 00:56:02.000000000 +0200 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: 0 dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.112621' +generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.131560' license: open_source meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -23,4 +23,4 @@ Time::HiRes: 0 resources: repository: http://github.com/rjbs/ipc-run3/ -version: 0.045 +version: 0.046 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run3-0.045/bin/run3profpp new/IPC-Run3-0.046/bin/run3profpp --- old/IPC-Run3-0.045/bin/run3profpp 2011-12-23 19:49:20.000000000 +0100 +++ new/IPC-Run3-0.046/bin/run3profpp 2013-06-12 00:54:09.000000000 +0200 @@ -1,6 +1,6 @@ #!/usr/local/bin/perl -w -$VERSION = 0.045; +$VERSION = 0.046; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run3-0.045/lib/IPC/Run3/ProfArrayBuffer.pm new/IPC-Run3-0.046/lib/IPC/Run3/ProfArrayBuffer.pm --- old/IPC-Run3-0.045/lib/IPC/Run3/ProfArrayBuffer.pm 2011-12-23 19:49:20.000000000 +0100 +++ new/IPC-Run3-0.046/lib/IPC/Run3/ProfArrayBuffer.pm 2013-06-12 00:54:09.000000000 +0200 @@ -1,6 +1,6 @@ package IPC::Run3::ProfArrayBuffer; -$VERSION = 0.045; +$VERSION = 0.046; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run3-0.045/lib/IPC/Run3/ProfLogReader.pm new/IPC-Run3-0.046/lib/IPC/Run3/ProfLogReader.pm --- old/IPC-Run3-0.045/lib/IPC/Run3/ProfLogReader.pm 2011-12-23 19:49:20.000000000 +0100 +++ new/IPC-Run3-0.046/lib/IPC/Run3/ProfLogReader.pm 2013-06-12 00:54:09.000000000 +0200 @@ -1,6 +1,6 @@ package IPC::Run3::ProfLogReader; -$VERSION = 0.045; +$VERSION = 0.046; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run3-0.045/lib/IPC/Run3/ProfLogger.pm new/IPC-Run3-0.046/lib/IPC/Run3/ProfLogger.pm --- old/IPC-Run3-0.045/lib/IPC/Run3/ProfLogger.pm 2011-12-23 19:49:20.000000000 +0100 +++ new/IPC-Run3-0.046/lib/IPC/Run3/ProfLogger.pm 2013-06-12 00:54:09.000000000 +0200 @@ -1,6 +1,6 @@ package IPC::Run3::ProfLogger; -$VERSION = 0.045; +$VERSION = 0.046; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run3-0.045/lib/IPC/Run3/ProfPP.pm new/IPC-Run3-0.046/lib/IPC/Run3/ProfPP.pm --- old/IPC-Run3-0.045/lib/IPC/Run3/ProfPP.pm 2011-12-23 19:49:20.000000000 +0100 +++ new/IPC-Run3-0.046/lib/IPC/Run3/ProfPP.pm 2013-06-12 00:54:09.000000000 +0200 @@ -1,6 +1,6 @@ package IPC::Run3::ProfPP; -$VERSION = 0.045; +$VERSION = 0.046; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run3-0.045/lib/IPC/Run3/ProfReporter.pm new/IPC-Run3-0.046/lib/IPC/Run3/ProfReporter.pm --- old/IPC-Run3-0.045/lib/IPC/Run3/ProfReporter.pm 2011-12-23 19:49:20.000000000 +0100 +++ new/IPC-Run3-0.046/lib/IPC/Run3/ProfReporter.pm 2013-06-12 00:54:09.000000000 +0200 @@ -1,6 +1,6 @@ package IPC::Run3::ProfReporter; -$VERSION = 0.045; +$VERSION = 0.046; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run3-0.045/lib/IPC/Run3.pm new/IPC-Run3-0.046/lib/IPC/Run3.pm --- old/IPC-Run3-0.045/lib/IPC/Run3.pm 2011-12-23 19:49:20.000000000 +0100 +++ new/IPC-Run3-0.046/lib/IPC/Run3.pm 2013-06-12 00:54:09.000000000 +0200 @@ -8,11 +8,11 @@ =head1 VERSION -version 0.045 +version 0.046 =cut -our $VERSION = '0.045'; +our $VERSION = '0.046'; =head1 SYNOPSIS @@ -344,7 +344,7 @@ $fh_cache_pid = $$; } - # This routine procedes in stages so that a failure in an early + # This routine proceeds in stages so that a failure in an early # stage prevents later stages from running, and thus from needing # cleanup. @@ -423,7 +423,7 @@ } } - die $! if defined $r && $r == -1 && !$options->{return_if_system_error}; + croak $! if defined $r && $r == -1 && !$options->{return_if_system_error}; 1; }; @@ -677,7 +677,7 @@ If C<run3()> opened a temporary file for C<$stdin> in step (1), it writes the data using the specified method (either -from a string, an array or returnd by a function) to the temporary file and rewinds it. +from a string, an array or returned by a function) to the temporary file and rewinds it. =item (3) @@ -716,7 +716,7 @@ File::Spec defaults and the TMPDIR env. variable) for speed, portability and simplicity. -Use extrem caution when using C<run3> in a threaded environment if concurrent +Use extreme caution when using C<run3> in a threaded environment if concurrent calls of C<run3> are possible. Most likely, I/O from different invocations will get mixed up. The reason is that in most thread implementations all threads in a process share the same STDIN/STDOUT/STDERR. Known failures are Perl ithreads -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
