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
This commit is contained in:
Stephan Kulow 2015-04-15 05:02:34 +00:00 committed by Git OBS Bridge
parent b56ce0dd2c
commit b397230bf1
4 changed files with 18 additions and 10 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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