Compare commits
10 Commits
199e5b64c1
...
59e55553ea
Author | SHA256 | Date | |
---|---|---|---|
59e55553ea | |||
2c5bccbb1d | |||
fb9a62e03a | |||
58af1b720f | |||
9e7d72d38a | |||
41a6b1872a | |||
|
c33b777392 | ||
d846328a62 | |||
9ed8662312 | |||
|
51ccad1ae0 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a4ccd867e9fa410ff4d1f5801aa59a843f1407a90106c42cd2333c734dc8a18
|
||||
size 99583
|
3
Log-Report-1.40.tar.gz
Normal file
3
Log-Report-1.40.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19411ef82747a7fca7e6a46f3c1121f99d5e03d6800f6189934882af70d85bd2
|
||||
size 98449
|
@@ -1,3 +1,135 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 20 05:33:47 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.400.0 (1.40)
|
||||
see /usr/share/doc/packages/perl-Log-Report/ChangeLog
|
||||
|
||||
version 1.40: Fri 18 Apr 17:05:09 CEST 2025
|
||||
|
||||
Fixes:
|
||||
- own translation tables contained stuff moved to Lexicon
|
||||
|
||||
Improvements:
|
||||
- reduce number of textdomain lookups at import.
|
||||
- refer to Dancer2::Template::TTLogReport
|
||||
- show version of XML::LibXML for tests 42/43
|
||||
- fix test for libxml2 use [cpantesters]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 05:31:33 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.390.0 (1.39)
|
||||
see /usr/share/doc/packages/perl-Log-Report/ChangeLog
|
||||
|
||||
version 1.39: Mon 9 Sep 19:57:06 CEST 2024
|
||||
Fixes:
|
||||
- fix output of error [Andy Beverley]
|
||||
version 1.38: Mon 9 Sep 11:00:15 CEST 2024
|
||||
Fixes:
|
||||
- Require Dancer2 >= 0.207 for test [cpantesters], [GitHub issue #13]
|
||||
- error code must be set when the script exists with error or panic
|
||||
[Any Beverley]
|
||||
Improvements:
|
||||
- add _errno attribute to messages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 14:25:31 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- updated to 1.370.0 (1.37)
|
||||
see /usr/share/doc/packages/perl-Log-Report/ChangeLog
|
||||
|
||||
version 1.37: Fri 28 Jun 11:08:19 CEST 2024
|
||||
|
||||
Fixes:
|
||||
- Work with Dancer2 change to send_as [Andy Beverley]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:41:40 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Fix disabling of __perllib_provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 28 03:06:22 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.36
|
||||
see /usr/share/doc/packages/perl-Log-Report/ChangeLog
|
||||
|
||||
version 1.36: Fri 27 Oct 15:05:13 CEST 2023
|
||||
Fixes:
|
||||
- Adapt test to new Dancer2 numbering scheme. [Petr Pisar]
|
||||
version 1.35: Fri 27 Oct 08:27:54 CEST 2023
|
||||
Fixes:
|
||||
- Try blocks will always capture fatal messages, even when not
|
||||
in the 'accept'-set. [Andy Beverley]
|
||||
- Adapt to new Dancer2 numbering scheme. [Tom Hukins]
|
||||
Improvements:
|
||||
- Dancer2 process() will warn when used incorrectly. [Andy Beverley]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 03:07:04 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.34
|
||||
see /usr/share/doc/packages/perl-Log-Report/ChangeLog
|
||||
|
||||
version 1.34: Thu 15 Sep 09:43:40 CEST 2022
|
||||
|
||||
Fixes:
|
||||
- ::Exception::isFatal() did not respect the is_fatal overrule.
|
||||
Spotted by [Andy Berverley]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 18 03:06:32 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.33
|
||||
see /usr/share/doc/packages/perl-Log-Report/ChangeLog
|
||||
|
||||
version 1.33: Sat Jul 17 10:56:52 CEST 2021
|
||||
|
||||
Changes:
|
||||
- the $@->died with always return the original die causing object or
|
||||
string. In most cases, you want to use $@->wasFatal, which is the
|
||||
translated (hence compatible) ::Exception object. [Andy Beverley]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 27 03:08:56 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.32
|
||||
see /usr/share/doc/packages/perl-Log-Report/ChangeLog
|
||||
|
||||
version 1.32: Tue 26 Jan 09:13:31 CET 2021
|
||||
Fixes:
|
||||
- ::Dancer2, use correct VERSION, github issue#3
|
||||
- ::Dancer2, fix stacktrace sent to browser with show_errors disabled
|
||||
by [Andy Beverley], github issue#7
|
||||
version 1.31: Fri 15 Jan 16:35:39 CET 2021
|
||||
Fixes:
|
||||
- another attempt on issue #6, exceptions with specific destination
|
||||
are not caught by ::Try
|
||||
- previous release broke ::Try::hide() [Andy Beverley]
|
||||
version 1.30: Fri 15 Jan 12:46:14 CET 2021
|
||||
Fixes:
|
||||
- recursive errors when file cannot be written for ::File dispatcher
|
||||
github issue#4 [Tom Hukins]
|
||||
- exceptions with specific destination are not caught by ::Try
|
||||
github issue#6 [Andy Beverley]
|
||||
- redirected exception messages forget their explicit dispatcher
|
||||
destination. Github issue#6
|
||||
Improvements:
|
||||
- use ::Util::expand_reasons() for ::Try::hide()
|
||||
- require Log::Report::Options 1.07 for more expand_reasons options
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 9 10:25:12 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.29
|
||||
see /usr/share/doc/packages/perl-Log-Report/ChangeLog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 05:13:12 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.28
|
||||
see /usr/share/doc/packages/perl-Log-Report/ChangeLog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 05:34:01 UTC 2018 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Log-Report
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,34 +12,56 @@
|
||||
# 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-Log-Report
|
||||
Version: 1.27
|
||||
Release: 0
|
||||
%define cpan_name Log-Report
|
||||
Summary: Report a Problem, with Exceptions and Translation Support
|
||||
Name: perl-Log-Report
|
||||
Version: 1.400.0
|
||||
Release: 0
|
||||
# 1.40 -> normalize -> 1.400.0
|
||||
%define cpan_version 1.40
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Log-Report/
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
|
||||
Summary: Report a problem, pluggable handlers and language support
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Devel::GlobalDestruction) >= 0.09
|
||||
BuildRequires: perl(Log::Report::Optional) >= 1.03
|
||||
BuildRequires: perl(String::Print) >= 0.91
|
||||
BuildRequires: perl(Devel::GlobalDestruction) >= 0.90.0
|
||||
BuildRequires: perl(Log::Report::Optional) >= 1.70.0
|
||||
BuildRequires: perl(String::Print) >= 0.910
|
||||
BuildRequires: perl(Sys::Syslog) >= 0.27
|
||||
BuildRequires: perl(Test::More) >= 0.86
|
||||
Requires: perl(Devel::GlobalDestruction) >= 0.09
|
||||
Requires: perl(Log::Report::Optional) >= 1.03
|
||||
Requires: perl(String::Print) >= 0.91
|
||||
Requires: perl(Devel::GlobalDestruction) >= 0.90.0
|
||||
Requires: perl(Log::Report::Optional) >= 1.70.0
|
||||
Requires: perl(String::Print) >= 0.910
|
||||
Requires: perl(Sys::Syslog) >= 0.27
|
||||
Requires: perl(Test::More) >= 0.86
|
||||
Provides: perl(DB)
|
||||
Provides: perl(Dancer2::Logger::LogReport) = %{version}
|
||||
Provides: perl(Dancer2::Plugin::LogReport) = %{version}
|
||||
Provides: perl(Dancer2::Plugin::LogReport::Message) = %{version}
|
||||
Provides: perl(Dancer::Logger::LogReport) = %{version}
|
||||
Provides: perl(Log::Report) = %{version}
|
||||
Provides: perl(Log::Report::DBIC::Profiler) = %{version}
|
||||
Provides: perl(Log::Report::Die) = %{version}
|
||||
Provides: perl(Log::Report::Dispatcher) = %{version}
|
||||
Provides: perl(Log::Report::Dispatcher::Callback) = %{version}
|
||||
Provides: perl(Log::Report::Dispatcher::File) = %{version}
|
||||
Provides: perl(Log::Report::Dispatcher::Log4perl) = %{version}
|
||||
Provides: perl(Log::Report::Dispatcher::LogDispatch) = %{version}
|
||||
Provides: perl(Log::Report::Dispatcher::Perl) = %{version}
|
||||
Provides: perl(Log::Report::Dispatcher::Syslog) = %{version}
|
||||
Provides: perl(Log::Report::Dispatcher::Try) = %{version}
|
||||
Provides: perl(Log::Report::Domain) = %{version}
|
||||
Provides: perl(Log::Report::Exception) = %{version}
|
||||
Provides: perl(Log::Report::Message) = %{version}
|
||||
Provides: perl(Log::Report::Translator) = %{version}
|
||||
Provides: perl(MojoX::Log::Report) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -63,14 +85,14 @@ _http://perl.overmeer.net/log-report/papers/201306-PerlMagazine-article-en.
|
||||
html_
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -78,7 +100,6 @@ html_
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc ChangeLog examples README README.md
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user