This commit is contained in:
parent
46d6c1bf53
commit
9d688c78c5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36d2e66d1972990d0ffc94523fa087f51365c3cfcb48c8e6a7aea311c23923c3
|
||||
size 169335
|
3
Log-Log4perl-1.20.tar.bz2
Normal file
3
Log-Log4perl-1.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f8adb3eeb7c802981a4cd6dbf834d91cc19c3c57fcb6c51755eea162d3ec0da
|
||||
size 171660
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 12 12:24:30 CET 2009 - ro@suse.de
|
||||
|
||||
- update to 1.20
|
||||
* Using semctl to reset the value of the semaphore in the
|
||||
Synchronized appender to prevent "Numerical result out of
|
||||
range" problem caused by an unbalanced SEM_UNDO when
|
||||
incrementing it. Reported by John Little.
|
||||
* Added parameters in curly braces to cspecs in PatternLayout.
|
||||
* As explained in http://rt.cpan.org/Ticket/Display.html?id=41505
|
||||
the latest LWP release (5.822) got rid of all of its internal
|
||||
debugging functions, making infiltrate_lwp() and its test
|
||||
case useless. Disabling it for LWP>=5.822.
|
||||
|
||||
- update to 1.19
|
||||
* Applied patch by Peter Rabbitson, which fixes the caller()
|
||||
level when calling get_logger() on a subclass of Log4perl.
|
||||
* Added documentation on is_xxx() methods and clarified that
|
||||
it doesn't necessarily mean that a message gets logged if
|
||||
they're returning true (requested by Conway Allen via
|
||||
[rt.cpan.org #39085].
|
||||
* Applied patch by Lee Johnson to appender_by_name() to allow
|
||||
for undefined appender names without issuing a warning,
|
||||
which was occurring with Catalyst::Log4perl.
|
||||
* Added docs on numerical levels and level strings in
|
||||
Log::Log4perl::Level.
|
||||
* Applied patch by Anthony Foiani for support of literal
|
||||
text in DateFormat format strings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 18:56:22 CEST 2008 - lrupp@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Log-Log4perl (Version 1.18)
|
||||
# spec file for package perl-Log-Log4perl (Version 1.20)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 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
|
||||
@ -24,8 +24,8 @@ Summary: Log4j implementation for Perl
|
||||
License: Artistic License
|
||||
Group: Development/Libraries/Perl
|
||||
AutoReqProv: on
|
||||
Version: 1.18
|
||||
Release: 2
|
||||
Version: 1.20
|
||||
Release: 1
|
||||
# for running all tests:
|
||||
BuildRequires: perl-DBD-CSV perl-Log-Dispatch perl-XML-DOM
|
||||
Requires: perl = %{perl_version}
|
||||
@ -75,6 +75,31 @@ done
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Feb 12 2009 ro@suse.de
|
||||
- update to 1.20
|
||||
* Using semctl to reset the value of the semaphore in the
|
||||
Synchronized appender to prevent "Numerical result out of
|
||||
range" problem caused by an unbalanced SEM_UNDO when
|
||||
incrementing it. Reported by John Little.
|
||||
* Added parameters in curly braces to cspecs in PatternLayout.
|
||||
* As explained in http://rt.cpan.org/Ticket/Display.html?id=41505
|
||||
the latest LWP release (5.822) got rid of all of its internal
|
||||
debugging functions, making infiltrate_lwp() and its test
|
||||
case useless. Disabling it for LWP>=5.822.
|
||||
- update to 1.19
|
||||
* Applied patch by Peter Rabbitson, which fixes the caller()
|
||||
level when calling get_logger() on a subclass of Log4perl.
|
||||
* Added documentation on is_xxx() methods and clarified that
|
||||
it doesn't necessarily mean that a message gets logged if
|
||||
they're returning true (requested by Conway Allen via
|
||||
[rt.cpan.org #39085].
|
||||
* Applied patch by Lee Johnson to appender_by_name() to allow
|
||||
for undefined appender names without issuing a warning,
|
||||
which was occurring with Catalyst::Log4perl.
|
||||
* Added docs on numerical levels and level strings in
|
||||
Log::Log4perl::Level.
|
||||
* Applied patch by Anthony Foiani for support of literal
|
||||
text in DateFormat format strings.
|
||||
* Tue Sep 16 2008 lrupp@suse.de
|
||||
- fix rpmlint errors
|
||||
* Fri Sep 05 2008 ug@suse.de
|
||||
@ -188,7 +213,7 @@ done
|
||||
- version update from 1.01 to 1.02
|
||||
* Mon Dec 12 2005 ug@suse.de
|
||||
- version update from 0.52 to 1.01
|
||||
* Thu Sep 29 2005 dmueller@suse.de
|
||||
* Wed Sep 28 2005 dmueller@suse.de
|
||||
- add norootforbuild
|
||||
* Wed Jul 13 2005 ug@suse.de
|
||||
- version update from 0.51 to 0.52
|
||||
|
Loading…
Reference in New Issue
Block a user