From 9b407ab3d5552cfe8a89378dc5ff8d873c3df326bffbbd0af919de2a9f9a53b0 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 4 Aug 2020 16:21:51 +0000 Subject: [PATCH] Accepting request 824192 from devel:languages:perl:autoupdate - updated to 1.50 see /usr/share/doc/packages/perl-Log-Log4perl/Changes 1.50 2020-07-22 * (ms) Fix for slow unlinking on Windows test - thanks @zhiyuan-lin * (ms) [rt.cpan.org #121346] Gabor Kanizsai reported a regression with empty messages logged via syswrite(). Fixed with test case. OBS-URL: https://build.opensuse.org/request/show/824192 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Log4perl?expand=0&rev=34 --- Log-Log4perl-1.49.tar.gz | 3 --- Log-Log4perl-1.50.tar.gz | 3 +++ perl-Log-Log4perl.changes | 12 ++++++++++++ perl-Log-Log4perl.spec | 20 ++++++++++---------- 4 files changed, 25 insertions(+), 13 deletions(-) delete mode 100644 Log-Log4perl-1.49.tar.gz create mode 100644 Log-Log4perl-1.50.tar.gz diff --git a/Log-Log4perl-1.49.tar.gz b/Log-Log4perl-1.49.tar.gz deleted file mode 100644 index ef1d0a3..0000000 --- a/Log-Log4perl-1.49.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b739187f519146cb6bebcfc427c64b1f4138b35c5f4c96f46a21ed4a43872e16 -size 279575 diff --git a/Log-Log4perl-1.50.tar.gz b/Log-Log4perl-1.50.tar.gz new file mode 100644 index 0000000..f394328 --- /dev/null +++ b/Log-Log4perl-1.50.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3001207496dda5d92a98e43020bd55864513408740059f869eab3b401c8ed3 +size 281035 diff --git a/perl-Log-Log4perl.changes b/perl-Log-Log4perl.changes index 6820dfb..a891dfa 100644 --- a/perl-Log-Log4perl.changes +++ b/perl-Log-Log4perl.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 28 09:40:31 UTC 2020 - Tina Müller + +- updated to 1.50 + see /usr/share/doc/packages/perl-Log-Log4perl/Changes + + 1.50 2020-07-22 + * (ms) Fix for slow unlinking on Windows test - thanks @zhiyuan-lin + * (ms) [rt.cpan.org #121346] Gabor Kanizsai reported a regression + with empty messages logged via syswrite(). Fixed with test + case. + ------------------------------------------------------------------- Wed Feb 22 06:47:37 UTC 2017 - coolo@suse.com diff --git a/perl-Log-Log4perl.spec b/perl-Log-Log4perl.spec index 0ce7269..a929c05 100644 --- a/perl-Log-Log4perl.spec +++ b/perl-Log-Log4perl.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Log-Log4perl # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Log-Log4perl -Version: 1.49 +Version: 1.50 Release: 0 %define cpan_name Log-Log4perl Summary: Log4j implementation for Perl -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Log-Log4perl/ -Source0: https://cpan.metacpan.org/authors/id/M/MS/MSCHILLI/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -79,14 +79,14 @@ re-read even while it's running! %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install