Hello community, here is the log from the commit of package perl-Capture-Tiny for openSUSE:Factory checked in at 2011-12-27 18:13:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Capture-Tiny (Old) and /work/SRC/openSUSE:Factory/.perl-Capture-Tiny.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Capture-Tiny", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Capture-Tiny/perl-Capture-Tiny.changes 2011-09-23 12:36:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Capture-Tiny.new/perl-Capture-Tiny.changes 2011-12-27 18:13:55.000000000 +0100 @@ -1,0 +2,27 @@ +Sat Dec 24 10:14:30 UTC 2011 - [email protected] + +- update to 0.15: + * repeated captures from a custom filehandle would return undef instead of + the empty string (and would warn). This has been fixed. RT#73374 + * commented out debugging code for slightly less runtime overhead + +- changes from 0.14: + * added: capturing with custom filehandles will return only newly appended + output instead of everything already in the file RT#73374 + +------------------------------------------------------------------- +Wed Dec 21 11:59:40 UTC 2011 - [email protected] + +- update to 0.13: no user-visible changes +- changes from 0.12: + - add new functions capture_stdout, capture_stderr, tee_stdout, tee_stderr; RT#60515 + - capture functions also returns the return values from the executed coderef; RT#61794 + - capture functions take optional custom filehandles for capturing via named + files instead of anonymous ones + - tied filehandles based on Tie::StdHandle can now use the ":utf8" layer; + removed remaining TODO tests; adds Scalar::Util as a dependency + - when Time::HiRes::usleep is available, tee operations will + sleep during the busy-loop waiting for tee processes to be ready + RT#67858 + +------------------------------------------------------------------- Old: ---- Capture-Tiny-0.11.tar.gz New: ---- Capture-Tiny-0.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Capture-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.F7gPWa/_old 2011-12-27 18:13:56.000000000 +0100 +++ /var/tmp/diff_new_pack.F7gPWa/_new 2011-12-27 18:13:56.000000000 +0100 @@ -18,8 +18,8 @@ Name: perl-Capture-Tiny -Version: 0.11 -Release: 3 +Version: 0.15 +Release: 1 License: Apache-2.0 %define cpan_name Capture-Tiny Summary: Capture STDOUT and STDERR from Perl, XS or external programs @@ -32,6 +32,9 @@ BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31 BuildRequires: perl(Test::Differences) +BuildRequires: perl(Time::HiRes) +Requires: perl(Scalar::Util) +Recommends: perl(Time::HiRes) %{perl_requires} %description ++++++ Capture-Tiny-0.11.tar.gz -> Capture-Tiny-0.15.tar.gz ++++++ ++++ 2237 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
