8
0

Accepting request 822843 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/822843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Log-Dispatch?expand=0&rev=46
This commit is contained in:
2020-07-28 15:22:32 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58624c0a0c4c620873efb7ce2f11dde55fa2e24c22be2551f548ff3624585277
size 70685

3
Log-Dispatch-2.70.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3d91cc52467d3a3c6683103f3df4472d71e405a45f553289448713ac4293f21
size 70808

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jul 21 03:14:49 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- 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 - <timueller+perl@suse.de>

View File

@@ -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