From 373a13c96ae60d5d2a1328544beef852591e6580c41a10e8cc2ab1d4decb5937 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 8 Sep 2015 15:53:14 +0000 Subject: [PATCH 1/2] Accepting request 329588 from devel:languages:perl:autoupdate OBS-URL: https://build.opensuse.org/request/show/329588 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Log4perl?expand=0&rev=27 --- Log-Log4perl-1.36.tar.gz | 3 --- Log-Log4perl-1.46.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-Log-Log4perl.changes | 6 ++++++ perl-Log-Log4perl.spec | 13 +++++++------ 5 files changed, 39 insertions(+), 9 deletions(-) delete mode 100644 Log-Log4perl-1.36.tar.gz create mode 100644 Log-Log4perl-1.46.tar.gz create mode 100644 cpanspec.yml diff --git a/Log-Log4perl-1.36.tar.gz b/Log-Log4perl-1.36.tar.gz deleted file mode 100644 index e4f42c0..0000000 --- a/Log-Log4perl-1.36.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d3f902076c4e6476cb4a99d9841485b6770a3091aa2f55f09353fcaf3650bae -size 264883 diff --git a/Log-Log4perl-1.46.tar.gz b/Log-Log4perl-1.46.tar.gz new file mode 100644 index 0000000..8880d49 --- /dev/null +++ b/Log-Log4perl-1.46.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31011a17c04e78016e73eaa4865d0481d2ffc3dc22813c61065d90ad73c64e6f +size 278058 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Log-Log4perl.changes b/perl-Log-Log4perl.changes index 4b37933..a4640bc 100644 --- a/perl-Log-Log4perl.changes +++ b/perl-Log-Log4perl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 6 08:46:05 UTC 2015 - coolo@suse.com + +- updated to 1.46 + see /usr/share/doc/packages/perl-Log-Log4perl/Changes + ------------------------------------------------------------------- Wed May 30 11:18:04 UTC 2012 - coolo@suse.com diff --git a/perl-Log-Log4perl.spec b/perl-Log-Log4perl.spec index 0e10562..c96e353 100644 --- a/perl-Log-Log4perl.spec +++ b/perl-Log-Log4perl.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Log-Log4perl # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,21 @@ Name: perl-Log-Log4perl -Version: 1.36 +Version: 1.46 Release: 0 %define cpan_name Log-Log4perl Summary: Log4j implementation for Perl 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 +Source0: http://www.cpan.org/authors/id/M/MS/MSCHILLI/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -# MANUAL -Requires: rrdtool +BuildRequires: perl(File::Path) >= 2.0606 +Requires: perl(File::Path) >= 2.0606 %{perl_requires} %description @@ -40,7 +41,7 @@ of your system from the outside. It implements the widely popular *For a detailed tutorial on Log::Log4perl usage, please read* - http://www.perl.com/pub/a/2002/09/11/log4perl.html +the http://www.perl.com/pub/a/2002/09/11/log4perl.html manpage Logging beats a debugger if you want to know what's going on in your code during runtime. However, traditional logging packages are too static and From 295d96d7c00c576b56305625222ef557643155b0885cc4383a97c1784d7c5125 Mon Sep 17 00:00:00 2001 From: "P. Janouch" Date: Mon, 21 Mar 2016 10:13:37 +0000 Subject: [PATCH 2/2] Accepting request 375948 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/375948 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Log4perl?expand=0&rev=28 --- Log-Log4perl-1.46.tar.gz | 3 --- Log-Log4perl-1.47.tar.gz | 3 +++ perl-Log-Log4perl.changes | 22 ++++++++++++++++++++++ perl-Log-Log4perl.spec | 36 +++++++++++++++--------------------- 4 files changed, 40 insertions(+), 24 deletions(-) delete mode 100644 Log-Log4perl-1.46.tar.gz create mode 100644 Log-Log4perl-1.47.tar.gz diff --git a/Log-Log4perl-1.46.tar.gz b/Log-Log4perl-1.46.tar.gz deleted file mode 100644 index 8880d49..0000000 --- a/Log-Log4perl-1.46.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31011a17c04e78016e73eaa4865d0481d2ffc3dc22813c61065d90ad73c64e6f -size 278058 diff --git a/Log-Log4perl-1.47.tar.gz b/Log-Log4perl-1.47.tar.gz new file mode 100644 index 0000000..aff7857 --- /dev/null +++ b/Log-Log4perl-1.47.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9001dded011226538b9a50c7856815bb0dba72a1e6218fdcaba56f651356b96f +size 278780 diff --git a/perl-Log-Log4perl.changes b/perl-Log-Log4perl.changes index a4640bc..5313192 100644 --- a/perl-Log-Log4perl.changes +++ b/perl-Log-Log4perl.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Mar 20 10:16:58 UTC 2016 - coolo@suse.com + +- updated to 1.47 + see /usr/share/doc/packages/perl-Log-Log4perl/Changes + + 1.47 (2016/03/17) + * (ms) [rt.cpan.org #102647] Slaven Rezic fixed a test + case for file permissions + * (ms) Fixed synopsis code in Log::Log4perl::Appender::DBI, + reported by Chris Collins. + * (ms) Added suggestion by Dylan Doxey to test for both MSWin32 and + cygwin to detect windows-like systems for which tests need + to be skipped. + * (ms) [rt.cpan.org #110915] Fixed "Redundant argument in sprintf" + warning caused by DateFormat.pm with %d{Z} placeholders, + reported by Alexander Hartmaier. + * (ms) [rt.cpan.org #110512] Felix Ostmann fixed a broken error + message raised when a boolean filter can't be found. + * (ms) All hash traversals in Config.pm now done via "sort keys" + to make sure we can reliably reproduce potential problems. + ------------------------------------------------------------------- Sun Sep 6 08:46:05 UTC 2015 - coolo@suse.com diff --git a/perl-Log-Log4perl.spec b/perl-Log-Log4perl.spec index c96e353..942195a 100644 --- a/perl-Log-Log4perl.spec +++ b/perl-Log-Log4perl.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Log-Log4perl # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Log-Log4perl -Version: 1.46 +Version: 1.47 Release: 0 %define cpan_name Log-Log4perl Summary: Log4j implementation for Perl @@ -30,8 +30,8 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(File::Path) >= 2.0606 -Requires: perl(File::Path) >= 2.0606 +BuildRequires: perl(File::Path) >= 2.060600 +Requires: perl(File::Path) >= 2.060600 %{perl_requires} %description @@ -41,7 +41,7 @@ of your system from the outside. It implements the widely popular *For a detailed tutorial on Log::Log4perl usage, please read* -the http://www.perl.com/pub/a/2002/09/11/log4perl.html manpage +http://www.perl.com/pub/a/2002/09/11/log4perl.html Logging beats a debugger if you want to know what's going on in your code during runtime. However, traditional logging packages are too static and @@ -50,23 +50,17 @@ generate a flood of log messages in your log files that won't help you. 'Log::Log4perl' is different. It allows you to control the number of logging messages generated at three different levels: -* * + * At a central location in your system (either in a configuration file or in +the startup code) you specify _which components_ (classes, functions) of +your system should generate logs. - At a central location in your system (either in a configuration file or - in the startup code) you specify _which components_ (classes, functions) - of your system should generate logs. + * You specify how detailed the logging of these components should be by +specifying logging _levels_. -* * - - You specify how detailed the logging of these components should be by - specifying logging _levels_. - -* * - - You also specify which so-called _appenders_ you want to feed your log - messages to ("Print it to the screen and also append it to /tmp/my.log") - and which format ("Write the date first, then the file name and line - number, and then the log message") they should be in. + * You also specify which so-called _appenders_ you want to feed your log +messages to ("Print it to the screen and also append it to /tmp/my.log") +and which format ("Write the date first, then the file name and line +number, and then the log message") they should be in. This is a very powerful and flexible mechanism. You can turn on and off your logs at any time, specify the level of detail and make that dependent @@ -85,7 +79,7 @@ re-read even while it's running! %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor