This commit is contained in:
parent
2881809e3b
commit
657a206d27
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:acce6972e032710b0a840f6b6252af680c82e304de4117d7bb65def484823f6d
|
|
||||||
size 226812
|
|
3
Log-Log4perl-1.15.tar.gz
Normal file
3
Log-Log4perl-1.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c30de4469c9261de2a1b435b0a1759d9070a4486b6f1572b132d7fbcac4b73f
|
||||||
|
size 230899
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 4 11:20:41 CEST 2008 - ug@suse.de
|
||||||
|
|
||||||
|
- version update from 1.12 to 1.15
|
||||||
|
- appender_thresholds_adjust() with a parameter of 0 now
|
||||||
|
does nothing (requested by Oliver Koch).
|
||||||
|
- Added 'defer_connection' to Socket appender so it's more useful
|
||||||
|
under Apache.
|
||||||
|
- [rt.cpan.org #32738] fixed caller_depth for error_warn()
|
||||||
|
(reported by Felix Antonius Wilhelm Ostmann)
|
||||||
|
- [rt.cpan.org #32942] fixed get_logger() for subclassed Log4perl
|
||||||
|
(reported by Felix Antonius Wilhelm Ostmann)
|
||||||
|
- Fixed test suite bug which surfaced in Darwin because temporary
|
||||||
|
files contain '++' which freaked out the sloppy regex match.
|
||||||
|
- Better handling of empty config files (reported by Robert Raisch)
|
||||||
|
- Rewrote the Synchronized appender to use semaphores exclusivly
|
||||||
|
(got rid of IPC::Shareable).
|
||||||
|
- Added Log::Log4perl::Util::Semaphore for easy semop handling
|
||||||
|
Fixed t/026FileApp.t to work on MSWin32.
|
||||||
|
- Another doc fix by Craig
|
||||||
|
- Applied Fedora 7 patches
|
||||||
|
- Added create_at_logtime option to file appender
|
||||||
|
- Added trace level color (yellow) in ScreenColoredLevels
|
||||||
|
appender as suggested by Arvind Jayaprakash in
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 16 12:00:29 CEST 2007 - ug@suse.de
|
Mon Jul 16 12:00:29 CEST 2007 - ug@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Log-Log4perl (Version 1.12)
|
# spec file for package perl-Log-Log4perl (Version 1.15)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,13 +10,14 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Log-Log4perl
|
Name: perl-Log-Log4perl
|
||||||
License: Artistic License
|
License: Artistic License
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Requires:
|
#Requires:
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Summary: Log4j implementation for Perl
|
Summary: Log4j implementation for Perl
|
||||||
Version: 1.12
|
Version: 1.15
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: Log-Log4perl-%{version}.tar.gz
|
Source: Log-Log4perl-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -77,7 +78,29 @@ mv .packlist.tmp .packlist
|
|||||||
%doc %{_mandir}/man3/*
|
%doc %{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 16 2007 - ug@suse.de
|
* Fri Apr 04 2008 ug@suse.de
|
||||||
|
- version update from 1.12 to 1.15
|
||||||
|
- appender_thresholds_adjust() with a parameter of 0 now
|
||||||
|
does nothing (requested by Oliver Koch).
|
||||||
|
- Added 'defer_connection' to Socket appender so it's more useful
|
||||||
|
under Apache.
|
||||||
|
- [rt.cpan.org #32738] fixed caller_depth for error_warn()
|
||||||
|
(reported by Felix Antonius Wilhelm Ostmann)
|
||||||
|
- [rt.cpan.org #32942] fixed get_logger() for subclassed Log4perl
|
||||||
|
(reported by Felix Antonius Wilhelm Ostmann)
|
||||||
|
- Fixed test suite bug which surfaced in Darwin because temporary
|
||||||
|
files contain '++' which freaked out the sloppy regex match.
|
||||||
|
- Better handling of empty config files (reported by Robert Raisch)
|
||||||
|
- Rewrote the Synchronized appender to use semaphores exclusivly
|
||||||
|
(got rid of IPC::Shareable).
|
||||||
|
- Added Log::Log4perl::Util::Semaphore for easy semop handling
|
||||||
|
Fixed t/026FileApp.t to work on MSWin32.
|
||||||
|
- Another doc fix by Craig
|
||||||
|
- Applied Fedora 7 patches
|
||||||
|
- Added create_at_logtime option to file appender
|
||||||
|
- Added trace level color (yellow) in ScreenColoredLevels
|
||||||
|
appender as suggested by Arvind Jayaprakash in
|
||||||
|
* Mon Jul 16 2007 ug@suse.de
|
||||||
- version update from 1.07 to 1.12
|
- version update from 1.07 to 1.12
|
||||||
- Added Log::Log4perl::Resurrector to resurrect commented-out
|
- Added Log::Log4perl::Resurrector to resurrect commented-out
|
||||||
Log4perl statements in all subsequently loaded modules (allows
|
Log4perl statements in all subsequently loaded modules (allows
|
||||||
@ -122,25 +145,25 @@ mv .packlist.tmp .packlist
|
|||||||
left over from previous init_and_watch() calls. Reported
|
left over from previous init_and_watch() calls. Reported
|
||||||
by Andreas Koenig who saw sporadic errors in the test suite,
|
by Andreas Koenig who saw sporadic errors in the test suite,
|
||||||
thanks!
|
thanks!
|
||||||
* Wed Oct 25 2006 - ug@suse.de
|
* Wed Oct 25 2006 ug@suse.de
|
||||||
- version update from 1.02 to 1.07
|
- version update from 1.02 to 1.07
|
||||||
- minor bugfixes
|
- minor bugfixes
|
||||||
- documentation enhanced
|
- documentation enhanced
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Tue Jan 03 2006 - ug@suse.de
|
* Tue Jan 03 2006 ug@suse.de
|
||||||
- version update from 1.01 to 1.02
|
- version update from 1.01 to 1.02
|
||||||
* Mon Dec 12 2005 - ug@suse.de
|
* Mon Dec 12 2005 ug@suse.de
|
||||||
- version update from 0.52 to 1.01
|
- version update from 0.52 to 1.01
|
||||||
* Wed Sep 28 2005 - dmueller@suse.de
|
* Thu Sep 29 2005 dmueller@suse.de
|
||||||
- add norootforbuild
|
- add norootforbuild
|
||||||
* Wed Jul 13 2005 - ug@suse.de
|
* Wed Jul 13 2005 ug@suse.de
|
||||||
- version update from 0.51 to 0.52
|
- version update from 0.51 to 0.52
|
||||||
- DateFormat.pm fix for 3-letter month abbreviations
|
- DateFormat.pm fix for 3-letter month abbreviations
|
||||||
- shortcut to simulate Apache's log format
|
- shortcut to simulate Apache's log format
|
||||||
- better error message when a logger is defined
|
- better error message when a logger is defined
|
||||||
twice in a config.
|
twice in a config.
|
||||||
* Fri Jan 21 2005 - ug@suse.de
|
* Fri Jan 21 2005 ug@suse.de
|
||||||
- version update from 0.47 to 0.51
|
- version update from 0.47 to 0.51
|
||||||
- Added umask option to file appender
|
- Added umask option to file appender
|
||||||
- Added remove_appender() and eradicate_appender() method
|
- Added remove_appender() and eradicate_appender() method
|
||||||
@ -151,7 +174,7 @@ mv .packlist.tmp .packlist
|
|||||||
- Added ScreenANSIColor appender to colorize messages
|
- Added ScreenANSIColor appender to colorize messages
|
||||||
- New interface for custom config parsers.
|
- New interface for custom config parsers.
|
||||||
- tons of fixes
|
- tons of fixes
|
||||||
* Fri Aug 20 2004 - ug@suse.de
|
* Fri Aug 20 2004 ug@suse.de
|
||||||
- version update from 0.42 to 0.47
|
- version update from 0.42 to 0.47
|
||||||
- added filename() method to L4P::Appender::File
|
- added filename() method to L4P::Appender::File
|
||||||
- added RRDs appender Log::Log4perl::Appender::RRDs
|
- added RRDs appender Log::Log4perl::Appender::RRDs
|
||||||
@ -161,11 +184,11 @@ mv .packlist.tmp .packlist
|
|||||||
- added Log::Log4perl::infiltrate_lwp() to make LWP::UserAgent
|
- added Log::Log4perl::infiltrate_lwp() to make LWP::UserAgent
|
||||||
play in the L4p framework upon request
|
play in the L4p framework upon request
|
||||||
- tons of fixes
|
- tons of fixes
|
||||||
* Fri Feb 27 2004 - ug@suse.de
|
* Fri Feb 27 2004 ug@suse.de
|
||||||
- version update from 0.36 to 0.42
|
- version update from 0.36 to 0.42
|
||||||
* Mon Aug 25 2003 - ro@suse.de
|
* Mon Aug 25 2003 ro@suse.de
|
||||||
- remove man3 dir from filelist (already in filesystem.rpm)
|
- remove man3 dir from filelist (already in filesystem.rpm)
|
||||||
* Mon Aug 25 2003 - ro@suse.de
|
* Mon Aug 25 2003 ro@suse.de
|
||||||
- removed noarch: perl modules always have arch in the path
|
- removed noarch: perl modules always have arch in the path
|
||||||
* Mon Aug 25 2003 - ug@suse.de
|
* Mon Aug 25 2003 ug@suse.de
|
||||||
- initial package
|
- initial package
|
||||||
|
Loading…
Reference in New Issue
Block a user