11
0

5 Commits

Author SHA256 Message Date
84fbd08853 Add Gitea build results 2025-08-12 18:15:09 +02:00
bb17111a21 Accepting request 1294878 from devel:languages:perl
Forwarded request #1294135 from tinita

- 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

OBS-URL: https://build.opensuse.org/request/show/1294878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Log-Dispatchouli?expand=0&rev=24
2025-07-22 10:20:09 +00:00
8d0e056d39 Accepting request 1294135 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1294135
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Dispatchouli?expand=0&rev=41
2025-07-21 17:12:39 +00:00
a21f395314 Accepting request 1237577 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1237577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Log-Dispatchouli?expand=0&rev=23
2025-01-14 15:23:00 +00:00
6900722ecf Accepting request 1236713 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1236713
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Dispatchouli?expand=0&rev=39
2025-01-13 21:47:41 +00:00
5 changed files with 54 additions and 15 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:988118965952ba49a8fa791a6536880c89017f4eb9d72c1745ed67d15c0d272c
size 40342

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b983b60ab2b8da34d2662636e5fed266d46f5fde59ffada4fb2d87a4c4c7da00
size 41858

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Log-Dispatchouli/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Log-Dispatchouli)

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
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>
- 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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,16 @@
%define cpan_name Log-Dispatchouli
Name: perl-Log-Dispatchouli
Version: 3.7.0
Version: 3.10.0
Release: 0
%define cpan_version 3.007
# 3.010 -> normalize -> 3.10.0
%define cpan_version 3.010
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
@@ -39,12 +41,12 @@ BuildRequires: perl(Log::Dispatch::Syslog)
BuildRequires: perl(Params::Util)
BuildRequires: perl(String::Flogger)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Sub::Exporter::GlobExporter) >= 0.002
BuildRequires: perl(Sub::Exporter::GlobExporter) >= 0.2
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.04
BuildRequires: perl(Try::Tiny) >= 0.40
BuildRequires: perl(experimental)
Requires: perl(Log::Dispatch)
Requires: perl(Log::Dispatch::Array)
@@ -54,14 +56,14 @@ Requires: perl(Log::Dispatch::Syslog)
Requires: perl(Params::Util)
Requires: perl(String::Flogger)
Requires: perl(Sub::Exporter)
Requires: perl(Sub::Exporter::GlobExporter) >= 0.002
Requires: perl(Sub::Exporter::GlobExporter) >= 0.2
Requires: perl(Sys::Syslog) >= 0.16
Requires: perl(Try::Tiny) >= 0.04
Requires: perl(Try::Tiny) >= 0.40
Requires: perl(experimental)
Provides: perl(Log::Dispatchouli) = 3.7.0
Provides: perl(Log::Dispatchouli::Global) = 3.7.0
Provides: perl(Log::Dispatchouli::Proxy) = 3.7.0
Provides: perl(Log::Fmt) = 3.7.0
Provides: perl(Log::Dispatchouli) = %{version}
Provides: perl(Log::Dispatchouli::Global) = %{version}
Provides: perl(Log::Dispatchouli::Proxy) = %{version}
Provides: perl(Log::Fmt) = %{version}
%undefine __perllib_provides
%{perl_requires}
@@ -84,7 +86,7 @@ subroutines are called only if needed. For more information read the
String::Flogger docs.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor