From db50e514daa8c4ef1e8f3b23b9d139174eb4bf1aea7385043486198049c1c3ac Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 4 Jun 2013 14:46:55 +0000 Subject: [PATCH] - updated to 0.22 Documented: - Issue tracker is now github Changed: - Skips tee and leak tests for closed STDIN on Perl prior to 5.12 when PERL_UNICODE=D. Documented lack of support as a known issue. - Isolated tee subprocesses from effects of PERL_UNICODE as a precaution (though this did not fix the above issue). - Improved layer detection for handles proxied due to being closed or tied. Fixed: - Nested merged captures that include an external program call no longer leak STDERR to the outer scope [rt.cpan.org #79376] - Work around rt.perl.org #114404 by forcing PerlIO layers back on original handles [rt.cpan.org #78819] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Capture-Tiny?expand=0&rev=23 --- Capture-Tiny-0.18.tar.gz | 3 --- Capture-Tiny-0.22.tar.gz | 3 +++ perl-Capture-Tiny.changes | 29 +++++++++++++++++++++++++++++ perl-Capture-Tiny.spec | 10 ++-------- 4 files changed, 34 insertions(+), 11 deletions(-) delete mode 100644 Capture-Tiny-0.18.tar.gz create mode 100644 Capture-Tiny-0.22.tar.gz diff --git a/Capture-Tiny-0.18.tar.gz b/Capture-Tiny-0.18.tar.gz deleted file mode 100644 index df6a80f..0000000 --- a/Capture-Tiny-0.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3327997211bb8795cb0496010fd64d9073c636b5ad6d84a1d3bd083560ac5e39 -size 29485 diff --git a/Capture-Tiny-0.22.tar.gz b/Capture-Tiny-0.22.tar.gz new file mode 100644 index 0000000..0d782e0 --- /dev/null +++ b/Capture-Tiny-0.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219f4778640241cbea4ae7096c55cf55353de932a9c27bec23c059ee18169985 +size 31390 diff --git a/perl-Capture-Tiny.changes b/perl-Capture-Tiny.changes index 9fa2a7a..1dc590a 100644 --- a/perl-Capture-Tiny.changes +++ b/perl-Capture-Tiny.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Jun 4 14:46:18 UTC 2013 - coolo@suse.com + +- updated to 0.22 + + Documented: + + - Issue tracker is now github + + Changed: + + - Skips tee and leak tests for closed STDIN on Perl prior to + 5.12 when PERL_UNICODE=D. Documented lack of support as + a known issue. + + - Isolated tee subprocesses from effects of PERL_UNICODE as a + precaution (though this did not fix the above issue). + + - Improved layer detection for handles proxied due to being closed + or tied. + + Fixed: + + - Nested merged captures that include an external program call no longer + leak STDERR to the outer scope [rt.cpan.org #79376] + + - Work around rt.perl.org #114404 by forcing PerlIO layers back on + original handles [rt.cpan.org #78819] + ------------------------------------------------------------------- Wed May 23 13:21:03 UTC 2012 - coolo@suse.com diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec index ca5fe73..b3b7454 100644 --- a/perl-Capture-Tiny.spec +++ b/perl-Capture-Tiny.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Capture-Tiny # -# 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-Capture-Tiny -Version: 0.18 +Version: 0.22 Release: 0 %define cpan_name Capture-Tiny Summary: Capture STDOUT and STDERR from Perl, XS or external programs @@ -33,7 +33,6 @@ BuildRequires: perl-macros #BuildRequires: perl(Cases) #BuildRequires: perl(Inline) #BuildRequires: perl(Test::Differences) -#BuildRequires: perl(Test::Requires) #BuildRequires: perl(TieEvil) #BuildRequires: perl(TieLC) #BuildRequires: perl(Utils) @@ -49,11 +48,6 @@ modules to use in any particular situation and just use this one. %prep %setup -q -n %{cpan_name}-%{version} -# MANUAL BEGIN -%if 0%{?sles_version} == 10 || 0%{?rhel_version} || 0%{?centos_version} - %{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL -%endif -# MANUAL END %build %{__perl} Makefile.PL INSTALLDIRS=vendor