Accepting request 368034 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/368034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2016-03-11 11:29:23 +00:00 committed by Git OBS Bridge
commit a46cf3cdf9
4 changed files with 48 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3b4e55278757e77d50df0b1a79f42e6e8354b7d41db806da39bf161bee63aea
size 34578

3
Capture-Tiny-0.36.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab8742e53ad204a421bc82d5813f3c4c85c76581ea10d910d0aefc161f8cb03d
size 36318

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Mon Mar 7 09:44:38 UTC 2016 - coolo@suse.com
- updated to 0.36
see /usr/share/doc/packages/perl-Capture-Tiny/Changes
0.36 2016-02-28 21:36:57-05:00 America/New_York
[Docs]
- Fixed typos.
0.34 2016-02-18 23:26:13-05:00 America/New_York
[Fixed]
- Removed spurious JSON::PP dependency added by a broken
Dist::Zilla plugin.
0.32 2016-02-18 10:12:02-05:00 America/New_York
[Docs]
- Changed internal formatting of documentation
[Changes]
- No functional changes from 0.31
0.31 2016-02-14 07:33:50-07:00 America/Mazatlan (TRIAL RELEASE)
[Fixed]
- Application of layers to handles during and after capture now attempts
to more accurately duplicate the original layers, including potential
duplicate layers. Because of the unusual ways that layers are ordered
and applied, exact duplication is not guaranteeed, but this should be
better that what Capture::Tiny did before.
- Avoids a hard crash on Windows with Perl < 5.20 if a fork occurs in a
capture block. Also documented the risks and lack of support for
forks in capture blocks.
-------------------------------------------------------------------
Sat May 16 08:05:33 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Capture-Tiny
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX 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.30
Version: 0.36
Release: 0
%define cpan_name Capture-Tiny
Summary: Capture STDOUT and STDERR from Perl, XS or external programs