Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2014-09-23 10:42:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatch (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Log-Dispatch"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Log-Dispatch/perl-Log-Dispatch.changes      
2013-07-29 17:49:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2014-09-23 10:42:57.000000000 +0200
@@ -1,0 +2,29 @@
+Mon Sep 22 10:16:56 UTC 2014 - [email protected]
+
+- really remove Log-Dispatch-old_Test-More.patch
+
+-------------------------------------------------------------------
+Fri Sep 19 12:15:47 UTC 2014 - [email protected]
+
+- updated to 2.42
+ - Added a Log::Dispatch->clone() method. This returns shallow clone. The
+   outputs and callbacks are shared, but changes to outputs and callbacks in
+   the clone do not affect the original, or vice versa.
+ 
+ - Added Log::Dispatch->outputs() method. This returns all the output objects
+   in a dispatch object.
+ 
+ - Added Log::Dispatch->callbacks() method. This returns all the callback subs
+   in a dispatch object.
+ 
+ - The Syslog output now calls Sys::Syslog::setlogsock() every time a message
+   is logged, since something else could have called it in between logging two
+   messages.
+ 
+ - Added a lock parameter to the Syslog output. If this is true, then logging
+   is done in the scope of a per-thread lock. Reported by Cedric Carree and
+   Franck Youssef. RT #67988 and #85013.
+ 
+ - Replaced Class::Load with Module::Runtime.
+
+-------------------------------------------------------------------

Old:
----
  Log-Dispatch-2.41.tar.gz
  Log-Dispatch-old_Test-More.patch

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

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

Other differences:
------------------
++++++ perl-Log-Dispatch.spec ++++++
--- /var/tmp/diff_new_pack.RoYeAd/_old  2014-09-23 10:42:58.000000000 +0200
+++ /var/tmp/diff_new_pack.RoYeAd/_new  2014-09-23 10:42:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Dispatch
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@
 
 
 Name:           perl-Log-Dispatch
-Version:        2.41
+Version:        2.42
 Release:        0
 %define cpan_name Log-Dispatch
 Summary:        Dispatches messages to one or more outputs
@@ -29,32 +29,17 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Class::Load)
 BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
+BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Params::Validate) >= 0.15
-BuildRequires:  perl(Sys::Syslog) >= 0.25
+BuildRequires:  perl(Sys::Syslog) >= 0.28
+BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.88
-#BuildRequires: perl(Apache2::Log)
-#BuildRequires: perl(Apache::Log)
-#BuildRequires: perl(Log::Dispatch)
-#BuildRequires: perl(Log::Dispatch::Base)
-#BuildRequires: perl(Log::Dispatch::Email)
-#BuildRequires: perl(Log::Dispatch::Email::MailSend)
-#BuildRequires: perl(Log::Dispatch::File)
-#BuildRequires: perl(Log::Dispatch::Handle)
-#BuildRequires: perl(Log::Dispatch::Null)
-#BuildRequires: perl(Log::Dispatch::Output)
-#BuildRequires: perl(Log::Dispatch::Screen)
-#BuildRequires: perl(Log::Dispatch::TestUtil)
-#BuildRequires: perl(Mail::Send)
-#BuildRequires: perl(Mail::Sender)
-#BuildRequires: perl(Mail::Sendmail)
-#BuildRequires: perl(MIME::Lite)
-#BuildRequires: perl(Test::Spelling)
-Requires:       perl(Class::Load)
+BuildRequires:  perl(Test::Requires)
 Requires:       perl(Dist::CheckConflicts) >= 0.02
+Requires:       perl(Module::Runtime)
 Requires:       perl(Params::Validate) >= 0.15
-Requires:       perl(Sys::Syslog) >= 0.25
+Requires:       perl(Sys::Syslog) >= 0.28
 %{perl_requires}
 
 %description
@@ -89,6 +74,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes LICENSE README.md
 
 %changelog

++++++ Log-Dispatch-2.41.tar.gz -> Log-Dispatch-2.42.tar.gz ++++++
++++ 4244 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to