forked from pool/perl-Log-Log4perl
Accepting request 122889 from devel:languages:perl
- updated to 1.36 * (ms) [rt.cpan.org #74833] Reini Urban fixed "defined @array" for perl 5.16 * (ms) [rt.cpan.org #74836] Cope with Carp's questionable decision to add a trailing dot to its messages. * (ms) [rt.cpan.org #73462] Changed logwarn/logcluck/logcarp/error_warn to warn() unconditionally and send the message to log4perl which will log it only if the log level conditions are met. * (ms) [rt.cpan.org #73598] Gerda Shank reported test suite problems with DBD::CSV-0.26. Bumped up to DBD::CSV-0.33 if installed. OBS-URL: https://build.opensuse.org/request/show/122889 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Log-Log4perl?expand=0&rev=24
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c8d3c031714dab0514e65802b73f1e99b846bc1b3d73ac919e439a63c62f22ba
|
|
||||||
size 263502
|
|
3
Log-Log4perl-1.36.tar.gz
Normal file
3
Log-Log4perl-1.36.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d3f902076c4e6476cb4a99d9841485b6770a3091aa2f55f09353fcaf3650bae
|
||||||
|
size 264883
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 11:18:04 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.36
|
||||||
|
* (ms) [rt.cpan.org #74833] Reini Urban fixed "defined @array" for
|
||||||
|
perl 5.16
|
||||||
|
* (ms) [rt.cpan.org #74836] Cope with Carp's questionable decision to
|
||||||
|
add a trailing dot to its messages.
|
||||||
|
|
||||||
|
* (ms) [rt.cpan.org #73462] Changed logwarn/logcluck/logcarp/error_warn
|
||||||
|
to warn() unconditionally and send the message to log4perl which
|
||||||
|
will log it only if the log level conditions are met.
|
||||||
|
* (ms) [rt.cpan.org #73598] Gerda Shank reported test suite problems
|
||||||
|
with DBD::CSV-0.26. Bumped up to DBD::CSV-0.33 if installed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 19 15:41:54 UTC 2011 - coolo@suse.de
|
Mon Dec 19 15:41:54 UTC 2011 - coolo@suse.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Log-Log4perl
|
# spec file for package perl-Log-Log4perl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,10 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_with test
|
|
||||||
|
|
||||||
Name: perl-Log-Log4perl
|
Name: perl-Log-Log4perl
|
||||||
Version: 1.34
|
Version: 1.36
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Log-Log4perl
|
%define cpan_name Log-Log4perl
|
||||||
Summary: Log4j implementation for Perl
|
Summary: Log4j implementation for Perl
|
||||||
@@ -29,32 +27,11 @@ Url: http://search.cpan.org/dist/Log-Log4perl/
|
|||||||
Source: http://www.cpan.org/authors/id/M/MS/MSCHILLI/%{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/M/MS/MSCHILLI/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%if %{with test}
|
# MANUAL
|
||||||
# fix build cycle, do not enable
|
|
||||||
BuildRequires: perl(Log::Dispatch::FileRotate) >= 1.10
|
|
||||||
BuildRequires: perl(Log::Dispatch)
|
|
||||||
BuildRequires: perl(XML::DOM) > 1.29
|
|
||||||
BuildRequires: rrdtool
|
|
||||||
%endif
|
|
||||||
BuildRequires: perl(File::Spec) >= 0.82
|
|
||||||
BuildRequires: perl(Test::More) >= 0.45
|
|
||||||
# other not perl || perl-base
|
|
||||||
#BuildRequires: perl(DBI) >= 1.607
|
|
||||||
#BuildRequires: perl(DBD::CSV) >= 0.22
|
|
||||||
#BuildRequires: perl(IO::Socket::INET)
|
|
||||||
####
|
|
||||||
#Requires: perl(DBI) >= 1.607
|
|
||||||
#Requires: perl(IO::Socket::INET)
|
|
||||||
Requires: perl(Log::Dispatch)
|
|
||||||
Requires: perl(Log::Dispatch::FileRotate) >= 1.10
|
|
||||||
Requires: perl(XML::DOM) > 1.29
|
|
||||||
#
|
|
||||||
Requires: perl(File::Spec) >= 0.82
|
|
||||||
Requires: perl(Test::More) >= 0.45
|
|
||||||
Requires: rrdtool
|
Requires: rrdtool
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Log::Log4perl lets you remote-control and fine-tune the logging behaviour
|
Log::Log4perl lets you remote-control and fine-tune the logging behaviour
|
||||||
@@ -121,11 +98,8 @@ find . -type f -print0 | xargs -0 chmod 644
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README eg xml ldap
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user