From f73b5b9ca06c51dac3fc25f668f5dc0edee93e84606550f7e5e98b6e780bbbaa Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sun, 26 Jul 2020 08:01:52 +0000 Subject: [PATCH] Accepting request 822485 from devel:languages:perl:autoupdate - updated to 2.70 see /usr/share/doc/packages/perl-Log-Dispatch/Changes 2.70 2020-07-20 - Make locking test wait longer before giving up. Some filesystems (like NFS) can be quite slow to lock files. Fixed by Joelle Maslak. GH #61. OBS-URL: https://build.opensuse.org/request/show/822485 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Dispatch?expand=0&rev=59 --- Log-Dispatch-2.69.tar.gz | 3 --- Log-Dispatch-2.70.tar.gz | 3 +++ perl-Log-Dispatch.changes | 11 +++++++++++ perl-Log-Dispatch.spec | 10 +++++----- 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 Log-Dispatch-2.69.tar.gz create mode 100644 Log-Dispatch-2.70.tar.gz diff --git a/Log-Dispatch-2.69.tar.gz b/Log-Dispatch-2.69.tar.gz deleted file mode 100644 index 1d69bb9..0000000 --- a/Log-Dispatch-2.69.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58624c0a0c4c620873efb7ce2f11dde55fa2e24c22be2551f548ff3624585277 -size 70685 diff --git a/Log-Dispatch-2.70.tar.gz b/Log-Dispatch-2.70.tar.gz new file mode 100644 index 0000000..923365a --- /dev/null +++ b/Log-Dispatch-2.70.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d91cc52467d3a3c6683103f3df4472d71e405a45f553289448713ac4293f21 +size 70808 diff --git a/perl-Log-Dispatch.changes b/perl-Log-Dispatch.changes index bb96224..b451a4d 100644 --- a/perl-Log-Dispatch.changes +++ b/perl-Log-Dispatch.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jul 21 03:14:49 UTC 2020 - Tina Müller + +- updated to 2.70 + see /usr/share/doc/packages/perl-Log-Dispatch/Changes + + 2.70 2020-07-20 + + - Make locking test wait longer before giving up. Some filesystems (like NFS) + can be quite slow to lock files. Fixed by Joelle Maslak. GH #61. + ------------------------------------------------------------------- Mon Oct 28 10:54:22 UTC 2019 - diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec index ccc65e1..86fe635 100644 --- a/perl-Log-Dispatch.spec +++ b/perl-Log-Dispatch.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Log-Dispatch # -# Copyright (c) 2019 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 @@ -17,13 +17,13 @@ Name: perl-Log-Dispatch -Version: 2.69 +Version: 2.70 Release: 0 %define cpan_name Log-Dispatch Summary: Dispatches messages to one or more outputs License: Artistic-2.0 Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -80,7 +80,7 @@ code needed on your part, once the dispatching object has been created. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -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 @@ -96,7 +96,7 @@ make test %files -f %{name}.files %defattr(-,root,root,755) -%doc appveyor.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md +%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md %license LICENSE %changelog