diff --git a/Capture-Tiny-0.11.tar.gz b/Capture-Tiny-0.11.tar.gz deleted file mode 100644 index 886b2f8..0000000 --- a/Capture-Tiny-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ca40024c425902d0305076771834278643002e5fe546fb6b8ca6d9f9f743027 -size 21060 diff --git a/Capture-Tiny-0.15.tar.gz b/Capture-Tiny-0.15.tar.gz new file mode 100644 index 0000000..477c3d1 --- /dev/null +++ b/Capture-Tiny-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3dd077f0a300d8d45d579812d99003ce536990231ae867e795ef1ebe7e9553e +size 27073 diff --git a/perl-Capture-Tiny.changes b/perl-Capture-Tiny.changes index 6d2cc06..0faedd3 100644 --- a/perl-Capture-Tiny.changes +++ b/perl-Capture-Tiny.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sat Dec 24 10:14:30 UTC 2011 - pascal.bleser@opensuse.org + +- 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 - pascal.bleser@opensuse.org + +- 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 + ------------------------------------------------------------------- Fri Aug 26 15:45:14 UTC 2011 - chris@computersalat.de diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec index b087743..2a4cf1b 100644 --- a/perl-Capture-Tiny.spec +++ b/perl-Capture-Tiny.spec @@ -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 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