commit perl-Log-Dispatch for openSUSE:Factory

2020-07-28 Thread root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2020-07-28 17:22:32

Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatch (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new.3592 (New)


Package is "perl-Log-Dispatch"

Tue Jul 28 17:22:32 2020 rev:46 rq:822843 version:2.70

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Dispatch/perl-Log-Dispatch.changes  
2019-11-03 10:41:15.993763931 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new.3592/perl-Log-Dispatch.changes
2020-07-28 17:22:46.005729115 +0200
@@ -1,0 +2,11 @@
+Tue Jul 21 03:14:49 UTC 2020 - Tina Müller 
+
+- updated to 2.70
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.70 2020-07-20
+
+  - Make locking test wait longer before giving up. Some filesystems (like NFS)
+can be quite slow to lock files. Fixed by Joelle Maslak. GH #61.
+
+---

Old:

  Log-Dispatch-2.69.tar.gz

New:

  Log-Dispatch-2.70.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.gnsPrc/_old  2020-07-28 17:22:48.833732867 +0200
+++ /var/tmp/diff_new_pack.gnsPrc/_new  2020-07-28 17:22:48.837732873 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Dispatch
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.69
+Version:2.70
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -80,7 +80,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs 
-0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -96,7 +96,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc appveyor.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
+%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
 %license LICENSE
 
 %changelog

++ Log-Dispatch-2.69.tar.gz -> Log-Dispatch-2.70.tar.gz ++
 1950 lines of diff (skipped)




commit perl-Log-Dispatch for openSUSE:Factory

2019-11-03 Thread root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2019-11-03 10:41:14

Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatch (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new.2990 (New)


Package is "perl-Log-Dispatch"

Sun Nov  3 10:41:14 2019 rev:45 rq:743758 version:2.69

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Dispatch/perl-Log-Dispatch.changes  
2018-08-27 12:57:09.248672257 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new.2990/perl-Log-Dispatch.changes
2019-11-03 10:41:15.993763931 +0100
@@ -1,0 +2,11 @@
+Mon Oct 28 10:54:22 UTC 2019 -  
+
+- updated to 2.69
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.69 2019-10-25
+  
+  - Fix a warning Log::Dispatch::Email::Mailsender (GH #57). Fixed by Graham
+Knop. 58 #GH.
+
+---

Old:

  Log-Dispatch-2.68.tar.gz

New:

  Log-Dispatch-2.69.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.ZL0Kmx/_old  2019-11-03 10:41:16.977765116 +0100
+++ /var/tmp/diff_new_pack.ZL0Kmx/_new  2019-11-03 10:41:16.981765121 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Dispatch
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Log-Dispatch
-Version:2.68
+Version:2.69
 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/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -80,14 +80,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs 
-0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Log-Dispatch-2.68.tar.gz -> Log-Dispatch-2.69.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/Changes 
new/Log-Dispatch-2.69/Changes
--- old/Log-Dispatch-2.68/Changes   2018-08-22 06:47:40.0 +0200
+++ new/Log-Dispatch-2.69/Changes   2019-10-25 20:21:27.0 +0200
@@ -1,7 +1,14 @@
+2.69 2019-10-25
+
+- Fix a warning Log::Dispatch::Email::Mailsender (GH #57). Fixed by Graham
+  Knop. 58 #GH.
+
+
 2.68 2018-08-21
 
-- Speedups to the internals to avoid re-validating the same sets of parameters
-  repeatedly. Based on a PR #54 from Sergey Leschenko.
+- Changed some internals to avoid re-validating the same sets of parameters
+  repeatedly, which should offer a small speed bost. Based on PR #54 from
+  Sergey Leschenko.
 
 
 2.67 2017-09-24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/INSTALL 
new/Log-Dispatch-2.69/INSTALL
--- old/Log-Dispatch-2.68/INSTALL   2018-08-22 06:47:40.0 +0200
+++ new/Log-Dispatch-2.69/INSTALL   2019-10-25 20:21:27.0 +0200
@@ -48,6 +48,19 @@
 "configure_requires" key of META.yml or the
 "{prereqs}{configure}{requires}" key of META.json.
 
+## Other Prerequisites
+
+This distribution may require additional modules to be installed after running
+Makefile.PL.
+Look for prerequisites in the following phases:
+
+* to run make, PHASE = build
+* to use the module code itself, PHASE = runtime
+* to run tests, PHASE = test
+
+They can all be found in the "PHASE_requires" key of MYMETA.yml or the
+"{prereqs}{PHASE}{requires}" key of MYMETA.json.
+
 ## Documentation
 
 Log-Dispatch documentation is available as POD.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/LICENSE 
new/Log-Dispatch-2.69/LICENSE
--- old/Log-Dispatch-2.68/LICENSE   

commit perl-Log-Dispatch for openSUSE:Factory

2018-08-27 Thread root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2018-08-27 12:57:05

Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatch (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new (New)


Package is "perl-Log-Dispatch"

Mon Aug 27 12:57:05 2018 rev:44 rq:631335 version:2.68

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Dispatch/perl-Log-Dispatch.changes  
2017-10-09 19:47:41.300988935 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2018-08-27 12:57:09.248672257 +0200
@@ -1,0 +2,11 @@
+Thu Aug 23 05:38:59 UTC 2018 - co...@suse.com
+
+- updated to 2.68
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.68 2018-08-21
+  
+  - Speedups to the internals to avoid re-validating the same sets of 
parameters
+repeatedly. Based on a PR #54 from Sergey Leschenko.
+
+---

Old:

  Log-Dispatch-2.67.tar.gz

New:

  Log-Dispatch-2.68.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.REfkiD/_old  2018-08-27 12:57:09.728672782 +0200
+++ /var/tmp/diff_new_pack.REfkiD/_new  2018-08-27 12:57:09.732672787 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Dispatch
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,7 +17,7 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.67
+Version:2.68
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs
@@ -96,7 +96,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc appveyor.yml Changes CONTRIBUTING.md README.md
+%doc appveyor.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
 %license LICENSE
 
 %changelog

++ Log-Dispatch-2.67.tar.gz -> Log-Dispatch-2.68.tar.gz ++
 2828 lines of diff (skipped)




commit perl-Log-Dispatch for openSUSE:Factory

2017-10-09 Thread root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2017-10-09 19:45:05

Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatch (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new (New)


Package is "perl-Log-Dispatch"

Mon Oct  9 19:45:05 2017 rev:43 rq:532521 version:2.67

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Dispatch/perl-Log-Dispatch.changes  
2017-09-04 12:36:41.992326385 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2017-10-09 19:47:41.300988935 +0200
@@ -1,0 +2,12 @@
+Sun Oct  1 05:40:30 UTC 2017 - co...@suse.com
+
+- updated to 2.67
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.67 2017-09-24
+  
+  - Added a lazy_open option to the File output. This delays opening the file
+until the first time a log message is written to it. Implemented by Slaven
+Rezić. GH #50.
+
+---

Old:

  Log-Dispatch-2.66.tar.gz

New:

  Log-Dispatch-2.67.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.P8ecVM/_old  2017-10-09 19:47:41.888963092 +0200
+++ /var/tmp/diff_new_pack.P8ecVM/_new  2017-10-09 19:47:41.892962917 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.66
+Version:2.67
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs

++ Log-Dispatch-2.66.tar.gz -> Log-Dispatch-2.67.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.66/Changes 
new/Log-Dispatch-2.67/Changes
--- old/Log-Dispatch-2.66/Changes   2017-08-15 04:47:14.0 +0200
+++ new/Log-Dispatch-2.67/Changes   2017-09-25 05:46:55.0 +0200
@@ -1,3 +1,10 @@
+2.67 2017-09-24
+
+- Added a lazy_open option to the File output. This delays opening the file
+  until the first time a log message is written to it. Implemented by Slaven
+  Rezić. GH #50.
+
+
 2.66 2017-08-14
 
 - Fixed the ApacheLog output, which was broken in 2.60. Fixed by Michael
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.66/MANIFEST 
new/Log-Dispatch-2.67/MANIFEST
--- old/Log-Dispatch-2.66/MANIFEST  2017-08-15 04:47:14.0 +0200
+++ new/Log-Dispatch-2.67/MANIFEST  2017-09-25 05:46:55.0 +0200
@@ -41,6 +41,7 @@
 t/email-exit-helper.pl
 t/email-exit.t
 t/file-locked.t
+t/lazy-open.t
 t/lib/Log/Dispatch/TestUtil.pm
 t/screen-helper.pl
 t/screen.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.66/META.json 
new/Log-Dispatch-2.67/META.json
--- old/Log-Dispatch-2.66/META.json 2017-08-15 04:47:14.0 +0200
+++ new/Log-Dispatch-2.67/META.json 2017-09-25 05:46:55.0 +0200
@@ -109,75 +109,75 @@
"provides" : {
   "Log::Dispatch" : {
  "file" : "lib/Log/Dispatch.pm",
- "version" : "2.66"
+ "version" : "2.67"
   },
   "Log::Dispatch::ApacheLog" : {
  "file" : "lib/Log/Dispatch/ApacheLog.pm",
- "version" : "2.66"
+ "version" : "2.67"
   },
   "Log::Dispatch::Base" : {
  "file" : "lib/Log/Dispatch/Base.pm",
- "version" : "2.66"
+ "version" : "2.67"
   },
   "Log::Dispatch::Code" : {
  "file" : "lib/Log/Dispatch/Code.pm",
- "version" : "2.66"
+ "version" : "2.67"
   },
   "Log::Dispatch::Email" : {
  "file" : "lib/Log/Dispatch/Email.pm",
- "version" : "2.66"
+ "version" : "2.67"
   },
   "Log::Dispatch::Email::MIMELite" : {
  "file" : "lib/Log/Dispatch/Email/MIMELite.pm",
- "version" : "2.66"
+ "version" : "2.67"
   },
   "Log::Dispatch::Email::MailSend" : {
  "file" : "lib/Log/Dispatch/Email/MailSend.pm",
- "version" : "2.66"
+ "version" : "2.67"
   },
   "Log::Dispatch::Email::MailSender" : {
  "file" : "lib/Log/Dispatch/Email/MailSender.pm",
- "version" : "2.66"
+ "version" : "2.67"
   },
   "Log::Dispatch::Email::MailSendmail" : {
  "file" : "lib/Log/Dispatch/Email/MailSendmail.pm",
- "version" : "2.66"
+ "version" : "2.67"
   },
   "Log::Dispatch::File" : {
  "file" : "lib/Log/Dispatch/File.pm",
- "version" : "2.66"
+ "version" : "2.67"
   },
   "Log::Dispatch::File::Locked" : {
  "file" : "lib/Log/Dispatch/File/Locked.pm",
- "version" : "2.66"
+ "version" : "2.67"
   },
  

commit perl-Log-Dispatch for openSUSE:Factory

2017-09-04 Thread root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2017-09-04 12:36:41

Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatch (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new (New)


Package is "perl-Log-Dispatch"

Mon Sep  4 12:36:41 2017 rev:42 rq:520425 version:2.66

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Dispatch/perl-Log-Dispatch.changes  
2017-06-21 13:57:26.373271955 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2017-09-04 12:36:41.992326385 +0200
@@ -1,0 +2,11 @@
+Wed Aug 16 05:43:04 UTC 2017 - co...@suse.com
+
+- updated to 2.66
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.66 2017-08-14
+  
+  - Fixed the ApacheLog output, which was broken in 2.60. Fixed by Michael
+Schout. GitHub #48 and #49.
+
+---

Old:

  Log-Dispatch-2.65.tar.gz

New:

  Log-Dispatch-2.66.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.7iOLIG/_old  2017-09-04 12:36:43.804071488 +0200
+++ /var/tmp/diff_new_pack.7iOLIG/_new  2017-09-04 12:36:43.812070363 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.65
+Version:2.66
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs

++ Log-Dispatch-2.65.tar.gz -> Log-Dispatch-2.66.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.65/Changes 
new/Log-Dispatch-2.66/Changes
--- old/Log-Dispatch-2.65/Changes   2017-06-12 01:58:55.0 +0200
+++ new/Log-Dispatch-2.66/Changes   2017-08-15 04:47:14.0 +0200
@@ -1,3 +1,9 @@
+2.66 2017-08-14
+
+- Fixed the ApacheLog output, which was broken in 2.60. Fixed by Michael
+  Schout. GitHub #48 and #49.
+
+
 2.65 2017-06-11
 
 - When Log::Dispatch::File is asked to chmod a file and that fails, show the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.65/MANIFEST 
new/Log-Dispatch-2.66/MANIFEST
--- old/Log-Dispatch-2.65/MANIFEST  2017-06-12 01:58:55.0 +0200
+++ new/Log-Dispatch-2.66/MANIFEST  2017-08-15 04:47:14.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.009.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.010.
 CONTRIBUTING.md
 Changes
 INSTALL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.65/META.json 
new/Log-Dispatch-2.66/META.json
--- old/Log-Dispatch-2.65/META.json 2017-06-12 01:58:55.0 +0200
+++ new/Log-Dispatch-2.66/META.json 2017-08-15 04:47:14.0 +0200
@@ -4,7 +4,7 @@
   "Dave Rolsky "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150010",
"license" : [
   "artistic_2"
],
@@ -109,75 +109,75 @@
"provides" : {
   "Log::Dispatch" : {
  "file" : "lib/Log/Dispatch.pm",
- "version" : "2.65"
+ "version" : "2.66"
   },
   "Log::Dispatch::ApacheLog" : {
  "file" : "lib/Log/Dispatch/ApacheLog.pm",
- "version" : "2.65"
+ "version" : "2.66"
   },
   "Log::Dispatch::Base" : {
  "file" : "lib/Log/Dispatch/Base.pm",
- "version" : "2.65"
+ "version" : "2.66"
   },
   "Log::Dispatch::Code" : {
  "file" : "lib/Log/Dispatch/Code.pm",
- "version" : "2.65"
+ "version" : "2.66"
   },
   "Log::Dispatch::Email" : {
  "file" : "lib/Log/Dispatch/Email.pm",
- "version" : "2.65"
+ "version" : "2.66"
   },
   "Log::Dispatch::Email::MIMELite" : {
  "file" : "lib/Log/Dispatch/Email/MIMELite.pm",
- "version" : "2.65"
+ "version" : "2.66"
   },
   "Log::Dispatch::Email::MailSend" : {
  "file" : "lib/Log/Dispatch/Email/MailSend.pm",
- "version" : "2.65"
+ "version" : "2.66"
   },
   "Log::Dispatch::Email::MailSender" : {
  "file" : "lib/Log/Dispatch/Email/MailSender.pm",
- "version" : "2.65"
+ "version" : "2.66"
   },
   "Log::Dispatch::Email::MailSendmail" : {
  "file" : "lib/Log/Dispatch/Email/MailSendmail.pm",
- "version" : "2.65"
+ "version" : "2.66"
   },
   "Log::Dispatch::File" : {
  "file" : 

commit perl-Log-Dispatch for openSUSE:Factory

2017-06-21 Thread root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2017-06-21 13:57:25

Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatch (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new (New)


Package is "perl-Log-Dispatch"

Wed Jun 21 13:57:25 2017 rev:41 rq:504930 version:2.65

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Dispatch/perl-Log-Dispatch.changes  
2017-06-09 15:56:29.627406089 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2017-06-21 13:57:26.373271955 +0200
@@ -1,0 +2,21 @@
+Wed Jun 14 05:47:36 UTC 2017 - co...@suse.com
+
+- updated to 2.65
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.65 2017-06-11
+  
+  - When Log::Dispatch::File is asked to chmod a file and that fails, show the
+requested permissions in octal. Patch by Carsten Grohmann. GitHub #46.
+  
+  
+  2.64 2017-02-25 (TRIAL RELEASE)
+  
+  - Improve level validation and canonicalization logic. Patch by Kerin Millar,
+minor changes and tests by Kivanc Yazan. Github #42.
+  
+  - The log_and_die and log_and_croak methods are now identical, as we set
+@CARP_NOT for Log::Dispatch to exclude the Log::Dispatch package. You can
+still explicitly pass carp_level to log_and_croak.
+
+---

Old:

  Log-Dispatch-2.63.tar.gz

New:

  Log-Dispatch-2.65.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.x5xSKN/_old  2017-06-21 13:57:27.549106094 +0200
+++ /var/tmp/diff_new_pack.x5xSKN/_new  2017-06-21 13:57:27.553105530 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.63
+Version:2.65
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs

++ Log-Dispatch-2.63.tar.gz -> Log-Dispatch-2.65.tar.gz ++
 4289 lines of diff (skipped)




commit perl-Log-Dispatch for openSUSE:Factory

2017-06-09 Thread root
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.0 +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 - co...@suse.com
+
+- 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:   

commit perl-Log-Dispatch for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2016-11-18 22:03:01

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  
2016-08-17 12:06:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2016-11-18 22:03:02.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 15 06:37:42 UTC 2016 - co...@suse.com
+
+- updated to 2.58
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.58 2016-11-13
+  
+  - Switched from RT to the GitHub issue tracker.
+
+---

Old:

  Log-Dispatch-2.57.tar.gz

New:

  Log-Dispatch-2.58.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.VQQshO/_old  2016-11-18 22:03:03.0 +0100
+++ /var/tmp/diff_new_pack.VQQshO/_new  2016-11-18 22:03:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.57
+Version:2.58
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs

++ Log-Dispatch-2.57.tar.gz -> Log-Dispatch-2.58.tar.gz ++
 2637 lines of diff (skipped)




commit perl-Log-Dispatch for openSUSE:Factory

2016-08-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2016-08-17 12:06:28

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  
2016-05-25 21:29:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2016-08-17 12:06:30.0 +0200
@@ -1,0 +2,11 @@
+Mon Aug 15 05:28:10 UTC 2016 - co...@suse.com
+
+- updated to 2.57
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.57 2016-08-13
+  
+  - Added a remove_callback method to the main Log::Dispatch object as well as
+all outputs.
+
+---

Old:

  Log-Dispatch-2.56.tar.gz

New:

  Log-Dispatch-2.57.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.p8A6cr/_old  2016-08-17 12:06:31.0 +0200
+++ /var/tmp/diff_new_pack.p8A6cr/_new  2016-08-17 12:06:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.56
+Version:2.57
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs
@@ -38,7 +38,7 @@
 BuildRequires:  perl(Sys::Syslog) >= 0.28
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
-BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(Test::Needs)
 Requires:   perl(Devel::GlobalDestruction)
 Requires:   perl(Dist::CheckConflicts) >= 0.02
 Requires:   perl(Module::Runtime)

++ Log-Dispatch-2.56.tar.gz -> Log-Dispatch-2.57.tar.gz ++
 2650 lines of diff (skipped)




commit perl-Log-Dispatch for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2016-05-25 21:29:41

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  
2016-01-22 01:09:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2016-05-25 21:29:43.0 +0200
@@ -1,0 +2,18 @@
+Mon May 23 12:04:59 UTC 2016 - co...@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.
+
+---

Old:

  Log-Dispatch-2.54.tar.gz

New:

  Log-Dispatch-2.56.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.tkkJWP/_old  2016-05-25 21:29:44.0 +0200
+++ /var/tmp/diff_new_pack.tkkJWP/_new  2016-05-25 21:29:44.0 +0200
@@ -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(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::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 @@
 
 %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

++ Log-Dispatch-2.54.tar.gz -> Log-Dispatch-2.56.tar.gz ++
 5193 lines of diff (skipped)




commit perl-Log-Dispatch for openSUSE:Factory

2016-01-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2016-01-21 23:44:11

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  
2015-09-24 06:15:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2016-01-22 01:09:50.0 +0100
@@ -1,0 +2,33 @@
+Tue Jan 19 10:02:29 UTC 2016 - co...@suse.com
+
+- updated to 2.54
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.54 2016-01-18
+  
+  - Fixed File::Locked even more. While some deadlocks were eliminated, there
+was still an issue when a Log::Dispatch object was created in a parent
+process and then recreated in the children. If the close_after_write
+parameter was false, then there would be a deadlock.
+  
+  - Made Syslog work on a threaded Perl when the threads module was not
+explicitly loaded. Fixed by Konrad Bucheli. GitHub #13.
+  
+  - The log() method now accepts a level parameter as an integer. Fixed by 
Steve
+Bertrand. GitHub #15.
+  
+  
+  2.53 2016-01-14
+  
+  - Actually fix File::Locked, this time with some actual tests.
+  
+  
+  2.52 2016-01-13
+  
+  - Make File::Locked output do an explicit unlock if the close_after_write
+option is not set. Without this it would open the file once in each 
process,
+attempting to get a lock at open time, pretty much guaranteeing a deadlock
+in a multiprocess environment. Now it should work sanely whether
+close_after_write is true or not.
+
+---

Old:

  Log-Dispatch-2.51.tar.gz

New:

  Log-Dispatch-2.54.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.RgPbfs/_old  2016-01-22 01:09:52.0 +0100
+++ /var/tmp/diff_new_pack.RgPbfs/_new  2016-01-22 01:09:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Dispatch
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.51
+Version:2.54
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs
@@ -33,6 +33,7 @@
 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
@@ -41,6 +42,7 @@
 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
@@ -62,7 +64,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Log-Dispatch-2.51.tar.gz -> Log-Dispatch-2.54.tar.gz ++
 6118 lines of diff (skipped)




commit perl-Log-Dispatch for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2015-09-24 06:15:01

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  
2015-09-08 17:42:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2015-09-24 06:15:03.0 +0200
@@ -1,0 +2,10 @@
+Sun Sep 20 08:58:55 UTC 2015 - co...@suse.com
+
+- updated to 2.51
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.51 2015-09-19
+  
+  - Fixed t/08-screen.t on Windows platforms.
+
+---

Old:

  Log-Dispatch-2.50.tar.gz

New:

  Log-Dispatch-2.51.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.OQDFjg/_old  2015-09-24 06:15:03.0 +0200
+++ /var/tmp/diff_new_pack.OQDFjg/_new  2015-09-24 06:15:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.50
+Version:2.51
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs
@@ -78,6 +78,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README.md
+%doc appveyor.yml Changes LICENSE README.md
 
 %changelog

++ Log-Dispatch-2.50.tar.gz -> Log-Dispatch-2.51.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.50/Changes 
new/Log-Dispatch-2.51/Changes
--- old/Log-Dispatch-2.50/Changes   2015-09-02 17:18:23.0 +0200
+++ new/Log-Dispatch-2.51/Changes   2015-09-19 19:00:02.0 +0200
@@ -1,3 +1,8 @@
+2.51 2015-09-19
+
+- Fixed t/08-screen.t on Windows platforms.
+
+
 2.50 2015-09-02
 
 - Changed how the Screen output handles UTF-8 data once more. The Screen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.50/MANIFEST 
new/Log-Dispatch-2.51/MANIFEST
--- old/Log-Dispatch-2.50/MANIFEST  2015-09-02 17:18:23.0 +0200
+++ new/Log-Dispatch-2.51/MANIFEST  2015-09-19 19:00:02.0 +0200
@@ -7,6 +7,7 @@
 META.yml
 Makefile.PL
 README.md
+appveyor.yml
 cpanfile
 dist.ini
 lib/Log/Dispatch.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.50/META.json 
new/Log-Dispatch-2.51/META.json
--- old/Log-Dispatch-2.50/META.json 2015-09-02 17:18:23.0 +0200
+++ new/Log-Dispatch-2.51/META.json 2015-09-19 19:00:02.0 +0200
@@ -87,67 +87,67 @@
"provides" : {
   "Log::Dispatch" : {
  "file" : "lib/Log/Dispatch.pm",
- "version" : "2.50"
+ "version" : "2.51"
   },
   "Log::Dispatch::ApacheLog" : {
  "file" : "lib/Log/Dispatch/ApacheLog.pm",
- "version" : "2.50"
+ "version" : "2.51"
   },
   "Log::Dispatch::Base" : {
  "file" : "lib/Log/Dispatch/Base.pm",
- "version" : "2.50"
+ "version" : "2.51"
   },
   "Log::Dispatch::Code" : {
  "file" : "lib/Log/Dispatch/Code.pm",
- "version" : "2.50"
+ "version" : "2.51"
   },
   "Log::Dispatch::Email" : {
  "file" : "lib/Log/Dispatch/Email.pm",
- "version" : "2.50"
+ "version" : "2.51"
   },
   "Log::Dispatch::Email::MIMELite" : {
  "file" : "lib/Log/Dispatch/Email/MIMELite.pm",
- "version" : "2.50"
+ "version" : "2.51"
   },
   "Log::Dispatch::Email::MailSend" : {
  "file" : "lib/Log/Dispatch/Email/MailSend.pm",
- "version" : "2.50"
+ "version" : "2.51"
   },
   "Log::Dispatch::Email::MailSender" : {
  "file" : "lib/Log/Dispatch/Email/MailSender.pm",
- "version" : "2.50"
+ "version" : "2.51"
   },
   "Log::Dispatch::Email::MailSendmail" : {
  "file" : "lib/Log/Dispatch/Email/MailSendmail.pm",
- "version" : "2.50"
+ "version" : "2.51"
   },
   "Log::Dispatch::File" : {
  "file" : "lib/Log/Dispatch/File.pm",
- "version" : "2.50"
+ "version" : "2.51"
   },
   "Log::Dispatch::File::Locked" : {
  "file" : "lib/Log/Dispatch/File/Locked.pm",
- "version" : "2.50"
+ "version" : "2.51"
   },
   "Log::Dispatch::Handle" : {
  "file" : "lib/Log/Dispatch/Handle.pm",
- "version" : "2.50"
+ "version" : "2.51"
   },
   "Log::Dispatch::Null" : {
  "file" : 

commit perl-Log-Dispatch for openSUSE:Factory

2015-09-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2015-09-08 17:39:25

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  
2015-08-27 08:56:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2015-09-08 17:42:43.0 +0200
@@ -1,0 +2,13 @@
+Thu Sep  3 08:48:01 UTC 2015 - co...@suse.com
+
+- updated to 2.50
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.50 2015-09-02
+  
+  - Changed how the Screen output handles UTF-8 data once more. The Screen
+module has gone back to printing output directly to the global STDOUT and
+STDERR handles. The previous changes broke the tests for several modules,
+including Log::Dispatch::Config. This change should fix them.
+
+---

Old:

  Log-Dispatch-2.49.tar.gz

New:

  Log-Dispatch-2.50.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.hvVjQo/_old  2015-09-08 17:42:44.0 +0200
+++ /var/tmp/diff_new_pack.hvVjQo/_new  2015-09-08 17:42:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.49
+Version:2.50
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs

++ Log-Dispatch-2.49.tar.gz -> Log-Dispatch-2.50.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.49/Changes 
new/Log-Dispatch-2.50/Changes
--- old/Log-Dispatch-2.49/Changes   2015-08-22 00:57:30.0 +0200
+++ new/Log-Dispatch-2.50/Changes   2015-09-02 17:18:23.0 +0200
@@ -1,3 +1,11 @@
+2.50 2015-09-02
+
+- Changed how the Screen output handles UTF-8 data once more. The Screen
+  module has gone back to printing output directly to the global STDOUT and
+  STDERR handles. The previous changes broke the tests for several modules,
+  including Log::Dispatch::Config. This change should fix them.
+
+
 2.49 2015-08-21
 
 - The Screen output now enables autoflush on the handle it uses to send output
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.49/META.json 
new/Log-Dispatch-2.50/META.json
--- old/Log-Dispatch-2.49/META.json 2015-08-22 00:57:30.0 +0200
+++ new/Log-Dispatch-2.50/META.json 2015-09-02 17:18:23.0 +0200
@@ -48,6 +48,7 @@
 "Carp" : "0",
 "Devel::GlobalDestruction" : "0",
 "Dist::CheckConflicts" : "0.02",
+"Encode" : "0",
 "Fcntl" : "0",
 "IO::Handle" : "0",
 "Module::Runtime" : "0",
@@ -86,67 +87,67 @@
"provides" : {
   "Log::Dispatch" : {
  "file" : "lib/Log/Dispatch.pm",
- "version" : "2.49"
+ "version" : "2.50"
   },
   "Log::Dispatch::ApacheLog" : {
  "file" : "lib/Log/Dispatch/ApacheLog.pm",
- "version" : "2.49"
+ "version" : "2.50"
   },
   "Log::Dispatch::Base" : {
  "file" : "lib/Log/Dispatch/Base.pm",
- "version" : "2.49"
+ "version" : "2.50"
   },
   "Log::Dispatch::Code" : {
  "file" : "lib/Log/Dispatch/Code.pm",
- "version" : "2.49"
+ "version" : "2.50"
   },
   "Log::Dispatch::Email" : {
  "file" : "lib/Log/Dispatch/Email.pm",
- "version" : "2.49"
+ "version" : "2.50"
   },
   "Log::Dispatch::Email::MIMELite" : {
  "file" : "lib/Log/Dispatch/Email/MIMELite.pm",
- "version" : "2.49"
+ "version" : "2.50"
   },
   "Log::Dispatch::Email::MailSend" : {
  "file" : "lib/Log/Dispatch/Email/MailSend.pm",
- "version" : "2.49"
+ "version" : "2.50"
   },
   "Log::Dispatch::Email::MailSender" : {
  "file" : "lib/Log/Dispatch/Email/MailSender.pm",
- "version" : "2.49"
+ "version" : "2.50"
   },
   "Log::Dispatch::Email::MailSendmail" : {
  "file" : "lib/Log/Dispatch/Email/MailSendmail.pm",
- "version" : "2.49"
+ "version" : "2.50"
   },
   "Log::Dispatch::File" : {
  "file" : "lib/Log/Dispatch/File.pm",
- "version" : "2.49"
+ "version" : "2.50"
   },
   "Log::Dispatch::File::Locked" : {
  "file" : "lib/Log/Dispatch/File/Locked.pm",
- "version" : "2.49"
+ "version" : "2.50"
   },
   

commit perl-Log-Dispatch for openSUSE:Factory

2015-08-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2015-08-27 08:56:28

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  
2015-08-10 09:16:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2015-08-27 08:56:30.0 +0200
@@ -1,0 +2,14 @@
+Sun Aug 23 08:57:34 UTC 2015 - co...@suse.com
+
+- updated to 2.49
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.49 2015-08-21
+  
+  - The Screen output now enables autoflush on the handle it uses to send 
output
+to STDOUT or STDERR every time it sends a message. This does not affect the
+global STDOUT or STDERR, as the Screen module makes its own handle for
+output. This fixes a bug reported by Karen Etheridge that caused this 
module
+to not play nicely with Capture::Tiny in some cases. RT #106605.
+
+---

Old:

  Log-Dispatch-2.48.tar.gz

New:

  Log-Dispatch-2.49.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.nDO2Lt/_old  2015-08-27 08:56:30.0 +0200
+++ /var/tmp/diff_new_pack.nDO2Lt/_new  2015-08-27 08:56:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.48
+Version:2.49
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs

++ Log-Dispatch-2.48.tar.gz - Log-Dispatch-2.49.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.48/Changes 
new/Log-Dispatch-2.49/Changes
--- old/Log-Dispatch-2.48/Changes   2015-08-07 17:53:45.0 +0200
+++ new/Log-Dispatch-2.49/Changes   2015-08-22 00:57:30.0 +0200
@@ -1,3 +1,12 @@
+2.49 2015-08-21
+
+- The Screen output now enables autoflush on the handle it uses to send output
+  to STDOUT or STDERR every time it sends a message. This does not affect the
+  global STDOUT or STDERR, as the Screen module makes its own handle for
+  output. This fixes a bug reported by Karen Etheridge that caused this module
+  to not play nicely with Capture::Tiny in some cases. RT #106605.
+
+
 2.48 2015-08-07
 
 - Fixed (I hope) tests that were added in the last release that fail on
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.48/MANIFEST 
new/Log-Dispatch-2.49/MANIFEST
--- old/Log-Dispatch-2.48/MANIFEST  2015-08-07 17:53:45.0 +0200
+++ new/Log-Dispatch-2.49/MANIFEST  2015-08-22 00:57:30.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.037.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.039.
 Changes
 INSTALL
 LICENSE
@@ -40,8 +40,10 @@
 t/07-syslog-threads.t
 t/08-screen.t
 t/author-eol.t
+t/author-mojibake.t
 t/author-no-tabs.t
 t/author-pod-spell.t
+t/author-test-dependents.t
 t/author-test-version.t
 t/email-exit-helper.pl
 t/lib/Log/Dispatch/TestUtil.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.48/META.json 
new/Log-Dispatch-2.49/META.json
--- old/Log-Dispatch-2.48/META.json 2015-08-07 17:53:45.0 +0200
+++ new/Log-Dispatch-2.49/META.json 2015-08-22 00:57:30.0 +0200
@@ -4,7 +4,7 @@
   Dave Rolsky auta...@urth.org
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 5.037, CPAN::Meta::Converter version 
2.150005,
+   generated_by : Dist::Zilla version 5.039, CPAN::Meta::Converter version 
2.150005,
license : [
   artistic_2
],
@@ -23,7 +23,6 @@
   develop : {
  requires : {
 Code::TidyAll : 0.24,
-IPC::Run3 : 0,
 MIME::Lite : 0,
 Mail::Send : 0,
 Mail::Sender : 0,
@@ -34,6 +33,7 @@
 Test::CPAN::Changes : 0.19,
 Test::Code::TidyAll : 0.24,
 Test::EOL : 0,
+Test::Mojibake : 0,
 Test::More : 0.88,
 Test::NoTabs : 0,
 Test::Pod : 1.41,
@@ -86,67 +86,67 @@
provides : {
   Log::Dispatch : {
  file : lib/Log/Dispatch.pm,
- version : 2.48
+ version : 2.49
   },
   Log::Dispatch::ApacheLog : {
  file : lib/Log/Dispatch/ApacheLog.pm,
- version : 2.48
+ version : 2.49
   },
   Log::Dispatch::Base : {
  file : 

commit perl-Log-Dispatch for openSUSE:Factory

2015-08-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2015-08-10 09:16:32

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  
2015-06-16 14:06:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2015-08-10 09:16:33.0 +0200
@@ -1,0 +2,33 @@
+Sat Aug  8 08:45:21 UTC 2015 - co...@suse.com
+
+- updated to 2.48
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.48 2015-08-07
+  
+  - Fixed (I hope) tests that were added in the last release that fail on
+Windows.
+  
+  
+  2.47 2015-08-06
+  
+  - Really, really make per-thread locking work. Depending on when threads and
+threads::shared were loaded, you might get an error like 'Type of arg 1 to
+threads::shared::share must be one of $@% at .../Log/Dispatch/Syslog.pm 
line
+67, near $thread_lock)'. Reported by David Schweikert.
+  
+  - Added support for auth-related parameters and replyto to
+Log::Dispatch::Email::MailSender. Implemented by Rohan Carly. Based on
+GitHub #10.
+  
+  - Added a utf8 flag for Log::Dispatch::Screen. If this is true, then it sets
+the :encoding(UTF-8) flag on the handle it uses for output (without
+affecting STDOUT or STDERR elsewhere). Suggested by Ivan Baidakou.
+  
+  
+  2.46 2015-08-05
+  
+  - Really make the per-thread locking in the Syslog output work. Based on a
+patch by David Schweikert. GitHub #9.
+
+---

Old:

  Log-Dispatch-2.45.tar.gz

New:

  Log-Dispatch-2.48.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.l7gwN6/_old  2015-08-10 09:16:34.0 +0200
+++ /var/tmp/diff_new_pack.l7gwN6/_new  2015-08-10 09:16:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.45
+Version:2.48
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs
@@ -32,8 +32,9 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Devel::GlobalDestruction)
 BuildRequires:  perl(Dist::CheckConflicts) = 0.02
+BuildRequires:  perl(IPC::Run3)
 BuildRequires:  perl(Module::Runtime)
-BuildRequires:  perl(Params::Validate) = 0.15
+BuildRequires:  perl(Params::Validate) = 1.03
 BuildRequires:  perl(Sys::Syslog) = 0.28
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) = 0.96
@@ -41,7 +42,7 @@
 Requires:   perl(Devel::GlobalDestruction)
 Requires:   perl(Dist::CheckConflicts) = 0.02
 Requires:   perl(Module::Runtime)
-Requires:   perl(Params::Validate) = 0.15
+Requires:   perl(Params::Validate) = 1.03
 Requires:   perl(Sys::Syslog) = 0.28
 %{perl_requires}
 

++ Log-Dispatch-2.45.tar.gz - Log-Dispatch-2.48.tar.gz ++
 2586 lines of diff (skipped)




commit perl-Log-Dispatch for openSUSE:Factory

2015-06-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2015-06-16 14:05:45

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  
2015-03-25 10:01:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2015-06-16 14:06:03.0 +0200
@@ -1,0 +2,12 @@
+Mon Jun 15 08:50:03 UTC 2015 - co...@suse.com
+
+- updated to 2.45
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.45 2015-06-14
+  
+  - Don't include threads and threads::shared in list of dependencies. This is
+only needed for Log::Dispatch::Syslog and is loaded at runtime as needed
+(which has its own issues but ...). Reported by Kent Fredric. RT #103392.
+
+---

Old:

  Log-Dispatch-2.44.tar.gz

New:

  Log-Dispatch-2.45.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.7g1VIj/_old  2015-06-16 14:06:05.0 +0200
+++ /var/tmp/diff_new_pack.7g1VIj/_new  2015-06-16 14:06:05.0 +0200
@@ -17,25 +17,28 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.44
+Version:2.45
 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/
-Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Devel::GlobalDestruction)
 BuildRequires:  perl(Dist::CheckConflicts) = 0.02
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Params::Validate) = 0.15
 BuildRequires:  perl(Sys::Syslog) = 0.28
 BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::More) = 0.88
+BuildRequires:  perl(Test::More) = 0.96
 BuildRequires:  perl(Test::Requires)
+Requires:   perl(Devel::GlobalDestruction)
 Requires:   perl(Dist::CheckConflicts) = 0.02
 Requires:   perl(Module::Runtime)
 Requires:   perl(Params::Validate) = 0.15

++ Log-Dispatch-2.44.tar.gz - Log-Dispatch-2.45.tar.gz ++
 3930 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e s,hunspell-X,$hunspell, t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver  make test
#ignore_requires: Bizarre::Module



commit perl-Log-Dispatch for openSUSE:Factory

2015-03-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2015-03-25 10:01:01

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  
2014-09-23 10:42:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2015-03-25 10:01:02.0 +0100
@@ -1,0 +2,24 @@
+Sat Mar 21 21:16:26 UTC 2015 - mplus...@suse.com
+
+- Update to 2.44
+  * The fix for a buffered email output in the last release 
+introduced a bug with _non-buffered_ email outputs. This would 
+cause a fatal error during global destruction when the DESTROY 
+method was called. Reported by Chrison Hutchinson. RT #99474.
+- Changes for 2.43
+  * Fixed the thread locking in Log::Dispatch::Syslog (I hope). 
+The previous version caused Perl to crash when per-thread 
+locking was enabled. Note that I don't use threads so I haven't 
+tested this. Patch by Sergio Fernández Muñoz. RT # 99208.
+  * If a buffered email output is being destroyed during global 
+destruction and still has messages in the buffer, we warn and 
+do not attempt to send the messages. During global destruction, 
+the package we use to send email may already be destroyed, 
+leading to weird errors when we try to use it. Reported by 
+Mark Overmeer. RT #97733.
+  * In 2.42 I added the ability to pass a hashref for the socket 
+parameter given to Log::Dispatch::Syslog, but I forgot to 
+mention this here. This is necessary to support remote logging. 
+Patch by David Coppit. RT #93045.
+
+---

Old:

  Log-Dispatch-2.42.tar.gz

New:

  Log-Dispatch-2.44.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.vQ64sC/_old  2015-03-25 10:01:03.0 +0100
+++ /var/tmp/diff_new_pack.vQ64sC/_new  2015-03-25 10:01:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Dispatch
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.42
+Version:2.44
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs

++ Log-Dispatch-2.42.tar.gz - Log-Dispatch-2.44.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.42/Changes 
new/Log-Dispatch-2.44/Changes
--- old/Log-Dispatch-2.42/Changes   2014-08-12 20:44:21.0 +0200
+++ new/Log-Dispatch-2.44/Changes   2014-10-18 21:00:24.0 +0200
@@ -1,3 +1,28 @@
+2.44 2014-10-18
+
+- The fix for a buffered email output in the last release introduced a bug
+  with _non-buffered_ email outputs. This would cause a fatal error during
+  global destruction when the DESTROY method was called. Reported by Christ
+  Hutchinson. RT #99474.
+
+
+2.43 2014-10-05
+
+- Fixed the thread locking in Log::Dispatch::Syslog (I hope). The previous
+  version caused Perl to crash when per-thread locking was enabled. Note that
+  I don't use threads so I haven't tested this. Patch by Sergio Fernández
+  Muñoz. RT # 99208.
+
+- If a buffered email output is being destroyed during global destruction and
+  still has messages in the buffer, we warn and do not attempt to send the
+  messages. During global destruction, the package we use to send email may
+  already be destroyed, leading to weird errors when we try to use
+  it. Reported by Mark Overmeer. RT #97733.
+
+- In 2.42 I added the ability to pass a hashref for the socket parameter given
+  to Log::Dispatch::Syslog, but I forgot to mention this here. This is
+  necessary to support remote logging. Patch by David Coppit. RT #93045.
+
 2.42 2014-08-12
 
 - Added a Log::Dispatch-clone() method. This returns shallow clone. The
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.42/MANIFEST 
new/Log-Dispatch-2.44/MANIFEST
--- old/Log-Dispatch-2.42/MANIFEST  2014-08-12 20:44:21.0 +0200
+++ new/Log-Dispatch-2.44/MANIFEST  2014-10-18 21:00:24.0 +0200
@@ -34,12 +34,12 @@
 t/04-binmode.t
 t/05-close-after-write.t
 t/06-syslog.t
+t/author-no-tabs.t
 t/author-pod-spell.t
 

commit perl-Log-Dispatch for openSUSE:Factory

2014-09-23 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2014-09-23 10:42:57.0 +0200
@@ -1,0 +2,29 @@
+Mon Sep 22 10:16:56 UTC 2014 - co...@suse.com
+
+- really remove Log-Dispatch-old_Test-More.patch
+
+---
+Fri Sep 19 12:15:47 UTC 2014 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.RoYeAd/_new  2014-09-23 10:42:58.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Log-Dispatch for openSUSE:Factory

2013-07-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2013-07-29 17:49:29

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-06-05 19:32:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2013-07-29 17:49:30.0 +0200
@@ -1,0 +2,12 @@
+Fri Jul 26 10:01:24 UTC 2013 - co...@suse.com
+
+- updated to 2.41
+ - An error is now thrown if you call Log::Dispatch-log without a
+   level. Previously you'd just get a warning and then execution would continue
+   (without logging anything). Patch by Ross Attrill. RT #87133.
+ 
+ - Added a conflict entry for older Log::Dispatch::File::Stamped to the
+   metadata. Patch by Karen Etheridge. RT #86215.
+- remove outdated Log-Dispatch-old_Test-More.patch
+
+---

Old:

  Log-Dispatch-2.39.tar.gz

New:

  Log-Dispatch-2.41.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.Ykwq6U/_old  2013-07-29 17:49:31.0 +0200
+++ /var/tmp/diff_new_pack.Ykwq6U/_new  2013-07-29 17:49:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.39
+Version:2.41
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs
@@ -25,13 +25,12 @@
 Group:  Development/Libraries/Perl
 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
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Load)
+BuildRequires:  perl(Dist::CheckConflicts) = 0.02
 BuildRequires:  perl(Params::Validate) = 0.15
 BuildRequires:  perl(Sys::Syslog) = 0.25
 BuildRequires:  perl(Test::More) = 0.88
@@ -53,6 +52,7 @@
 #BuildRequires: perl(MIME::Lite)
 #BuildRequires: perl(Test::Spelling)
 Requires:   perl(Class::Load)
+Requires:   perl(Dist::CheckConflicts) = 0.02
 Requires:   perl(Params::Validate) = 0.15
 Requires:   perl(Sys::Syslog) = 0.25
 %{perl_requires}
@@ -74,13 +74,6 @@
 %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

++ Log-Dispatch-2.39.tar.gz - Log-Dispatch-2.41.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.39/Changes 
new/Log-Dispatch-2.41/Changes
--- old/Log-Dispatch-2.39/Changes   2013-04-21 16:40:14.0 +0200
+++ new/Log-Dispatch-2.41/Changes   2013-07-22 17:38:01.0 +0200
@@ -1,3 +1,16 @@
+2.41 2013-07-22
+
+- An error is now thrown if you call Log::Dispatch-log without a
+  level. Previously you'd just get a warning and then execution would continue
+  (without logging anything). Patch by Ross Attrill. RT #87133.
+
+
+2.40 2013-07-01
+
+- Added a conflict entry for older Log::Dispatch::File::Stamped to the
+  metadata. Patch by Karen Etheridge. RT #86215.
+
+
 2.39 2013-04-21
 
 - You can now pass a port option to the MailSender output. Patch by Whitney
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.39/MANIFEST 
new/Log-Dispatch-2.41/MANIFEST
--- old/Log-Dispatch-2.39/MANIFEST  2013-04-21 16:40:14.0 +0200
+++ new/Log-Dispatch-2.41/MANIFEST  2013-07-22 17:38:01.0 +0200
@@ -11,6 +11,7 @@
 lib/Log/Dispatch/ApacheLog.pm
 lib/Log/Dispatch/Base.pm
 lib/Log/Dispatch/Code.pm
+lib/Log/Dispatch/Conflicts.pm
 lib/Log/Dispatch/Email.pm
 lib/Log/Dispatch/Email/MIMELite.pm
 lib/Log/Dispatch/Email/MailSend.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.39/META.json 
new/Log-Dispatch-2.41/META.json
--- old/Log-Dispatch-2.39/META.json 2013-04-21 16:40:14.0 +0200
+++ new/Log-Dispatch-2.41/META.json 2013-07-22 17:38:01.0 +0200
@@ -16,6 +16,7 @@
prereqs : {
   configure : {
  requires : {
+Dist::CheckConflicts : 0.02,
 ExtUtils::MakeMaker : 6.30
  }
   },
@@ -27,6 +28,7 @@
   runtime : {
  requires : {
   

commit perl-Log-Dispatch for openSUSE:Factory

2013-06-05 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2013-06-05 19:32:34.0 +0200
@@ -1,0 +2,24 @@
+Wed Jun  5 11:46:40 UTC 2013 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.P47uRw/_new  2013-06-05 19:32:35.0 +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 

commit perl-Log-Dispatch for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2011-12-06 18:43:52

Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatch (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new (New)


Package is perl-Log-Dispatch, Maintainer is c...@suse.com

Changes:




Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.VvW6st/_old  2011-12-06 19:12:41.0 +0100
+++ /var/tmp/diff_new_pack.VvW6st/_new  2011-12-06 19:12:41.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Log-Dispatch
 Version:2.29
 Release:3
-License:Artistic 2.0
+License:Artistic-2.0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs
 Url:http://search.cpan.org/dist/Log-Dispatch/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Log-Dispatch for openSUSE:Factory

2011-08-24 Thread h_root

Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory
checked in at Wed Aug 24 14:10:49 CEST 2011.




--- perl-Log-Dispatch/perl-Log-Dispatch.changes 2011-04-02 21:37:25.0 
+0200
+++ /mounts/work_src_done/STABLE/perl-Log-Dispatch/perl-Log-Dispatch.changes
2011-08-22 11:11:51.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 22 09:10:29 UTC 2011 - l...@linux-schulserver.de
+
+- fix build on distributions with old Test::More module
+  ( Log-Dispatch-old_Test-More.patch ) 
+
+---

calling whatdependson for head-i586


New:

  Log-Dispatch-old_Test-More.patch



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.1Ej3ab/_old  2011-08-24 14:05:40.0 +0200
+++ /var/tmp/diff_new_pack.1Ej3ab/_new  2011-08-24 14:05:40.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   perl-Log-Dispatch
 Version:2.29
-Release:1
+Release:3
 License:Artistic 2.0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs
@@ -27,6 +27,9 @@
 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
+Patch1: Log-Dispatch-old_Test-More.patch
+%endif
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -52,6 +55,11 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%if 0%{?suse_version} = 1110
+%patch1 -p1
+# only needed for the maintainer:
+rm t/02-email-exit.t
+%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Log-Dispatch-old_Test-More.patch ++
Index: Log-Dispatch-2.29/t/03-short-syntax.t
===
--- Log-Dispatch-2.29.orig/t/03-short-syntax.t
+++ Log-Dispatch-2.29/t/03-short-syntax.t
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 use lib qw(t/lib);
-use Test::More;
+use Test::More qw(no_plan);
 use Log::Dispatch;
 use Log::Dispatch::TestUtil qw(cmp_deeply);
 use File::Temp qw( tempdir );
@@ -66,4 +66,4 @@ my $tempdir = tempdir( CLEANUP = 1 );
 got error for expected outer arrayref );
 }
 
-done_testing();
+#done_testing();
Index: Log-Dispatch-2.29/t/01-basic.t
===
--- Log-Dispatch-2.29.orig/t/01-basic.t
+++ Log-Dispatch-2.29/t/01-basic.t
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More;
+use Test::More qw(no_plan);
 
 use File::Spec;
 use File::Temp qw( tempdir );
@@ -951,7 +951,7 @@ SKIP:
 is( $dispatch-max_level, 'emergency', 'max_level is emergency' );
 }
 
-done_testing();
+#done_testing();
 
 package Log::Dispatch::String;
 





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Log-Dispatch for openSUSE:Factory

2011-04-04 Thread h_root

Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory
checked in at Mon Apr 4 12:58:35 CEST 2011.




--- perl-Log-Dispatch/perl-Log-Dispatch.changes 2011-02-01 17:48:21.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-Log-Dispatch/perl-Log-Dispatch.changes
2011-04-02 21:37:25.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr  2 19:36:48 UTC 2011 - co...@novell.com
+
+- update to 2.29
+  - Add is_$level methods for compatibility with Log::Contextual
+
+---

calling whatdependson for head-i586


Old:

  Log-Dispatch-2.28.tar.bz2

New:

  Log-Dispatch-2.29.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.isVQ0w/_old  2011-04-04 12:58:00.0 +0200
+++ /var/tmp/diff_new_pack.isVQ0w/_new  2011-04-04 12:58:00.0 +0200
@@ -18,25 +18,22 @@
 
 
 Name:   perl-Log-Dispatch
-%define cpan_name Log-Dispatch
-Summary:Dispatches messages to one or more outputs
-Version:2.28
+Version:2.29
 Release:1
 License:Artistic 2.0
-Group:  Development/Libraries/Perl
+%define cpan_name Log-Dispatch
+Summary:Dispatches messages to one or more outputs
 Url:http://search.cpan.org/dist/Log-Dispatch/
+Group:  Development/Libraries/Perl
 #Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Params::Validate) = 0.15
-BuildRequires:  perl(Sys::Syslog) = 0.25
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Params::Validate) = 0.15
 Requires:   perl(Params::Validate) = 0.15
-Requires:   perl(Sys::Syslog) = 0.25
 %{perl_requires}
 
 %description
@@ -73,6 +70,6 @@
 
 %files -f %{name}.files
 %defattr(644,root,root,755)
-%doc Changes LICENSE README SIGNATURE
+%doc Changes LICENSE README
 
 %changelog






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org