forked from pool/perl-Log-Dispatch
Compare commits
35 Commits
116aefd541
...
7d139f643c
Author | SHA256 | Date | |
---|---|---|---|
7d139f643c | |||
960dbbd647 | |||
6f0bc012b7 | |||
|
f73b5b9ca0 | ||
ae27b2ef7c | |||
|
8b9474a67c | ||
b5eb3db472 | |||
17ee7bbd61 | |||
cf4950a6e1 | |||
|
9af517c404 | ||
d680a9a4a7 | |||
ca0c5b461d | |||
27c7d0d18a | |||
5a37aef6d7 | |||
5f76fcea32 | |||
f80787ae6f | |||
a0e9acba02 | |||
|
04027a4406 | ||
8bd1cc62e7 | |||
|
ebd3708059 | ||
7ab2b74efa | |||
|
79aee81ccb | ||
c9af34f770 | |||
|
243fc81502 | ||
|
923cf7d8ed | ||
|
a3be9e6abc | ||
|
06123d44d5 | ||
|
633633ec39 | ||
|
39c69a0f7a | ||
|
bb6b738f53 | ||
|
baf27aed9f | ||
|
b4b6564bd2 | ||
|
1014c9a49c | ||
|
5fac6994cd | ||
|
5338d31986 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02ec068ae44525839cf0ef47156bcd96a0df3ef84e3e9da8410ad469603449f0
|
||||
size 67636
|
3
Log-Dispatch-2.71.tar.gz
Normal file
3
Log-Dispatch-2.71.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d60d9648c35ce2754731eb4deb7f05809ece1bd633b74d74795aed9ec732570
|
||||
size 72470
|
@@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 03:07:48 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.71
|
||||
see /usr/share/doc/packages/perl-Log-Dispatch/Changes
|
||||
|
||||
2.71 2023-04-05
|
||||
|
||||
- The docs for the Screen output were never updated after the changes in 2.50,
|
||||
when it reverted back to using STDOUT or STDERR directly. This led to a lot
|
||||
of the docs being confusing and wrong. Reported by @mauke. GH #65, #66, and
|
||||
#67.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 21 03:14:49 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.70
|
||||
see /usr/share/doc/packages/perl-Log-Dispatch/Changes
|
||||
|
||||
2.70 2020-07-20
|
||||
|
||||
- Make locking test wait longer before giving up. Some filesystems (like NFS)
|
||||
can be quite slow to lock files. Fixed by Joelle Maslak. GH #61.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:54:22 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.69
|
||||
see /usr/share/doc/packages/perl-Log-Dispatch/Changes
|
||||
|
||||
2.69 2019-10-25
|
||||
|
||||
- Fix a warning Log::Dispatch::Email::Mailsender (GH #57). Fixed by Graham
|
||||
Knop. 58 #GH.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 23 05:38:59 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 2.68
|
||||
see /usr/share/doc/packages/perl-Log-Dispatch/Changes
|
||||
|
||||
2.68 2018-08-21
|
||||
|
||||
- Speedups to the internals to avoid re-validating the same sets of parameters
|
||||
repeatedly. Based on a PR #54 from Sergey Leschenko.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 1 05:40:30 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 2.67
|
||||
see /usr/share/doc/packages/perl-Log-Dispatch/Changes
|
||||
|
||||
2.67 2017-09-24
|
||||
|
||||
- Added a lazy_open option to the File output. This delays opening the file
|
||||
until the first time a log message is written to it. Implemented by Slaven
|
||||
Rezić. GH #50.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 05:43:04 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Log-Dispatch
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,22 +12,20 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Log-Dispatch
|
||||
Version: 2.66
|
||||
Release: 0
|
||||
%define cpan_name Log-Dispatch
|
||||
Summary: Dispatches messages to one or more outputs
|
||||
Name: perl-Log-Dispatch
|
||||
Version: 2.71
|
||||
Release: 0
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Log-Dispatch/
|
||||
Summary: Dispatches messages to one or more outputs
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Devel::GlobalDestruction)
|
||||
@@ -79,15 +77,16 @@ file, via email, to the screen, and anywhere else, all with very little
|
||||
code needed on your part, once the dispatching object has been created.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
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
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -95,8 +94,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc appveyor.yml Changes CONTRIBUTING.md README.md
|
||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user