Hello community, here is the log from the commit of package perl-Devel-StackTrace for openSUSE:Factory checked in at 2019-05-28 09:39:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Devel-StackTrace (Old) and /work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Devel-StackTrace" Tue May 28 09:39:56 2019 rev:20 rq:705413 version:2.04 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Devel-StackTrace/perl-Devel-StackTrace.changes 2017-11-23 09:37:39.307311278 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new.5148/perl-Devel-StackTrace.changes 2019-05-28 09:39:58.093911549 +0200 @@ -1,0 +2,15 @@ +Sat May 25 05:05:57 UTC 2019 - Stephan Kulow <coolo@suse.com> + +- 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. + +------------------------------------------------------------------- Old: ---- Devel-StackTrace-2.03.tar.gz New: ---- Devel-StackTrace-2.04.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Devel-StackTrace.spec ++++++ --- /var/tmp/diff_new_pack.mGfBA2/_old 2019-05-28 09:39:58.941911270 +0200 +++ /var/tmp/diff_new_pack.mGfBA2/_new 2019-05-28 09:39:58.941911270 +0200 @@ -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 @@ %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 @@ %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 ++++++ Devel-StackTrace-2.03.tar.gz -> Devel-StackTrace-2.04.tar.gz ++++++ ++++ 1902 lines of diff (skipped)