From e3efbd76643ed9ce211de71b407185230edc6d7ae99d180ee8316cab563ae0f9 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 30 May 2012 11:23:43 +0000 Subject: [PATCH 1/2] - updated to 1.36 * (ms) [rt.cpan.org #74833] Reini Urban fixed "defined @array" for perl 5.16 * (ms) [rt.cpan.org #74836] Cope with Carp's questionable decision to add a trailing dot to its messages. * (ms) [rt.cpan.org #73462] Changed logwarn/logcluck/logcarp/error_warn to warn() unconditionally and send the message to log4perl which will log it only if the log level conditions are met. * (ms) [rt.cpan.org #73598] Gerda Shank reported test suite problems with DBD::CSV-0.26. Bumped up to DBD::CSV-0.33 if installed. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Log4perl?expand=0&rev=24 --- Log-Log4perl-1.34.tar.gz | 3 --- Log-Log4perl-1.36.tar.gz | 3 +++ perl-Log-Log4perl.changes | 15 +++++++++++++++ perl-Log-Log4perl.spec | 35 +++++++---------------------------- 4 files changed, 25 insertions(+), 31 deletions(-) delete mode 100644 Log-Log4perl-1.34.tar.gz create mode 100644 Log-Log4perl-1.36.tar.gz diff --git a/Log-Log4perl-1.34.tar.gz b/Log-Log4perl-1.34.tar.gz deleted file mode 100644 index 440c14e..0000000 --- a/Log-Log4perl-1.34.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8d3c031714dab0514e65802b73f1e99b846bc1b3d73ac919e439a63c62f22ba -size 263502 diff --git a/Log-Log4perl-1.36.tar.gz b/Log-Log4perl-1.36.tar.gz new file mode 100644 index 0000000..e4f42c0 --- /dev/null +++ b/Log-Log4perl-1.36.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3f902076c4e6476cb4a99d9841485b6770a3091aa2f55f09353fcaf3650bae +size 264883 diff --git a/perl-Log-Log4perl.changes b/perl-Log-Log4perl.changes index 60a1881..4b37933 100644 --- a/perl-Log-Log4perl.changes +++ b/perl-Log-Log4perl.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed May 30 11:18:04 UTC 2012 - coolo@suse.com + +- updated to 1.36 + * (ms) [rt.cpan.org #74833] Reini Urban fixed "defined @array" for + perl 5.16 + * (ms) [rt.cpan.org #74836] Cope with Carp's questionable decision to + add a trailing dot to its messages. + + * (ms) [rt.cpan.org #73462] Changed logwarn/logcluck/logcarp/error_warn + to warn() unconditionally and send the message to log4perl which + will log it only if the log level conditions are met. + * (ms) [rt.cpan.org #73598] Gerda Shank reported test suite problems + with DBD::CSV-0.26. Bumped up to DBD::CSV-0.33 if installed. + ------------------------------------------------------------------- Mon Dec 19 15:41:54 UTC 2011 - coolo@suse.de diff --git a/perl-Log-Log4perl.spec b/perl-Log-Log4perl.spec index 5d56ee6..2d60350 100644 --- a/perl-Log-Log4perl.spec +++ b/perl-Log-Log4perl.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Log-Log4perl # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,10 +16,8 @@ # -%bcond_with test - Name: perl-Log-Log4perl -Version: 1.34 +Version: 1.36 Release: 0 %define cpan_name Log-Log4perl Summary: Log4j implementation for Perl @@ -29,32 +27,16 @@ 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 -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros %if %{with test} # fix build cycle, do not enable -BuildRequires: perl(Log::Dispatch::FileRotate) >= 1.10 -BuildRequires: perl(Log::Dispatch) -BuildRequires: perl(XML::DOM) > 1.29 BuildRequires: rrdtool +BuildRequires: perl(Log::Dispatch) +BuildRequires: perl(Log::Dispatch::FileRotate) >= 1.10 +BuildRequires: perl(XML::DOM) > 1.29 %endif -BuildRequires: perl(File::Spec) >= 0.82 -BuildRequires: perl(Test::More) >= 0.45 -# other not perl || perl-base -#BuildRequires: perl(DBI) >= 1.607 -#BuildRequires: perl(DBD::CSV) >= 0.22 -#BuildRequires: perl(IO::Socket::INET) -#### -#Requires: perl(DBI) >= 1.607 -#Requires: perl(IO::Socket::INET) -Requires: perl(Log::Dispatch) -Requires: perl(Log::Dispatch::FileRotate) >= 1.10 -Requires: perl(XML::DOM) > 1.29 -# -Requires: perl(File::Spec) >= 0.82 -Requires: perl(Test::More) >= 0.45 -Requires: rrdtool +%{perl_requires} %description Log::Log4perl lets you remote-control and fine-tune the logging behaviour @@ -121,11 +103,8 @@ find . -type f -print0 | xargs -0 chmod 644 %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README eg xml ldap +%doc Changes LICENSE README %changelog From 2c4867f260cc866d569784b4b0c82fc4bfd3b02a53a9ba1568f26f4c84b0f92d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 30 May 2012 11:25:31 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Log4perl?expand=0&rev=25 --- perl-Log-Log4perl.spec | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/perl-Log-Log4perl.spec b/perl-Log-Log4perl.spec index 2d60350..0e10562 100644 --- a/perl-Log-Log4perl.spec +++ b/perl-Log-Log4perl.spec @@ -29,13 +29,8 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -%if %{with test} -# fix build cycle, do not enable -BuildRequires: rrdtool -BuildRequires: perl(Log::Dispatch) -BuildRequires: perl(Log::Dispatch::FileRotate) >= 1.10 -BuildRequires: perl(XML::DOM) > 1.29 -%endif +# MANUAL +Requires: rrdtool %{perl_requires} %description