Accepting request 982399 from devel:languages:perl:autoupdate

- updated to 1.55
   see /usr/share/doc/packages/perl-Log-Log4perl/Changes
  1.55 2022-06-02
  - fix Appender::File bug on Windows when different volume
  - add autoflush option to Log::Log4perl::Appender::Screen - thanks @abraxxa
  - stderr option for Appender::Screen* can take hash - thanks @bmodotdev

OBS-URL: https://build.opensuse.org/request/show/982399
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Log4perl?expand=0&rev=42
This commit is contained in:
Dirk Stoecker 2022-06-16 14:05:15 +00:00 committed by Git OBS Bridge
parent 171665de0c
commit 6f831b6213
4 changed files with 18 additions and 6 deletions

View File

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

3
Log-Log4perl-1.55.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jun 2 03:08:57 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.55
see /usr/share/doc/packages/perl-Log-Log4perl/Changes
1.55 2022-06-02
- fix Appender::File bug on Windows when different volume
- add autoflush option to Log::Log4perl::Appender::Screen - thanks @abraxxa
- stderr option for Appender::Screen* can take hash - thanks @bmodotdev
-------------------------------------------------------------------
Sun Feb 7 03:10:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Log-Log4perl
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# 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-Log4perl
Name: perl-Log-Log4perl
Version: 1.54
Version: 1.55
Release: 0
Summary: Log4j implementation for Perl
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Log4j implementation for Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
@ -29,6 +29,7 @@ BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Path) >= 2.070000
BuildRequires: perl(Test::More) >= 0.88
Requires: perl(File::Path) >= 2.070000
Recommends: perl(DBD::CSV) >= 0.33
Recommends: perl(DBD::SQLite)