commit d7a83778e13376a725d59e4d78da6575b21e98f1 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Wed Nov 17 14:30:26 2010 +0000 Update to 0.13 New upstream release 0.13: - Use ">= 0", instead of "== 0" for no_leaks_ok() - Add count_sv() to count all the SVs in a perl interpreter - Fix tests broken for some perls in 0.12 .gitignore | 2 +- perl-Test-LeakTrace.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) --- diff --git a/.gitignore b/.gitignore index 9e1be71..db02c11 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/Test-LeakTrace-0.11.tar.gz +/Test-LeakTrace-0.13.tar.gz diff --git a/perl-Test-LeakTrace.spec b/perl-Test-LeakTrace.spec index 666b615..29dee71 100644 --- a/perl-Test-LeakTrace.spec +++ b/perl-Test-LeakTrace.spec @@ -1,6 +1,6 @@ Name: perl-Test-LeakTrace Summary: Traces memory leaks -Version: 0.11 +Version: 0.13 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -62,6 +62,12 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Wed Nov 17 2010 Paul Howarth <paul@xxxxxxxxxxxx> - 0.13-1 +- update to 0.13 + - use ">= 0", instead of "== 0" for no_leaks_ok() + - add count_sv() to count all the SVs in a perl interpreter + - fix tests broken for some perls in 0.12 + * Wed Nov 17 2010 Paul Howarth <paul@xxxxxxxxxxxx> - 0.11-1 - update to 0.11 (#654301) - fix false-positive related to XS code (CPAN RT #58133) diff --git a/sources b/sources index e421b97..cb987ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f83ffd41babb0d983913afa749cc8319 Test-LeakTrace-0.11.tar.gz +4cb35b4542d19af3a537fd776a290207 Test-LeakTrace-0.13.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel