- update to 1.34
* (ms) InternalDebug now replaces all instances of INTERNAL_DEBUG, not just the first one. * (ms) Added test case for get_logger() with a ref() on the actual object instead of on a static category. Updated docs. * (ms) %d{e} in PatternLayout now returns epoch seconds * (ms) [RT#72056] Messages blocked by an appender threshold are no longer passed on to the L4p::Appender::Buffer as undefined entries. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Log4perl?expand=0&rev=21
This commit is contained in:
parent
5eb1283c8f
commit
00a186061d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:949b736def05c5b9e4e79a8c95b4e7b62bead0bf374e032a06f30c13657a6370
|
||||
size 262700
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 15:41:54 UTC 2011 - coolo@suse.de
|
||||
|
||||
- update to 1.34
|
||||
* (ms) InternalDebug now replaces all instances of INTERNAL_DEBUG,
|
||||
not just the first one.
|
||||
* (ms) Added test case for get_logger() with a ref() on the actual
|
||||
object instead of on a static category. Updated docs.
|
||||
* (ms) %d{e} in PatternLayout now returns epoch seconds
|
||||
* (ms) [RT#72056] Messages blocked by an appender threshold are no
|
||||
longer passed on to the L4p::Appender::Buffer as undefined
|
||||
entries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 23 13:33:38 UTC 2011 - chris@computersalat.de
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
%bcond_with test
|
||||
|
||||
Name: perl-Log-Log4perl
|
||||
Version: 1.33
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 1.34
|
||||
Release: 0
|
||||
%define cpan_name Log-Log4perl
|
||||
Summary: Log4j implementation for Perl
|
||||
Url: http://search.cpan.org/dist/Log-Log4perl/
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user