forked from pool/perl-Log-Log4perl
Accepting request 32692 from devel:languages:perl
Copy from devel:languages:perl/perl-Log-Log4perl based on submit request 32692 from user coolo OBS-URL: https://build.opensuse.org/request/show/32692 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Log-Log4perl?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
0a02930ced
commit
5dd371f30f
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:56f7ca87c68b2928991ae7edc8b859452708fb7a3fca1311960c983b62f7c0cc
|
|
||||||
size 184642
|
|
3
Log-Log4perl-1.27.tar.gz
Normal file
3
Log-Log4perl-1.27.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b68bfa510615e31bd3f84f47ac75d677b21811dbd7d149780528b263a1a2c83c
|
||||||
|
size 253821
|
@@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 16 14:08:21 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- update to 1.27
|
||||||
|
* (ms) ***WARNING: This might break backward compatibility
|
||||||
|
with some wrapper classes.
|
||||||
|
[RT 52913] Fixed category fetching in
|
||||||
|
wrapper classes (reported by Martin Evans). Wrapper classes
|
||||||
|
now need to call Log::Log4perl->wrapper_register to adapt
|
||||||
|
get_logger() category fetching. Detailed docs under
|
||||||
|
"Using Log::Log4perl with wrapper functions and classes"
|
||||||
|
* (ms) Made meta tag compatible with MakeMaker versions < 6.50
|
||||||
|
(ms) [RT 52083] Fixed manifest glitch from 1.26 (reported by
|
||||||
|
Lars Thegler).
|
||||||
|
* (ms) Added note to FAQ on 'no init happened' warnings for API
|
||||||
|
initializations, as suggested by Malcolm Nooning.
|
||||||
|
* (ms) Applied patch by Christopher Mckay which sets
|
||||||
|
Log4perl::Logger::INITIALIZED only if it's fully initialized.
|
||||||
|
* (ms) Emmanuel Rodriguez suggested changing TestBuffer's reset()
|
||||||
|
method to leave the logger population alone. Added clear()
|
||||||
|
to accomodate the need for a single buffer reset.
|
||||||
|
* (ms) Xavier Caron added %p{1} to allow abbreviated priority
|
||||||
|
strings in the pattern layout.
|
||||||
|
* (ms) Redid composite appenders to address problems with incorrect
|
||||||
|
caller() data. L4p now supports a $cache parameter to be
|
||||||
|
passed to the log() function, which stores the completely
|
||||||
|
rendered message and can be passed to log_cached() later on.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 12 21:33:53 UTC 2009 - chris@computersalat.de
|
Sat Dec 12 21:33:53 UTC 2009 - chris@computersalat.de
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Log-Log4perl (Version 1.26)
|
# spec file for package perl-Log-Log4perl (Version 1.27)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@@ -21,12 +21,12 @@
|
|||||||
Name: perl-Log-Log4perl
|
Name: perl-Log-Log4perl
|
||||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||||
Summary: Log4j implementation for Perl
|
Summary: Log4j implementation for Perl
|
||||||
Version: 1.26
|
Version: 1.27
|
||||||
Release: 1
|
Release: 1
|
||||||
License: Artistic License ..
|
License: Artistic License ..
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Log-Log4perl
|
Url: http://search.cpan.org/dist/Log-Log4perl
|
||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
Source: %{cpan_name}-%{version}.tar.gz
|
||||||
# for running all tests:
|
# for running all tests:
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
Reference in New Issue
Block a user