Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
834faa8130 |
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.
BIN
Devel-StackTrace-2.05.tar.gz
(Stored with Git LFS)
BIN
Devel-StackTrace-2.05.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,23 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Mar 8 22:17:04 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
|
||||||
|
|
||||||
- Fix disabling of __perllib_provides
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Jan 9 03:07:39 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
|
||||||
|
|
||||||
- updated to 2.05
|
|
||||||
see /usr/share/doc/packages/perl-Devel-StackTrace/Changes
|
|
||||||
|
|
||||||
2.05 2024-01-08
|
|
||||||
|
|
||||||
- Added explicit boolean overloading for trace objects. Without this, Perl
|
|
||||||
will use the object's string overloading and then check the truthiness of
|
|
||||||
the returned string, which is a lot of extra work. This can produce
|
|
||||||
significant slowdowns in some cases, as seen in
|
|
||||||
https://github.com/plack/Plack/pull/697. Requested by Tatsuhiko
|
|
||||||
Miyagawa. GH #23.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 25 05:05:57 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
Sat May 25 05:05:57 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Devel-StackTrace
|
# spec file for package perl-Devel-StackTrace
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# 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
|
||||||
@@ -16,23 +16,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define cpan_name Devel-StackTrace
|
|
||||||
Name: perl-Devel-StackTrace
|
Name: perl-Devel-StackTrace
|
||||||
Version: 2.50.0
|
Version: 2.04
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 2.05
|
%define cpan_name Devel-StackTrace
|
||||||
License: Artistic-2.0
|
|
||||||
Summary: An object representing a stack trace
|
Summary: An object representing a stack trace
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
License: Artistic-2.0
|
||||||
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{cpan_version}.tar.gz
|
Group: Development/Libraries/Perl
|
||||||
|
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
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
Provides: perl(Devel::StackTrace) = %{version}
|
|
||||||
Provides: perl(Devel::StackTrace::Frame) = %{version}
|
|
||||||
%undefine __perllib_provides
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -49,13 +47,11 @@ This code was created to support my Exception::Class::Base class (part of
|
|||||||
Exception::Class) but may be useful in other contexts.
|
Exception::Class) but may be useful in other contexts.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%make_build
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -66,7 +62,8 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
|
%defattr(-,root,root,755)
|
||||||
|
%doc appveyor.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user