Accepting request 832733 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/832733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Log-Log4perl?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2020-09-09 15:48:57 +00:00 committed by Git OBS Bridge
commit 6acabd21c5
4 changed files with 19 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 7 03:08:15 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.52
see /usr/share/doc/packages/perl-Log-Log4perl/Changes
-------------------------------------------------------------------
Tue Jul 28 09:40:31 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -17,7 +17,7 @@
Name: perl-Log-Log4perl
Version: 1.50
Version: 1.52
Release: 0
%define cpan_name Log-Log4perl
Summary: Log4j implementation for Perl
@ -30,8 +30,15 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Path) >= 2.060600
Requires: perl(File::Path) >= 2.060600
BuildRequires: perl(File::Path) >= 2.070000
Requires: perl(File::Path) >= 2.070000
Recommends: perl(DBD::CSV) >= 0.33
Recommends: perl(DBD::SQLite)
Recommends: perl(DBI) >= 1.607
Recommends: perl(Log::Dispatch)
Recommends: perl(Log::Dispatch::FileRotate) >= 1.10
Recommends: perl(SQL::Statement) >= 1.20
Recommends: perl(XML::DOM) >= 1.29
%{perl_requires}
%description