Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
8a0ce0ce37 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19411ef82747a7fca7e6a46f3c1121f99d5e03d6800f6189934882af70d85bd2
|
||||
size 98449
|
BIN
Log-Report-1.41.tar.gz
(Stored with Git LFS)
Normal file
BIN
Log-Report-1.41.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 6 18:46:17 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.410.0 (1.41)
|
||||
see /usr/share/doc/packages/perl-Log-Report/ChangeLog
|
||||
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name Log-Report
|
||||
Name: perl-Log-Report
|
||||
Version: 1.400.0
|
||||
Version: 1.410.0
|
||||
Release: 0
|
||||
# 1.40 -> normalize -> 1.400.0
|
||||
%define cpan_version 1.40
|
||||
# 1.41 -> normalize -> 1.410.0
|
||||
%define cpan_version 1.41
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Report a problem, pluggable handlers and language support
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -31,17 +31,19 @@ Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Devel::GlobalDestruction) >= 0.90.0
|
||||
BuildRequires: perl(Log::Report::Optional) >= 1.70.0
|
||||
BuildRequires: perl(Devel::GlobalDestruction) >= 0.90
|
||||
BuildRequires: perl(Log::Report::Optional) >= 1.70
|
||||
BuildRequires: perl(Log::Report::Template) >= 1.20
|
||||
BuildRequires: perl(String::Print) >= 0.910
|
||||
BuildRequires: perl(Sys::Syslog) >= 0.27
|
||||
BuildRequires: perl(Test::More) >= 0.86
|
||||
Requires: perl(Devel::GlobalDestruction) >= 0.90.0
|
||||
Requires: perl(Log::Report::Optional) >= 1.70.0
|
||||
BuildRequires: perl(Test::More) >= 1
|
||||
BuildRequires: perl(Test::Pod) >= 1
|
||||
Requires: perl(Devel::GlobalDestruction) >= 0.90
|
||||
Requires: perl(Log::Report::Optional) >= 1.70
|
||||
Requires: perl(Log::Report::Template) >= 1.20
|
||||
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}
|
||||
@@ -82,11 +84,11 @@ parameter*.
|
||||
|
||||
Also, you can study this module swiftly via the article published in the
|
||||
German Perl '$foo-magazine'. English version:
|
||||
_http://perl.overmeer.net/log-report/papers/201306-PerlMagazine-article-en.
|
||||
html_
|
||||
https://perl.overmeer.net/log-report/papers/201306-PerlMagazine-article-en.
|
||||
html
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user