Accepting request 542893 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/542893
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-StackTrace?expand=0&rev=35
This commit is contained in:
Pedro Monreal Gonzalez 2017-11-20 10:28:58 +00:00 committed by Git OBS Bridge
parent 7427308750
commit 672939a0df
4 changed files with 22 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Nov 19 06:16:22 UTC 2017 - coolo@suse.com
- updated to 2.03
see /usr/share/doc/packages/perl-Devel-StackTrace/Changes
2.03 2017-11-18
- If all frames in the trace were skipped (via skip_frames, frame_filter,
ignore_*, etc.), then the stringified stack trace would be an empty
string. Now this has been changed to always return the message given to the
constructor or the string "Trace begun". Fixes GH #15, reported by Karen
Etheridge.
-------------------------------------------------------------------
Thu Dec 8 06:20:44 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-StackTrace
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,14 +17,14 @@
Name: perl-Devel-StackTrace
Version: 2.02
Version: 2.03
Release: 0
%define cpan_name Devel-StackTrace
Summary: An object representing a stack trace
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Devel-StackTrace/
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -63,6 +63,7 @@ Exception::Class) but may be useful in other contexts.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.md LICENSE README.md
%doc appveyor.yml Changes CONTRIBUTING.md README.md
%license LICENSE
%changelog