From 5eb1283c8f7edd009c534893ee50136b8f1b446bbb1e9be99d30888ea926830c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 11 Nov 2011 11:19:33 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Log4perl?expand=0&rev=20 --- Log-Log4perl-1.34.tar.gz | 3 +++ perl-Log-Log4perl.spec | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 Log-Log4perl-1.34.tar.gz diff --git a/Log-Log4perl-1.34.tar.gz b/Log-Log4perl-1.34.tar.gz new file mode 100644 index 0000000..440c14e --- /dev/null +++ b/Log-Log4perl-1.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d3c031714dab0514e65802b73f1e99b846bc1b3d73ac919e439a63c62f22ba +size 263502 diff --git a/perl-Log-Log4perl.spec b/perl-Log-Log4perl.spec index 52d0c30..185543a 100644 --- a/perl-Log-Log4perl.spec +++ b/perl-Log-Log4perl.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Log-Log4perl (Version 1.33) +# spec file for package perl-Log-Log4perl # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %bcond_with test Name: perl-Log-Log4perl From 00a186061d86f616f3f2beec59686948893634b0f517842213060ab0df3fa083 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 19 Dec 2011 15:42:30 +0000 Subject: [PATCH 2/2] - 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 --- Log-Log4perl-1.33.tar.gz | 3 --- perl-Log-Log4perl.changes | 13 +++++++++++++ perl-Log-Log4perl.spec | 8 ++++---- 3 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 Log-Log4perl-1.33.tar.gz diff --git a/Log-Log4perl-1.33.tar.gz b/Log-Log4perl-1.33.tar.gz deleted file mode 100644 index 56253d1..0000000 --- a/Log-Log4perl-1.33.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:949b736def05c5b9e4e79a8c95b4e7b62bead0bf374e032a06f30c13657a6370 -size 262700 diff --git a/perl-Log-Log4perl.changes b/perl-Log-Log4perl.changes index 077dd3a..60a1881 100644 --- a/perl-Log-Log4perl.changes +++ b/perl-Log-Log4perl.changes @@ -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 diff --git a/perl-Log-Log4perl.spec b/perl-Log-Log4perl.spec index 185543a..5d56ee6 100644 --- a/perl-Log-Log4perl.spec +++ b/perl-Log-Log4perl.spec @@ -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