- 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:
Stephan Kulow 2011-12-19 15:42:30 +00:00 committed by Git OBS Bridge
parent 5eb1283c8f
commit 00a186061d
3 changed files with 17 additions and 7 deletions

View File

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

View File

@ -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 Tue Aug 23 13:33:38 UTC 2011 - chris@computersalat.de

View File

@ -19,13 +19,13 @@
%bcond_with test %bcond_with test
Name: perl-Log-Log4perl Name: perl-Log-Log4perl
Version: 1.33 Version: 1.34
Release: 1 Release: 0
License: GPL+ or Artistic
%define cpan_name Log-Log4perl %define cpan_name Log-Log4perl
Summary: Log4j implementation for Perl 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 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 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