From b397230bf1a09c6997c46e476c3ecd13fc1217eec2d55a42ae00e4cd79ec2e37 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 15 Apr 2015 05:02:34 +0000 Subject: [PATCH] Accepting request 296213 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/296213 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-LeakTrace?expand=0&rev=17 --- Test-LeakTrace-0.14.tar.gz | 3 --- Test-LeakTrace-0.15.tar.gz | 3 +++ perl-Test-LeakTrace.changes | 9 +++++++++ perl-Test-LeakTrace.spec | 13 ++++++------- 4 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 Test-LeakTrace-0.14.tar.gz create mode 100644 Test-LeakTrace-0.15.tar.gz diff --git a/Test-LeakTrace-0.14.tar.gz b/Test-LeakTrace-0.14.tar.gz deleted file mode 100644 index 4a4d4fc..0000000 --- a/Test-LeakTrace-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a36dff34ebaf5eedbebe4f613dd76294add592252c4a6d74ef1095ac6239619 -size 49651 diff --git a/Test-LeakTrace-0.15.tar.gz b/Test-LeakTrace-0.15.tar.gz new file mode 100644 index 0000000..87130f1 --- /dev/null +++ b/Test-LeakTrace-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb8b58b6981efc6c9c4b4a3b550728f8c179f3c8d57c05724873011c08de65e +size 49364 diff --git a/perl-Test-LeakTrace.changes b/perl-Test-LeakTrace.changes index 2624532..893da4a 100644 --- a/perl-Test-LeakTrace.changes +++ b/perl-Test-LeakTrace.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Apr 14 15:52:24 UTC 2015 - coolo@suse.com + +- updated to 0.15 + see /usr/share/doc/packages/perl-Test-LeakTrace/Changes + + 0.15 2014-11-14 07:51:22+0900 + - Fix test failure on Windows (#1) + ------------------------------------------------------------------- Sun Nov 20 20:41:13 UTC 2011 - coolo@suse.com diff --git a/perl-Test-LeakTrace.spec b/perl-Test-LeakTrace.spec index e92d098..d75652e 100644 --- a/perl-Test-LeakTrace.spec +++ b/perl-Test-LeakTrace.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-LeakTrace # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -16,15 +16,14 @@ # - Name: perl-Test-LeakTrace -Version: 0.14 -Release: 1 -License: GPL+ or Artistic +Version: 0.15 +Release: 0 %define cpan_name Test-LeakTrace Summary: Traces memory leaks -Url: http://search.cpan.org/dist/Test-LeakTrace/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/Test-LeakTrace/ Source: http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -60,6 +59,6 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes example README %changelog