diff --git a/Capture-Tiny-0.16.tar.gz b/Capture-Tiny-0.16.tar.gz deleted file mode 100644 index 357737d..0000000 --- a/Capture-Tiny-0.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f48456acb4ce9a0ba8898dad473e5b1e6b79d6c659f34b0a2486af8d91c61ae8 -size 27610 diff --git a/Capture-Tiny-0.17.tar.gz b/Capture-Tiny-0.17.tar.gz new file mode 100644 index 0000000..917d352 --- /dev/null +++ b/Capture-Tiny-0.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc631076374b946f4ad643ee5949bc8b8f2a3644813d1803ca90c077b228d5e0 +size 27991 diff --git a/perl-Capture-Tiny.changes b/perl-Capture-Tiny.changes index 1fdab3f..7a5b706 100644 --- a/perl-Capture-Tiny.changes +++ b/perl-Capture-Tiny.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Feb 27 08:43:08 UTC 2012 - coolo@suse.com + +- updated to 0.17 + Fixed: + - Added a workaround for failing t/08-stdin-closed.t under blead + perl / 5.15.8 [RT#111070] + + Documented: + - Clarified some limitations; added a link to CPAN Testers Matrix; + removed redundant BUGS section; standardized terminology + + Tested: + - Added a test using Inline::C to print to stdout and stderr in response + to RT#71701 + ------------------------------------------------------------------- Tue Feb 21 09:02:47 UTC 2012 - coolo@suse.com diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec index 50e381b..4d20e6f 100644 --- a/perl-Capture-Tiny.spec +++ b/perl-Capture-Tiny.spec @@ -17,7 +17,7 @@ Name: perl-Capture-Tiny -Version: 0.16 +Version: 0.17 Release: 0 %define cpan_name Capture-Tiny Summary: Capture STDOUT and STDERR from Perl, XS or external programs @@ -31,6 +31,7 @@ BuildRequires: perl BuildRequires: perl-macros #BuildRequires: perl(Capture::Tiny) #BuildRequires: perl(Cases) +#BuildRequires: perl(Inline) #BuildRequires: perl(Test::Differences) #BuildRequires: perl(Test::Requires) #BuildRequires: perl(TieLC) @@ -41,7 +42,7 @@ BuildRequires: perl-macros Capture::Tiny provides a simple, portable way to capture almost anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it -is captured while being passed through to the original handles. Yes, it +is captured while being passed through to the original filehandles. Yes, it even works on Windows (usually). Stop guessing which of a dozen capturing modules to use in any particular situation and just use this one.