forked from pool/perl-Log-Dispatchouli
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
7878e7338c | |||
7ade5fa4e5 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:988118965952ba49a8fa791a6536880c89017f4eb9d72c1745ed67d15c0d272c
|
|
||||||
size 40342
|
|
3
Log-Dispatchouli-3.009.tar.gz
Normal file
3
Log-Dispatchouli-3.009.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cba24a8b24990490002c32d265dc8400c1c26cb75b91ea2c3969b3fd1cf49a34
|
||||||
|
size 41161
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 8 05:33:31 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 3.9.0 (3.009)
|
||||||
|
see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes
|
||||||
|
|
||||||
|
3.009 2025-01-07 21:22:25-05:00 America/New_York
|
||||||
|
- added documentation of the enable_stdout and enable_stderr methods,
|
||||||
|
added in 2.018
|
||||||
|
|
||||||
|
3.008 2024-11-02 16:59:01+00:00 Europe/London
|
||||||
|
- log_pid can now be a comma-delimited list of outputs, which is most
|
||||||
|
likely useful for setting log_pid to "syslog" only
|
||||||
|
- mark "to_file" for removal, probably in Nov 2025
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 8 22:41:33 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Fri Mar 8 22:41:33 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Log-Dispatchouli
|
# spec file for package perl-Log-Dispatchouli
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,9 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name Log-Dispatchouli
|
%define cpan_name Log-Dispatchouli
|
||||||
Name: perl-Log-Dispatchouli
|
Name: perl-Log-Dispatchouli
|
||||||
Version: 3.7.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 3.007
|
# 3.009 -> normalize -> 3.9.0
|
||||||
|
%define cpan_version 3.009
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Simple wrapper around Log::Dispatch
|
Summary: Simple wrapper around Log::Dispatch
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -58,10 +59,10 @@ Requires: perl(Sub::Exporter::GlobExporter) >= 0.002
|
|||||||
Requires: perl(Sys::Syslog) >= 0.16
|
Requires: perl(Sys::Syslog) >= 0.16
|
||||||
Requires: perl(Try::Tiny) >= 0.04
|
Requires: perl(Try::Tiny) >= 0.04
|
||||||
Requires: perl(experimental)
|
Requires: perl(experimental)
|
||||||
Provides: perl(Log::Dispatchouli) = 3.7.0
|
Provides: perl(Log::Dispatchouli) = %{version}
|
||||||
Provides: perl(Log::Dispatchouli::Global) = 3.7.0
|
Provides: perl(Log::Dispatchouli::Global) = %{version}
|
||||||
Provides: perl(Log::Dispatchouli::Proxy) = 3.7.0
|
Provides: perl(Log::Dispatchouli::Proxy) = %{version}
|
||||||
Provides: perl(Log::Fmt) = 3.7.0
|
Provides: perl(Log::Fmt) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user