diff --git a/Log-Dispatch-2.54.tar.gz b/Log-Dispatch-2.54.tar.gz deleted file mode 100644 index f2b25ee..0000000 --- a/Log-Dispatch-2.54.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c365b8cdd2712cb642421773665d67a0a190cc6b44d19b804671c7631193f81 -size 59316 diff --git a/Log-Dispatch-2.56.tar.gz b/Log-Dispatch-2.56.tar.gz new file mode 100644 index 0000000..071ddf9 --- /dev/null +++ b/Log-Dispatch-2.56.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e5b88f676d0e016ea49e5d421fda534671835bb5f7b06c90f03456b20fc15e +size 63243 diff --git a/perl-Log-Dispatch.changes b/perl-Log-Dispatch.changes index dc594f9..1c6aacf 100644 --- a/perl-Log-Dispatch.changes +++ b/perl-Log-Dispatch.changes @@ -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 diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec index 35d0830..1abfe5f 100644 --- a/perl-Log-Dispatch.spec +++ b/perl-Log-Dispatch.spec @@ -17,7 +17,7 @@ Name: perl-Log-Dispatch -Version: 2.54 +Version: 2.56 Release: 0 %define cpan_name Log-Dispatch Summary: Dispatches messages to one or more outputs @@ -33,7 +33,6 @@ BuildRequires: perl-macros BuildRequires: perl(Devel::GlobalDestruction) BuildRequires: perl(Dist::CheckConflicts) >= 0.02 BuildRequires: perl(IPC::Run3) -BuildRequires: perl(JSON::PP) >= 2.27300 BuildRequires: perl(Module::Runtime) BuildRequires: perl(Params::Validate) >= 1.03 BuildRequires: perl(Sys::Syslog) >= 0.28 @@ -42,7 +41,6 @@ BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::Requires) Requires: perl(Devel::GlobalDestruction) Requires: perl(Dist::CheckConflicts) >= 0.02 -Requires: perl(JSON::PP) >= 2.27300 Requires: perl(Module::Runtime) Requires: perl(Params::Validate) >= 1.03 Requires: perl(Sys::Syslog) >= 0.28 @@ -80,6 +78,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc appveyor.yml Changes LICENSE README.md +%doc appveyor.yml Changes CONTRIBUTING.md LICENSE README.md %changelog