8
0

Accepting request 397452 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/397452
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Dispatch?expand=0&rev=41
This commit is contained in:
Stephan Kulow
2016-05-25 07:51:25 +00:00
committed by Git OBS Bridge
parent e6ca4983b6
commit ccb40e2e5c
4 changed files with 23 additions and 7 deletions

View File

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

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

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon May 23 12:04:59 UTC 2016 - coolo@suse.com
- updated to 2.56
see /usr/share/doc/packages/perl-Log-Dispatch/Changes
2.56 2016-05-06
- Cleaned up some cruft in Pod. Some sections ended up in there twice.
2.55 2016-05-06
- The values of $@, $!, and $? are protected in various cases where they could
end up being changed by logging code. Patch by Salvador Fandiño. GitHub #18.
- Treat MSYS2 like Cygwin in tests. Fix by Graham Ollis. GitHub #19.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 19 10:02:29 UTC 2016 - coolo@suse.com Tue Jan 19 10:02:29 UTC 2016 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Log-Dispatch Name: perl-Log-Dispatch
Version: 2.54 Version: 2.56
Release: 0 Release: 0
%define cpan_name Log-Dispatch %define cpan_name Log-Dispatch
Summary: Dispatches messages to one or more outputs Summary: Dispatches messages to one or more outputs
@@ -33,7 +33,6 @@ BuildRequires: perl-macros
BuildRequires: perl(Devel::GlobalDestruction) BuildRequires: perl(Devel::GlobalDestruction)
BuildRequires: perl(Dist::CheckConflicts) >= 0.02 BuildRequires: perl(Dist::CheckConflicts) >= 0.02
BuildRequires: perl(IPC::Run3) BuildRequires: perl(IPC::Run3)
BuildRequires: perl(JSON::PP) >= 2.27300
BuildRequires: perl(Module::Runtime) BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Params::Validate) >= 1.03 BuildRequires: perl(Params::Validate) >= 1.03
BuildRequires: perl(Sys::Syslog) >= 0.28 BuildRequires: perl(Sys::Syslog) >= 0.28
@@ -42,7 +41,6 @@ BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Requires) BuildRequires: perl(Test::Requires)
Requires: perl(Devel::GlobalDestruction) Requires: perl(Devel::GlobalDestruction)
Requires: perl(Dist::CheckConflicts) >= 0.02 Requires: perl(Dist::CheckConflicts) >= 0.02
Requires: perl(JSON::PP) >= 2.27300
Requires: perl(Module::Runtime) Requires: perl(Module::Runtime)
Requires: perl(Params::Validate) >= 1.03 Requires: perl(Params::Validate) >= 1.03
Requires: perl(Sys::Syslog) >= 0.28 Requires: perl(Sys::Syslog) >= 0.28
@@ -80,6 +78,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc appveyor.yml Changes LICENSE README.md %doc appveyor.yml Changes CONTRIBUTING.md LICENSE README.md
%changelog %changelog