Accepting request 705320 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/705320 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-StackTrace?expand=0&rev=37
This commit is contained in:
parent
672939a0df
commit
5803772d02
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7618cd4ebe24e254c17085f4b418784ab503cb4cb3baf8f48a7be894e59ba848
|
|
||||||
size 38619
|
|
BIN
Devel-StackTrace-2.04.tar.gz
(Stored with Git LFS)
Normal file
BIN
Devel-StackTrace-2.04.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 19 06:16:22 UTC 2017 - coolo@suse.com
|
Sun Nov 19 06:16:22 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Devel-StackTrace
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: perl-Devel-StackTrace
|
||||||
Version: 2.03
|
Version: 2.04
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Devel-StackTrace
|
%define cpan_name Devel-StackTrace
|
||||||
Summary: An object representing a stack trace
|
Summary: An object representing a stack trace
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
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
|
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -50,11 +50,11 @@ Exception::Class) but may be useful in other contexts.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@ -63,7 +63,7 @@ Exception::Class) but may be useful in other contexts.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%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
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user