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:
Stephan Kulow 2012-05-31 15:08:26 +00:00 committed by Git OBS Bridge
commit 405efed902
4 changed files with 23 additions and 34 deletions

View File

@ -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
View File

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

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -16,10 +16,8 @@
#
%bcond_with test
Name: perl-Log-Log4perl
Version: 1.34
Version: 1.36
Release: 0
%define cpan_name Log-Log4perl
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
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
%if %{with test}
# 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
# MANUAL
Requires: rrdtool
%{perl_requires}
%description
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_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README eg xml ldap
%doc Changes LICENSE README
%changelog