forked from pool/perl-Log-Any
Accepting request 1076905 from devel:languages:perl:autoupdate
- updated to 1.714
see /usr/share/doc/packages/perl-Log-Any/Changes
1.714 2023-03-20 11:48:30-05:00 America/Chicago
[Fixed]
- Fixed Syslog adaptor losing ident and facility information if
another library wrongly calls Sys::Syslog::closelog(). This is not
a perfect solution, but a perfect solution can only ever be to fix
the close that's calling closelog() :P
Thanks to Tom Christiansen and @GrantStreetGroup for reporting this
issue and providing the fix.
OBS-URL: https://build.opensuse.org/request/show/1076905
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Any?expand=0&rev=51
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c464f42fd5180fc499929502578da8f3c22ee67b19a33e7459720105118dfcd4
|
||||
size 58881
|
||||
3
Log-Any-1.714.tar.gz
Normal file
3
Log-Any-1.714.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e34a90cc4d9888ecf14056ff98580ac7e3965865fefd5d101f3e1ad014747ecc
|
||||
size 59380
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 21 03:07:12 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.714
|
||||
see /usr/share/doc/packages/perl-Log-Any/Changes
|
||||
|
||||
1.714 2023-03-20 11:48:30-05:00 America/Chicago
|
||||
[Fixed]
|
||||
- Fixed Syslog adaptor losing ident and facility information if
|
||||
another library wrongly calls Sys::Syslog::closelog(). This is not
|
||||
a perfect solution, but a perfect solution can only ever be to fix
|
||||
the close that's calling closelog() :P
|
||||
Thanks to Tom Christiansen and @GrantStreetGroup for reporting this
|
||||
issue and providing the fix.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 12 20:20:48 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Log-Any
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# 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
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Log-Any
|
||||
Name: perl-Log-Any
|
||||
Version: 1.713
|
||||
Version: 1.714
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Bringing loggers and listeners together
|
||||
@@ -71,6 +71,7 @@ original post proposing this module.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
|
||||
Reference in New Issue
Block a user