8
0

Accepting request 37124 from home:computersalat:devel:perl

Copy from home:computersalat:devel:perl/perl-Log-Log4perl via accept of submit request 37124 revision 2.
Request was accepted with message:
self accept

OBS-URL: https://build.opensuse.org/request/show/37124
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Log4perl?expand=0&rev=11
This commit is contained in:
Christian Wittmer
2010-04-06 17:04:13 +00:00
committed by Git OBS Bridge
parent 4b1020a7dc
commit 2288cd299a
5 changed files with 34 additions and 10 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Apr 6 17:02:39 UTC 2010 - chris@computersalat.de
- fix build cycle
o disbled Build-/Req Log-Dispatch-FileRotate
-------------------------------------------------------------------
Wed Mar 10 21:51:02 UTC 2010 - chris@computersalat.de
- update to 1.28
* (ms) Fixed caller stack with Buffer composite appender
* (ms) Fixed 'local caller_depth' error in various places. First
localizing a variable and then increasing it is incorrect,
as this ignores previous settings. The correct way of
increasing the caller level is: 'local depth = depth + 1'.
* (ms) Added Log::Log4perl::Catalyst for use in Catalyst applications.
- clenaup spec
o deps perl-macros
-------------------------------------------------------------------
Tue Feb 16 14:08:21 UTC 2010 - coolo@novell.com