forked from pool/perl-Log-Dispatchouli
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
7878e7338c | |||
7ade5fa4e5 |
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 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b983b60ab2b8da34d2662636e5fed266d46f5fde59ffada4fb2d87a4c4c7da00
|
||||
size 41858
|
12
README.md
12
README.md
@@ -1,12 +0,0 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 05:40:14 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.10.0 (3.010)
|
||||
see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes
|
||||
|
||||
3.010 2025-07-16 09:04:21-04:00 America/New_York
|
||||
- add flog_messages and fmt_event, which return formatted strings
|
||||
without logging them
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 05:33:31 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -18,16 +18,15 @@
|
||||
|
||||
%define cpan_name Log-Dispatchouli
|
||||
Name: perl-Log-Dispatchouli
|
||||
Version: 3.10.0
|
||||
Version: 3.9.0
|
||||
Release: 0
|
||||
# 3.010 -> normalize -> 3.10.0
|
||||
%define cpan_version 3.010
|
||||
# 3.009 -> normalize -> 3.9.0
|
||||
%define cpan_version 3.009
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Simple wrapper around Log::Dispatch
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -41,12 +40,12 @@ BuildRequires: perl(Log::Dispatch::Syslog)
|
||||
BuildRequires: perl(Params::Util)
|
||||
BuildRequires: perl(String::Flogger)
|
||||
BuildRequires: perl(Sub::Exporter)
|
||||
BuildRequires: perl(Sub::Exporter::GlobExporter) >= 0.2
|
||||
BuildRequires: perl(Sub::Exporter::GlobExporter) >= 0.002
|
||||
BuildRequires: perl(Sys::Syslog) >= 0.16
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Try::Tiny) >= 0.40
|
||||
BuildRequires: perl(Try::Tiny) >= 0.04
|
||||
BuildRequires: perl(experimental)
|
||||
Requires: perl(Log::Dispatch)
|
||||
Requires: perl(Log::Dispatch::Array)
|
||||
@@ -56,9 +55,9 @@ Requires: perl(Log::Dispatch::Syslog)
|
||||
Requires: perl(Params::Util)
|
||||
Requires: perl(String::Flogger)
|
||||
Requires: perl(Sub::Exporter)
|
||||
Requires: perl(Sub::Exporter::GlobExporter) >= 0.2
|
||||
Requires: perl(Sub::Exporter::GlobExporter) >= 0.002
|
||||
Requires: perl(Sys::Syslog) >= 0.16
|
||||
Requires: perl(Try::Tiny) >= 0.40
|
||||
Requires: perl(Try::Tiny) >= 0.04
|
||||
Requires: perl(experimental)
|
||||
Provides: perl(Log::Dispatchouli) = %{version}
|
||||
Provides: perl(Log::Dispatchouli::Global) = %{version}
|
||||
@@ -86,7 +85,7 @@ subroutines are called only if needed. For more information read the
|
||||
String::Flogger docs.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user