Accepting request 177480 from devel:languages:perl
- 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/request/show/177480 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=13
This commit is contained in:
commit
f042a4b2d8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3327997211bb8795cb0496010fd64d9073c636b5ad6d84a1d3bd083560ac5e39
|
|
||||||
size 29485
|
|
3
Capture-Tiny-0.22.tar.gz
Normal file
3
Capture-Tiny-0.22.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:219f4778640241cbea4ae7096c55cf55353de932a9c27bec23c059ee18169985
|
||||||
|
size 31390
|
@ -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
|
Wed May 23 13:21:03 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Capture-Tiny
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Capture-Tiny
|
Name: perl-Capture-Tiny
|
||||||
Version: 0.18
|
Version: 0.22
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Capture-Tiny
|
%define cpan_name Capture-Tiny
|
||||||
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
||||||
@ -33,7 +33,6 @@ BuildRequires: perl-macros
|
|||||||
#BuildRequires: perl(Cases)
|
#BuildRequires: perl(Cases)
|
||||||
#BuildRequires: perl(Inline)
|
#BuildRequires: perl(Inline)
|
||||||
#BuildRequires: perl(Test::Differences)
|
#BuildRequires: perl(Test::Differences)
|
||||||
#BuildRequires: perl(Test::Requires)
|
|
||||||
#BuildRequires: perl(TieEvil)
|
#BuildRequires: perl(TieEvil)
|
||||||
#BuildRequires: perl(TieLC)
|
#BuildRequires: perl(TieLC)
|
||||||
#BuildRequires: perl(Utils)
|
#BuildRequires: perl(Utils)
|
||||||
@ -49,11 +48,6 @@ modules to use in any particular situation and just use this one.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%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
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user