From 4119f2a24ef0c882f655e18e172fedc2dbfdcdad Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 14 Jan 2020 10:30:37 -0800 Subject: [PATCH] Update to 1.708 (rhbz 1790306) 1.708 2020-01-12 22:56:43-05:00 America/New_York [Added] - Added 'Capture' adapter for capturing log messages in an array or running an arbitrary callback. This makes it easier to test log messages, collect messages from a certain scope for later display. Thanks @nrdvana! [Github #77] - Added Log::Any::Adapter 'get' class method to get an adapter for a category. This allows bypassing the Proxy and using the Adapter directly. Doing so breaks all the features enabled by a Proxy, and so should only be used in special circumstances (definitely not in CPAN modules). Thanks @nrdvana! [Github #78] - Added 'Multiplex' adapter for directing log output to one or more Log::Any adapters. This allows, for example, basic logging to Stderr and logging to a remote Syslogd or Elastic. Thanks @jrubinator and @GrantStreetGroup for contributing this! [Github #79, Github #16] Signed-off-by: Tim Orling --- perl-Log-Any.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/perl-Log-Any.spec b/perl-Log-Any.spec index 09f32cd..6005df3 100644 --- a/perl-Log-Any.spec +++ b/perl-Log-Any.spec @@ -1,6 +1,6 @@ Name: perl-Log-Any -Version: 1.707 -Release: 4%{?dist} +Version: 1.708 +Release: 1%{?dist} Summary: Bringing loggers and listeners together License: GPL+ or Artistic URL: https://metacpan.org/release/Log-Any @@ -69,6 +69,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Jan 14 2020 Tim Orling - 1.708-1 +- Update to 1.708 (rhbz 1790306) + * Fri Jul 26 2019 Fedora Release Engineering - 1.707-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 03145f1..719186b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Log-Any-1.707.tar.gz) = b5fc37130b3bb07c9fac896c539657fffad2e80c2055a09816e133e48f3f5db9a3b896ea11bf087b5fe6844a72fb6189656a3033c7761c00f471282747e1c290 +SHA512 (Log-Any-1.708.tar.gz) = 7cb86cb376140cd99a1f5aca97e5991ae958dbea39c64db3f095663341160cda055572694679f281581e0ba5c2a74d92c27a13aaed6b40f33c6f95d0c3ac7523