forked from pool/perl-Log-Dispatchouli
WIP: Automatic update to v3.11.0 (3.011) #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b983b60ab2b8da34d2662636e5fed266d46f5fde59ffada4fb2d87a4c4c7da00
|
||||
size 41858
|
BIN
Log-Dispatchouli-3.011.tar.gz
(Stored with Git LFS)
Normal file
BIN
Log-Dispatchouli-3.011.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 10:30:04 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.11.0 (3.011)
|
||||
see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes
|
||||
|
||||
3.011 2025-07-28 11:43:33-04:00 America/New_York
|
||||
- [ BREAKING CHANGE ]
|
||||
This release converts all Logger methods to signatured-subs. This
|
||||
should not really break anything, unless methods are being called
|
||||
erroneously, as strict arity checking will now notice the wrong
|
||||
number of args.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 05:40:14 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Log-Dispatchouli
|
||||
#
|
||||
# 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-Dispatchouli
|
||||
Name: perl-Log-Dispatchouli
|
||||
Version: 3.10.0
|
||||
Version: 3.11.0
|
||||
Release: 0
|
||||
# 3.010 -> normalize -> 3.10.0
|
||||
%define cpan_version 3.010
|
||||
# 3.011 -> normalize -> 3.11.0
|
||||
%define cpan_version 3.011
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Simple wrapper around Log::Dispatch
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -60,10 +60,14 @@ Requires: perl(Sub::Exporter::GlobExporter) >= 0.2
|
||||
Requires: perl(Sys::Syslog) >= 0.16
|
||||
Requires: perl(Try::Tiny) >= 0.40
|
||||
Requires: perl(experimental)
|
||||
Provides: perl(DDR::Child)
|
||||
Provides: perl(DDR::Parent)
|
||||
|
||||
Provides: perl(Log::Dispatchouli) = %{version}
|
||||
Provides: perl(Log::Dispatchouli::Global) = %{version}
|
||||
Provides: perl(Log::Dispatchouli::Proxy) = %{version}
|
||||
Provides: perl(Log::Fmt) = %{version}
|
||||
Provides: perl(SDR::Child)
|
||||
Provides: perl(SDR::Parent)
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
|
Reference in New Issue
Block a user
Those should not be reported as Provides. They are coming from the
t
folder and I thought Module::Metadata would already filter that out