Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2013-06-05 19:32:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2011-09-23 12:37:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2013-06-05 19:32:34.000000000 +0200
@@ -1,0 +2,24 @@
+Wed Jun  5 11:46:40 UTC 2013 - [email protected]
+
+- updated to 2.39
+ - You can now pass a port option to the MailSender output. Patch by Whitney
+   Jackson.
+ - Fix test that used undeclared prereqs so it does not do that.
+ - Moved Log::Dispatch::File constructor parameter validation moved to
+   _basic_init() to facilitate proper subclassing. Patch by ether. RT #84545.
+ - Added a very simple Log::Dispatch::Code output. This lets you log to a
+   subroutine reference.
+ - Added Sys::Syslog 0.25 as a prereq. This is a temporary fix to the problem
+   of Log::Dispatch shipping lots of output modules with undeclared prereqs (so
+   as not to require mod_perl, four email sending modules, etc.). In the future
+   Log::Dispatch will be split into a core distro and a set of distros, one for
+   each output that has prereqs. Reported by Michael Schwern. RT #84481.
+ - Added a big warning about the potential for deadlocks in the documentation
+   for Log::Dispatch::File::Locked. Patch by ether.
+ - Fix a test bug that caused the tests to fail on all Perls before 5.16.0.
+ - Added a 'syswrite' option to Log::Dispatch::File which causes all writes to
+   use syswrite (so they're atomic). Patched by ether. RT #81669.
+ - The File output's DESTROY method now checks to see if it's associated handle
+   is open before trying to close it. Patch by Jeffrey Thalhammer.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Log-Dispatch.spec ++++++
--- /var/tmp/diff_new_pack.P47uRw/_old  2013-06-05 19:32:35.000000000 +0200
+++ /var/tmp/diff_new_pack.P47uRw/_new  2013-06-05 19:32:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Dispatch
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,27 +16,45 @@
 #
 
 
-
 Name:           perl-Log-Dispatch
-Version:        2.29
-Release:        3
-License:        Artistic-2.0
+Version:        2.39
+Release:        0
 %define cpan_name Log-Dispatch
 Summary:        Dispatches messages to one or more outputs
-Url:            http://search.cpan.org/dist/Log-Dispatch/
+License:        Artistic-2.0
 Group:          Development/Libraries/Perl
-#Source:         
http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-%{version}.tar.gz
-Source:         %{cpan_name}-%{version}.tar.gz
-%if 0%{?suse_version} <= 1110
+Url:            http://search.cpan.org/dist/Log-Dispatch/
+Source:         
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+# MANUAL
 Patch1:         Log-Dispatch-old_Test-More.patch
-%endif
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Class::Load)
 BuildRequires:  perl(Params::Validate) >= 0.15
+BuildRequires:  perl(Sys::Syslog) >= 0.25
+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)
 Requires:       perl(Params::Validate) >= 0.15
+Requires:       perl(Sys::Syslog) >= 0.25
 %{perl_requires}
 
 %description
@@ -55,11 +73,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
+# MANUAL BEGIN
 %if 0%{?suse_version} <= 1110
 %patch1 -p1
 # only needed for the maintainer:
 rm t/02-email-exit.t
 %endif
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -73,11 +94,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes LICENSE README
 
 %changelog

++++++ Log-Dispatch-2.29.tar.gz -> Log-Dispatch-2.39.tar.gz ++++++
++++ 2303 lines of diff (skipped)

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

Reply via email to