From bad3e04c495c2e239f7d33c4d34dbf23996f062a7ecae621286a7097e74fa0fb Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Sat, 24 Dec 2011 10:15:21 +0000 Subject: [PATCH] 0.15 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Capture-Tiny?expand=0&rev=14 --- Capture-Tiny-0.13.tar.gz | 3 --- Capture-Tiny-0.15.tar.gz | 3 +++ perl-Capture-Tiny.changes | 12 ++++++++++++ perl-Capture-Tiny.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 Capture-Tiny-0.13.tar.gz create mode 100644 Capture-Tiny-0.15.tar.gz diff --git a/Capture-Tiny-0.13.tar.gz b/Capture-Tiny-0.13.tar.gz deleted file mode 100644 index 3a442e6..0000000 --- a/Capture-Tiny-0.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3eca683cf321ca2edcbc7e586f70835f82048ecfb00e21e59e638ad33acb2efd -size 26170 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 b8edfcd..0faedd3 100644 --- a/perl-Capture-Tiny.changes +++ b/perl-Capture-Tiny.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +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 diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec index 883fada..2a4cf1b 100644 --- a/perl-Capture-Tiny.spec +++ b/perl-Capture-Tiny.spec @@ -18,7 +18,7 @@ Name: perl-Capture-Tiny -Version: 0.13 +Version: 0.15 Release: 1 License: Apache-2.0 %define cpan_name Capture-Tiny