Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2017-06-09 15:56:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatch (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Log-Dispatch"

Fri Jun  9 15:56:27 2017 rev:40 rq:499950 version:2.63

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Log-Dispatch/perl-Log-Dispatch.changes      
2016-11-18 22:03:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2017-06-09 15:56:29.627406089 +0200
@@ -1,0 +2,45 @@
+Thu May 25 08:26:25 UTC 2017 - [email protected]
+
+- updated to 2.63
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.63     2017-02-19
+  
+   - Updated the conflicting version for Log::Dispatch::File::Stamped in
+     metadata (due to changes in handling of close_after_write). Patch by Karen
+     Etheridge. GitHub #41.
+  
+  
+  2.62     2017-02-13
+  
+  - Devel::Confess was accidentally being loaded in Log::Dispatch. Fixed by
+    Karen Etheridge. GitHub #39.
+  
+  
+  2.61     2017-02-13
+  
+  - The 2.60 release would throw an exception if the logged message was
+    empty. While this makes sense, it also breaks backwards compatibility, so 
it
+    has been reverted. Reported by Greg Oschwald. GitHub #38.
+  
+  - The 2.60 release would throw an exception if you tried to create a Syslog
+    output where the ident was an empty string. Reported by Greg
+    Oschwald. GitHub #38.
+  
+  
+  2.60     2017-02-12
+  
+  - Same as 2.59 ... Switched from Params::Validate to
+    Params::ValidationCompiler. This should speed up constructors and logging a
+    little bit. This also allows Log::Dispatch::File to accept things like
+    Path::Tiny objects for filenames. Reported by Joel Berger. GitHub #36.
+  
+  
+  2.59     2017-02-05 (TRIAL RELEASE)
+  
+  - Switched from Params::Validate to Params::ValidationCompiler. This should
+    speed up constructors and logging a little bit. This also allows
+    Log::Dispatch::File to accept things like Path::Tiny objects for
+    filenames. Reported by Joel Berger. GitHub #36.
+
+-------------------------------------------------------------------

Old:
----
  Log-Dispatch-2.58.tar.gz

New:
----
  Log-Dispatch-2.63.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Log-Dispatch.spec ++++++
--- /var/tmp/diff_new_pack.SZkBCD/_old  2017-06-09 15:56:30.251318028 +0200
+++ /var/tmp/diff_new_pack.SZkBCD/_new  2017-06-09 15:56:30.251318028 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Dispatch
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:           perl-Log-Dispatch
-Version:        2.58
+Version:        2.63
 Release:        0
 %define cpan_name Log-Dispatch
 Summary:        Dispatches messages to one or more outputs
 License:        Artistic-2.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Log-Dispatch/
-Source0:        
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -34,16 +34,34 @@
 BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
 BuildRequires:  perl(IPC::Run3)
 BuildRequires:  perl(Module::Runtime)
-BuildRequires:  perl(Params::Validate) >= 1.03
+BuildRequires:  perl(Params::ValidationCompiler)
+BuildRequires:  perl(Specio) >= 0.32
+BuildRequires:  perl(Specio::Declare)
+BuildRequires:  perl(Specio::Exporter)
+BuildRequires:  perl(Specio::Library::Builtins)
+BuildRequires:  perl(Specio::Library::Numeric)
+BuildRequires:  perl(Specio::Library::String)
 BuildRequires:  perl(Sys::Syslog) >= 0.28
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Needs)
+BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(parent)
 Requires:       perl(Devel::GlobalDestruction)
 Requires:       perl(Dist::CheckConflicts) >= 0.02
 Requires:       perl(Module::Runtime)
-Requires:       perl(Params::Validate) >= 1.03
+Requires:       perl(Params::ValidationCompiler)
+Requires:       perl(Specio) >= 0.32
+Requires:       perl(Specio::Declare)
+Requires:       perl(Specio::Exporter)
+Requires:       perl(Specio::Library::Builtins)
+Requires:       perl(Specio::Library::Numeric)
+Requires:       perl(Specio::Library::String)
 Requires:       perl(Sys::Syslog) >= 0.28
+Requires:       perl(Try::Tiny)
+Requires:       perl(namespace::autoclean)
+Requires:       perl(parent)
 %{perl_requires}
 
 %description
@@ -78,6 +96,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc appveyor.yml Changes CONTRIBUTING.md LICENSE README.md
+%doc appveyor.yml Changes CONTRIBUTING.md README.md
+%license LICENSE
 
 %changelog

++++++ Log-Dispatch-2.58.tar.gz -> Log-Dispatch-2.63.tar.gz ++++++
++++ 4340 lines of diff (skipped)


Reply via email to