diff --git a/Devel-StackTrace-2.03.tar.gz b/Devel-StackTrace-2.03.tar.gz deleted file mode 100644 index a4af32f..0000000 --- a/Devel-StackTrace-2.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7618cd4ebe24e254c17085f4b418784ab503cb4cb3baf8f48a7be894e59ba848 -size 38619 diff --git a/Devel-StackTrace-2.04.tar.gz b/Devel-StackTrace-2.04.tar.gz new file mode 100644 index 0000000..9312a8a --- /dev/null +++ b/Devel-StackTrace-2.04.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3c03ed547d3d42c61fa5814c98296139392e7971c092e09a431f2c9f5d6855 +size 41516 diff --git a/perl-Devel-StackTrace.changes b/perl-Devel-StackTrace.changes index 7d9bd41..61d7f26 100644 --- a/perl-Devel-StackTrace.changes +++ b/perl-Devel-StackTrace.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat May 25 05:05:57 UTC 2019 - Stephan Kulow + +- updated to 2.04 + see /usr/share/doc/packages/perl-Devel-StackTrace/Changes + + 2.04 2019-05-24 + + - Add a partial workaround for "Bizarre copy" errors (GH #11) that come when + attempting to look at arguments in the call stack. This is only a partial + fix as there are cases that can lead to a SEGV. Ultimately this needs to be + fixed in the Perl core. See + https://rt.perl.org/Public/Bug/Display.html?id=131046 for relevant + discussion. Fixed by pali. GH #21. + ------------------------------------------------------------------- Sun Nov 19 06:16:22 UTC 2017 - coolo@suse.com diff --git a/perl-Devel-StackTrace.spec b/perl-Devel-StackTrace.spec index 19991ef..9db981c 100644 --- a/perl-Devel-StackTrace.spec +++ b/perl-Devel-StackTrace.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Devel-StackTrace # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Devel-StackTrace -Version: 2.03 +Version: 2.04 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/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -50,11 +50,11 @@ Exception::Class) but may be useful in other contexts. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -63,7 +63,7 @@ Exception::Class) but may be useful in other contexts. %files -f %{name}.files %defattr(-,root,root,755) -%doc appveyor.yml Changes CONTRIBUTING.md README.md +%doc appveyor.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md %license LICENSE %changelog