forked from pool/perl-Log-Any
Compare commits
31 Commits
51ba06cef2
...
d53803d366
Author | SHA256 | Date | |
---|---|---|---|
d53803d366 | |||
267ef7989a | |||
471b3b24f0 | |||
fc52d1396e | |||
cc361f9ce8 | |||
cfe718d5d3 | |||
ae241f2e85 | |||
36259e7964 | |||
da3e4f8491 | |||
324daa23d1 | |||
7814d14085 | |||
8c6621fcb7 | |||
df26f624c0 | |||
|
e3aa57a5df | ||
a7cc2188cc | |||
86109db110 | |||
b3f0a71cce | |||
e55213b4fd | |||
c2c3c8c302 | |||
3e693af0b3 | |||
387c55e013 | |||
19c40ae183 | |||
a41f0c2896 | |||
e1e11e89de | |||
3f67ead7a8 | |||
85626258f1 | |||
c8010403f4 | |||
5f4465726e | |||
|
2efbe65533 | ||
|
a4e7664470 | ||
|
d8b03abedb |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e34a90cc4d9888ecf14056ff98580ac7e3965865fefd5d101f3e1ad014747ecc
|
||||
size 59380
|
3
Log-Any-1.718.tar.gz
Normal file
3
Log-Any-1.718.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b65b7dd0f7d29e05f49a8bba6ad41083d9647ed7c2b60d8b0115b06e796ee19a
|
||||
size 63520
|
@@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 2 05:37:14 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.718.0 (1.718)
|
||||
see /usr/share/doc/packages/perl-Log-Any/Changes
|
||||
|
||||
1.718 2025-06-01 09:59:59-05:00 America/Chicago
|
||||
|
||||
[Fixed]
|
||||
|
||||
- Fixed Log::Any::Adapter::Multiplex not loading its child adapter
|
||||
modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:41:15 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Fix disabling of __perllib_provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 18 03:06:22 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.717
|
||||
see /usr/share/doc/packages/perl-Log-Any/Changes
|
||||
|
||||
1.717 2023-08-17 10:52:21-05:00 America/Chicago
|
||||
|
||||
[Fixed]
|
||||
|
||||
- Fixed WithStackTrace proxy to remove arguments in-place instead of
|
||||
always stringifying the exception object immediately. This means we
|
||||
need to handle different exception objects differently, but it also
|
||||
means a better log message. Thanks @larryl and @GrantStreetGroup for
|
||||
submitting this fix! [Github #100]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 27 03:07:17 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.716
|
||||
see /usr/share/doc/packages/perl-Log-Any/Changes
|
||||
|
||||
1.716 2023-06-26 14:14:46-05:00 America/Chicago
|
||||
|
||||
[Added]
|
||||
|
||||
- Added a parameter to show stack trace arguments when using the
|
||||
WithStackTrace proxy. Since these arguments may contain sensitive
|
||||
information, they are now removed by default. Thanks @sam-ng and
|
||||
@GrantStreetGroup for submitting this patch! [Github #97]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 03:07:05 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.715
|
||||
see /usr/share/doc/packages/perl-Log-Any/Changes
|
||||
|
||||
1.715 2023-05-04 13:09:22-05:00 America/Chicago
|
||||
[Fixed]
|
||||
- Fixed Multiplex adapter losing context details. Normally, the
|
||||
Log::Any::Proxy joins all of the arguments passed in to a logging
|
||||
method if the adapter it's using does not support structured data.
|
||||
Multiplex supports structured data, but one of the adapters inside
|
||||
may not. So, the Multiplex adapter must also perform this
|
||||
concatenation to avoid losing those additional arguments.
|
||||
Thanks @jrubinator and @GrantStreetGroup for discovering this bug
|
||||
and providing the fix! [Github #95]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 21 03:07:12 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Log-Any
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# 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
|
||||
@@ -18,16 +18,37 @@
|
||||
|
||||
%define cpan_name Log-Any
|
||||
Name: perl-Log-Any
|
||||
Version: 1.714
|
||||
Version: 1.718.0
|
||||
Release: 0
|
||||
# 1.718 -> normalize -> 1.718.0
|
||||
%define cpan_version 1.718
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Bringing loggers and listeners together
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PR/PREACTION/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PR/PREACTION/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(Log::Any) = %{version}
|
||||
Provides: perl(Log::Any::Adapter) = %{version}
|
||||
Provides: perl(Log::Any::Adapter::Base) = %{version}
|
||||
Provides: perl(Log::Any::Adapter::Capture) = %{version}
|
||||
Provides: perl(Log::Any::Adapter::File) = %{version}
|
||||
Provides: perl(Log::Any::Adapter::Multiplex) = %{version}
|
||||
Provides: perl(Log::Any::Adapter::Null) = %{version}
|
||||
Provides: perl(Log::Any::Adapter::Stderr) = %{version}
|
||||
Provides: perl(Log::Any::Adapter::Stdout) = %{version}
|
||||
Provides: perl(Log::Any::Adapter::Syslog) = %{version}
|
||||
Provides: perl(Log::Any::Adapter::Test) = %{version}
|
||||
Provides: perl(Log::Any::Adapter::Util) = %{version}
|
||||
Provides: perl(Log::Any::Manager) = %{version}
|
||||
Provides: perl(Log::Any::Proxy) = %{version}
|
||||
Provides: perl(Log::Any::Proxy::Null) = %{version}
|
||||
Provides: perl(Log::Any::Proxy::Test) = %{version}
|
||||
Provides: perl(Log::Any::Proxy::WithStackTrace) = %{version}
|
||||
Provides: perl(Log::Any::Test) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -70,9 +91,9 @@ See http://www.openswartz.com/2007/09/06/standard-logging-api/ for the
|
||||
original post proposing this module.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user