1
0

1 Commits

Author SHA256 Message Date
70252caf00 Automatic update to Log-Report-1.43.tar.gz 2025-12-06 05:34:48 +00:00
4 changed files with 51 additions and 27 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19411ef82747a7fca7e6a46f3c1121f99d5e03d6800f6189934882af70d85bd2
size 98449

BIN
Log-Report-1.43.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sat Dec 6 05:34:47 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.430.0 (1.43)
see /usr/share/doc/packages/perl-Log-Report/ChangeLog
version 1.43: Fri 5 Dec 11:32:36 CET 2025
Improvements:
- add bugtracker to meta
- add github Funding references
- explain formats better
version 1.42: Tue 4 Nov 10:24:16 CET 2025
Changes:
- the Dancer* modules moved to separate distribution Dancer2-Plugin-LogReport
Fixes:
- report to multiple dispatchers
[Sam Kington] github issue #17
version 1.41: Thu 11 Sep 13:01:50 CEST 2025
Changes:
- require Perl 5.16 (2012)
Fixes:
- remember message 'to' within try
[Andy Beverley] github issue #9
Improvements:
- reorder docs in ::Domain
- remove unused fromTemplateToolkit()
- convert to OODoc 3.03
- protect original exception from before throw()
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 20 05:33:47 UTC 2025 - Tina Müller <timueller+perl@suse.de> Sun Apr 20 05:33:47 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Log-Report # spec file for package perl-Log-Report
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# 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
@@ -18,10 +18,10 @@
%define cpan_name Log-Report %define cpan_name Log-Report
Name: perl-Log-Report Name: perl-Log-Report
Version: 1.400.0 Version: 1.430.0
Release: 0 Release: 0
# 1.40 -> normalize -> 1.400.0 # 1.43 -> normalize -> 1.430.0
%define cpan_version 1.40 %define cpan_version 1.43
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Report a problem, pluggable handlers and language support Summary: Report a problem, pluggable handlers and language support
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@@ -31,21 +31,16 @@ Source100: README.md
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Devel::GlobalDestruction) >= 0.90.0 BuildRequires: perl(Devel::GlobalDestruction) >= 0.90
BuildRequires: perl(Log::Report::Optional) >= 1.70.0 BuildRequires: perl(Log::Report::Optional) >= 1.70
BuildRequires: perl(String::Print) >= 0.910 BuildRequires: perl(String::Print) >= 1.0
BuildRequires: perl(Sys::Syslog) >= 0.27 BuildRequires: perl(Sys::Syslog) >= 0.27
BuildRequires: perl(Test::More) >= 0.86 BuildRequires: perl(Test::More) >= 1
Requires: perl(Devel::GlobalDestruction) >= 0.90.0 BuildRequires: perl(Test::Pod) >= 1
Requires: perl(Log::Report::Optional) >= 1.70.0 Requires: perl(Devel::GlobalDestruction) >= 0.90
Requires: perl(String::Print) >= 0.910 Requires: perl(Log::Report::Optional) >= 1.70
Requires: perl(String::Print) >= 1.0
Requires: perl(Sys::Syslog) >= 0.27 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) = %{version}
Provides: perl(Log::Report::DBIC::Profiler) = %{version} Provides: perl(Log::Report::DBIC::Profiler) = %{version}
Provides: perl(Log::Report::Die) = %{version} Provides: perl(Log::Report::Die) = %{version}
@@ -69,11 +64,11 @@ Provides: perl(MojoX::Log::Report) = %{version}
Get messages to users and logs. 'Log::Report' combines three tasks which Get messages to users and logs. 'Log::Report' combines three tasks which
are closely related in one: are closely related in one:
* . logging (like Log::Log4Perl and syslog), and * 1. logging (like Log::Log4Perl and syslog), and
* . exceptions (like error and info), with * 2. exceptions (like 'error' and 'info'), with
* . translations (like 'gettext' and Locale::TextDomain) * 3. translations (like 'gettext' and Locale::TextDomain)
You *do not need* to use this module for all three reasons: pick what you You *do not need* to use this module for all three reasons: pick what you
need now, maybe extend the usage later. Read more about how and why in the need now, maybe extend the usage later. Read more about how and why in the
@@ -82,11 +77,11 @@ parameter*.
Also, you can study this module swiftly via the article published in the Also, you can study this module swiftly via the article published in the
German Perl '$foo-magazine'. English version: German Perl '$foo-magazine'. English version:
_http://perl.overmeer.net/log-report/papers/201306-PerlMagazine-article-en. https://perl.overmeer.net/log-report/papers/201306-PerlMagazine-article-en.
html_ html
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1 %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
@@ -101,6 +96,6 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%doc ChangeLog examples README README.md %doc ChangeLog README.md
%changelog %changelog