diff --git a/Log-Log4perl-1.54.tar.gz b/Log-Log4perl-1.54.tar.gz deleted file mode 100644 index 378b4fb..0000000 --- a/Log-Log4perl-1.54.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbabe42d3b4cdaa3a47666b957be81d55bbd1cbcffcdff2b119586d33602eabe -size 280001 diff --git a/Log-Log4perl-1.55.tar.gz b/Log-Log4perl-1.55.tar.gz new file mode 100644 index 0000000..2175109 --- /dev/null +++ b/Log-Log4perl-1.55.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f3caa1328fdc48595ccd0d1e16c40bd74af2547552370125b4b7e5eae1ff44 +size 279990 diff --git a/perl-Log-Log4perl.changes b/perl-Log-Log4perl.changes index b39274d..f066960 100644 --- a/perl-Log-Log4perl.changes +++ b/perl-Log-Log4perl.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jun 2 03:08:57 UTC 2022 - Tina Müller + +- 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 diff --git a/perl-Log-Log4perl.spec b/perl-Log-Log4perl.spec index 474af80..0337901 100644 --- a/perl-Log-Log4perl.spec +++ b/perl-Log-Log4perl.spec @@ -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)