commit perl-Log-Any for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory 
checked in at 2020-01-14 21:10:22

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


Package is "perl-Log-Any"

Tue Jan 14 21:10:22 2020 rev:25 rq:764296 version:1.708

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2018-08-31 10:43:59.447170027 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new.6675/perl-Log-Any.changes  
2020-01-14 21:13:37.542938511 +0100
@@ -1,0 +2,27 @@
+Tue Jan 14 03:08:57 UTC 2020 -  
+
+- updated to 1.708
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+  1.708 2020-01-12 22:56:43-05:00 America/New_York
+  
+  [Added]
+  
+  - Added 'Capture' adapter for capturing log messages in an array or
+running an arbitrary callback. This makes it easier to test log
+messages, collect messages from a certain scope for later display.
+Thanks @nrdvana! [Github #77]
+  
+  - Added Log::Any::Adapter 'get' class method to get an adapter for
+a category. This allows bypassing the Proxy and using the Adapter
+directly. Doing so breaks all the features enabled by a Proxy, and
+so should only be used in special circumstances (definitely not in
+CPAN modules). Thanks @nrdvana! [Github #78]
+  
+  - Added 'Multiplex' adapter for directing log output to one or more
+Log::Any adapters. This allows, for example, basic logging to
+Stderr and logging to a remote Syslogd or Elastic. Thanks
+@jrubinator and @GrantStreetGroup for contributing this!
+[Github #79, Github #16]
+
+---

Old:

  Log-Any-1.707.tar.gz

New:

  Log-Any-1.708.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.mtum1A/_old  2020-01-14 21:13:38.022938730 +0100
+++ /var/tmp/diff_new_pack.mtum1A/_new  2020-01-14 21:13:38.022938730 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Any
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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-Any
-Version:1.707
+Version:1.708
 Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Log-Any/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/P/PR/PREACTION/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -73,14 +73,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" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -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-Any-1.707.tar.gz -> Log-Any-1.708.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.707/Changes new/Log-Any-1.708/Changes
--- old/Log-Any-1.707/Changes   2018-08-02 05:55:07.0 +0200
+++ new/Log-Any-1.708/Changes   2020-01-13 04:56:51.0 +0100
@@ -2,6 +2,27 @@
 
 ** denotes an incompatible change
 
+1.708 2020-01-12 22:56:43-05:00 America/New_York
+
+[Added]
+
+- Added 'Capture' adapter for capturing log messages in an array or
+  running an arbitrary callback. This makes it easier to test log
+  messages, collect messages from a certain scope for later display.
+  Thanks @nrdvana! [Github #77]
+
+- Added Log::Any::Adapter 'get' class method to get an adapter for
+  a category. This allows bypassing the Proxy and using the Adapter
+  directly. Doing so breaks all the features enabled by a Proxy, and
+  so should only be used in special circumstances (definitely not in
+  CPAN modules). Thanks @nrdvana! [Github #78]
+
+

commit perl-Log-Any for openSUSE:Factory

2018-08-31 Thread root
Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory 
checked in at 2018-08-31 10:42:57

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


Package is "perl-Log-Any"

Fri Aug 31 10:42:57 2018 rev:24 rq:631320 version:1.707

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2018-07-28 12:39:34.564330496 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes   
2018-08-31 10:43:59.447170027 +0200
@@ -1,0 +2,6 @@
+Fri Aug  3 05:31:39 UTC 2018 - co...@suse.com
+
+- updated to 1.707
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+---

Old:

  Log-Any-1.706.tar.gz

New:

  Log-Any-1.707.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.eiBTTy/_old  2018-08-31 10:43:59.931170603 +0200
+++ /var/tmp/diff_new_pack.eiBTTy/_new  2018-08-31 10:43:59.931170603 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Any
-Version:1.706
+Version:1.707
 Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together

++ Log-Any-1.706.tar.gz -> Log-Any-1.707.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.706/Changes new/Log-Any-1.707/Changes
--- old/Log-Any-1.706/Changes   2018-07-07 03:20:05.0 +0200
+++ new/Log-Any-1.707/Changes   2018-08-02 05:55:07.0 +0200
@@ -2,6 +2,15 @@
 
 ** denotes an incompatible change
 
+1.707 2018-08-01 22:55:01-05:00 America/Chicago
+
+[Fixed]
+
+- The local context hash (`$log->context`) and the log hash
+  (`$log->$level( $message, $hash )`) now get merged correctly,
+  combining contextual logging and structured logging. Thanks
+  @mephinet! [Github #76] [Github #73]
+
 1.706 2018-07-06 20:20:00-05:00 America/Chicago
 
 [Fixed]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.706/META.json new/Log-Any-1.707/META.json
--- old/Log-Any-1.706/META.json 2018-07-07 03:20:05.0 +0200
+++ new/Log-Any-1.707/META.json 2018-08-02 05:55:07.0 +0200
@@ -75,63 +75,63 @@
"provides" : {
   "Log::Any" : {
  "file" : "lib/Log/Any.pm",
- "version" : "1.706"
+ "version" : "1.707"
   },
   "Log::Any::Adapter" : {
  "file" : "lib/Log/Any/Adapter.pm",
- "version" : "1.706"
+ "version" : "1.707"
   },
   "Log::Any::Adapter::Base" : {
  "file" : "lib/Log/Any/Adapter/Base.pm",
- "version" : "1.706"
+ "version" : "1.707"
   },
   "Log::Any::Adapter::File" : {
  "file" : "lib/Log/Any/Adapter/File.pm",
- "version" : "1.706"
+ "version" : "1.707"
   },
   "Log::Any::Adapter::Null" : {
  "file" : "lib/Log/Any/Adapter/Null.pm",
- "version" : "1.706"
+ "version" : "1.707"
   },
   "Log::Any::Adapter::Stderr" : {
  "file" : "lib/Log/Any/Adapter/Stderr.pm",
- "version" : "1.706"
+ "version" : "1.707"
   },
   "Log::Any::Adapter::Stdout" : {
  "file" : "lib/Log/Any/Adapter/Stdout.pm",
- "version" : "1.706"
+ "version" : "1.707"
   },
   "Log::Any::Adapter::Syslog" : {
  "file" : "lib/Log/Any/Adapter/Syslog.pm",
- "version" : "1.706"
+ "version" : "1.707"
   },
   "Log::Any::Adapter::Test" : {
  "file" : "lib/Log/Any/Adapter/Test.pm",
- "version" : "1.706"
+ "version" : "1.707"
   },
   "Log::Any::Adapter::Util" : {
  "file" : "lib/Log/Any/Adapter/Util.pm",
- "version" : "1.706"
+ "version" : "1.707"
   },
   "Log::Any::Manager" : {
  "file" : "lib/Log/Any/Manager.pm",
- "version" : "1.706"
+ "version" : "1.707"
   },
   "Log::Any::Proxy" : {
  "file" : "lib/Log/Any/Proxy.pm",
- "version" : "1.706"
+ "version" : "1.707"
   },
   "Log::Any::Proxy::Null" : {
  "file" : "lib/Log/Any/Proxy/Null.pm",
- "version" : "1.706"
+ "version" : "1.707"
   },
   "Log::Any::Proxy::Test" : {
  "file" : "lib/Log/Any/Proxy/Test.pm",
- "version" : "1.706"
+ "version" : "1.707"
   },
   "Log::Any::Test" : {
  "file" : "lib/Log/Any/Test.pm",
- "version" : "1.706"
+ "version" : "1.707"
   }
},
"release_status" : "stable",
@@ -146,7 +146,7 @@
  "web" : "https://github.com/preaction/Log-Any";
   }
},

commit perl-Log-Any for openSUSE:Factory

2018-07-28 Thread root
Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory 
checked in at 2018-07-28 12:39:33

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


Package is "perl-Log-Any"

Sat Jul 28 12:39:33 2018 rev:23 rq:623040 version:1.706

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2018-02-09 15:47:30.291479928 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes   
2018-07-28 12:39:34.564330496 +0200
@@ -1,0 +2,6 @@
+Sun Jul  8 05:35:38 UTC 2018 - co...@suse.com
+
+- updated to 1.706
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+---

Old:

  Log-Any-1.705.tar.gz

New:

  Log-Any-1.706.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.iap3ea/_old  2018-07-28 12:39:35.460332218 +0200
+++ /var/tmp/diff_new_pack.iap3ea/_new  2018-07-28 12:39:35.464332225 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Log-Any
-Version:1.705
+Version:1.706
 Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Log-Any/
 Source0:
https://cpan.metacpan.org/authors/id/P/PR/PREACTION/%{cpan_name}-%{version}.tar.gz

++ Log-Any-1.705.tar.gz -> Log-Any-1.706.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.705/Changes new/Log-Any-1.706/Changes
--- old/Log-Any-1.705/Changes   2018-01-17 20:49:43.0 +0100
+++ new/Log-Any-1.706/Changes   2018-07-07 03:20:05.0 +0200
@@ -2,12 +2,22 @@
 
 ** denotes an incompatible change
 
+1.706 2018-07-06 20:20:00-05:00 America/Chicago
+
+[Fixed]
+
+- The File, Stderr, and Stdout adapters now correctly allow being
+  set to the "emergency" log level threshold. Previously, trying to
+  only allow "emergency" log lines would result in all logs being
+  written (and a warning about an invalid log level being set).
+  Thanks @alabamapaul! [Github #74]
+
 1.705 2018-01-17 13:49:22-06:00 America/Chicago
 
 [Fixed]
 
 - Fixed the `binmode` attribute of the File adapter not working
-  properly. Thanks @MadLord80! [Github #71]
+  properly. Thanks @MadLord80! [Github #72]
 
 1.704 2017-12-17 18:13:33-06:00 America/Chicago
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.705/MANIFEST new/Log-Any-1.706/MANIFEST
--- old/Log-Any-1.705/MANIFEST  2018-01-17 20:49:43.0 +0100
+++ new/Log-Any-1.706/MANIFEST  2018-07-07 03:20:05.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.010.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.012.
 CONTRIBUTING.md
 Changes
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.705/META.json new/Log-Any-1.706/META.json
--- old/Log-Any-1.705/META.json 2018-01-17 20:49:43.0 +0100
+++ new/Log-Any-1.706/META.json 2018-07-07 03:20:05.0 +0200
@@ -8,7 +8,7 @@
   "Stephen Thirlwall "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010",
"license" : [
   "perl_5"
],
@@ -75,63 +75,63 @@
"provides" : {
   "Log::Any" : {
  "file" : "lib/Log/Any.pm",
- "version" : "1.705"
+ "version" : "1.706"
   },
   "Log::Any::Adapter" : {
  "file" : "lib/Log/Any/Adapter.pm",
- "version" : "1.705"
+ "version" : "1.706"
   },
   "Log::Any::Adapter::Base" : {
  "file" : "lib/Log/Any/Adapter/Base.pm",
- "version" : "1.705"
+ "version" : "1.706"
   },
   "Log::Any::Adapter::File" : {
  "file" : "lib/Log/Any/Adapter/File.pm",
- "version" : "1.705"
+ "version" : "1.706"
   },
   "Log::Any::Adapter::Null" : {
  "file" : "lib/Log/Any/Adapter/Null.pm",
- "version" : "1.705"
+ "version" : "1.706"
   },
   "Log::Any::Adapter::Stderr" : {
  "file" : "lib/Log/Any/Adapter/Stderr.pm",
- "version" : "1.705"
+ "version" : "1.706"
   },
   "Log::Any::Adapter::Stdout" : {
  "file" : "lib/Log/Any/Adapter/Stdout.pm",
- "vers

commit perl-Log-Any for openSUSE:Factory

2018-02-09 Thread root
Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory 
checked in at 2018-02-09 15:47:29

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


Package is "perl-Log-Any"

Fri Feb  9 15:47:29 2018 rev:22 rq:573985 version:1.705

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2018-01-09 14:51:15.445247368 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes   
2018-02-09 15:47:30.291479928 +0100
@@ -1,0 +2,23 @@
+Wed Feb  7 16:44:12 UTC 2018 - co...@suse.com
+
+- updated to 1.705
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+  1.705 2018-01-17 13:49:22-06:00 America/Chicago
+  
+  [Fixed]
+  
+  - Fixed the `binmode` attribute of the File adapter not working
+properly. Thanks @MadLord80! [Github #71]
+  
+  1.704 2017-12-17 18:13:33-06:00 America/Chicago
+  
+  [Fixed]
+  
+  - Fixed some invalid POD and added a test to ensure POD validity
+before release. Thanks @shlomif! [Github #67][Github #68]
+  
+  - Improved performance when no work needed to be done. Thanks
+@mephinet! [Github #70]
+
+---

Old:

  Log-Any-1.703.tar.gz

New:

  Log-Any-1.705.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.Xlyxuc/_old  2018-02-09 15:47:31.159448759 +0100
+++ /var/tmp/diff_new_pack.Xlyxuc/_new  2018-02-09 15:47:31.159448759 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Any
 #
-# 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-Any
-Version:1.703
+Version:1.705
 Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together

++ Log-Any-1.703.tar.gz -> Log-Any-1.705.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.703/Changes new/Log-Any-1.705/Changes
--- old/Log-Any-1.703/Changes   2017-11-29 17:56:37.0 +0100
+++ new/Log-Any-1.705/Changes   2018-01-17 20:49:43.0 +0100
@@ -2,6 +2,23 @@
 
 ** denotes an incompatible change
 
+1.705 2018-01-17 13:49:22-06:00 America/Chicago
+
+[Fixed]
+
+- Fixed the `binmode` attribute of the File adapter not working
+  properly. Thanks @MadLord80! [Github #71]
+
+1.704 2017-12-17 18:13:33-06:00 America/Chicago
+
+[Fixed]
+
+- Fixed some invalid POD and added a test to ensure POD validity
+  before release. Thanks @shlomif! [Github #67][Github #68]
+
+- Improved performance when no work needed to be done. Thanks
+  @mephinet! [Github #70]
+
 1.703 2017-11-29 10:56:17-06:00 America/Chicago
 
 [Fixed]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.703/MANIFEST new/Log-Any-1.705/MANIFEST
--- old/Log-Any-1.703/MANIFEST  2017-11-29 17:56:37.0 +0100
+++ new/Log-Any-1.705/MANIFEST  2018-01-17 20:49:43.0 +0100
@@ -30,6 +30,7 @@
 t/00-report-prereqs.t
 t/TestAdapters.pm
 t/adapter-import.t
+t/author-pod-syntax.t
 t/context.t
 t/default-adapter-env.t
 t/default-adapter-params.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.703/META.json new/Log-Any-1.705/META.json
--- old/Log-Any-1.703/META.json 2017-11-29 17:56:37.0 +0100
+++ new/Log-Any-1.705/META.json 2018-01-17 20:49:43.0 +0100
@@ -36,6 +36,11 @@
 "ExtUtils::MakeMaker" : "0"
  }
   },
+  "develop" : {
+ "requires" : {
+"Test::Pod" : "1.41"
+ }
+  },
   "runtime" : {
  "requires" : {
 "B" : "0",
@@ -70,63 +75,63 @@
"provides" : {
   "Log::Any" : {
  "file" : "lib/Log/Any.pm",
- "version" : "1.703"
+ "version" : "1.705"
   },
   "Log::Any::Adapter" : {
  "file" : "lib/Log/Any/Adapter.pm",
- "version" : "1.703"
+ "version" : "1.705"
   },
   "Log::Any::Adapter::Base" : {
  "file" : "lib/Log/Any/Adapter/Base.pm",
- "version" : "1.703"
+ "version" : "1.705"
   },
   "Log::Any::Adapter::File" : {
  "file" : "lib/Log/Any/Adapter/File.pm",
- "version" : "1.703"
+ "version" : "1.705"
   },
   "Log::Any::Adapter::Null" : {
  "file" : "lib/Log/Any/Adapter/

commit perl-Log-Any for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory 
checked in at 2018-01-09 14:50:50

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


Package is "perl-Log-Any"

Tue Jan  9 14:50:50 2018 rev:21 rq:555056 version:1.703

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2017-10-09 19:47:40.425027434 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes   
2018-01-09 14:51:15.445247368 +0100
@@ -1,0 +2,27 @@
+Thu Dec  7 06:32:50 UTC 2017 - co...@suse.com
+
+- updated to 1.703
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+  1.703 2017-11-29 10:56:17-06:00 America/Chicago
+  
+  [Fixed]
+  
+  - Fixed log format methods (errorf, warnf, infof, etc...) not
+returning the formatted message sometimes. Thanks @vshekun!
+[Github #64]
+
+---
+Wed Nov 29 06:32:55 UTC 2017 - co...@suse.com
+
+- updated to 1.702
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+  1.702 2017-11-28 15:18:40-06:00 America/Chicago
+  
+  [Fixed]
+  
+  - Fixed log output disappearing when the `default_adapter` is set.
+Thanks @dallaylaen! [Github #65]
+
+---

Old:

  Log-Any-1.701.tar.gz

New:

  Log-Any-1.703.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.N0UYgq/_old  2018-01-09 14:51:16.005221114 +0100
+++ /var/tmp/diff_new_pack.N0UYgq/_new  2018-01-09 14:51:16.005221114 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Any
-Version:1.701
+Version:1.703
 Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together

++ Log-Any-1.701.tar.gz -> Log-Any-1.703.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.701/Changes new/Log-Any-1.703/Changes
--- old/Log-Any-1.701/Changes   2017-10-02 21:36:56.0 +0200
+++ new/Log-Any-1.703/Changes   2017-11-29 17:56:37.0 +0100
@@ -2,6 +2,21 @@
 
 ** denotes an incompatible change
 
+1.703 2017-11-29 10:56:17-06:00 America/Chicago
+
+[Fixed]
+
+- Fixed log format methods (errorf, warnf, infof, etc...) not
+  returning the formatted message sometimes. Thanks @vshekun!
+  [Github #64]
+
+1.702 2017-11-28 15:18:40-06:00 America/Chicago
+
+[Fixed]
+
+- Fixed log output disappearing when the `default_adapter` is set.
+  Thanks @dallaylaen! [Github #65]
+
 1.701 2017-10-02 14:36:51-05:00 America/Chicago
 
 [Fixed]
@@ -26,7 +41,7 @@
 
 - LOG_ANY_DEFAULT_ADAPTER now correctly logs to the given adapter.
 
-  Previously, if no other adapter was set, Log::Any used it's
+  Previously, if no other adapter was set, Log::Any used its
   default, super-fast "Null" proxy that simply drops all messages
   without checking adapters. Now Log::Any will correctly detect the
   environment variable and create the correct, normal proxy object.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.701/MANIFEST new/Log-Any-1.703/MANIFEST
--- old/Log-Any-1.701/MANIFEST  2017-10-02 21:36:56.0 +0200
+++ new/Log-Any-1.703/MANIFEST  2017-11-29 17:56:37.0 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.008.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.010.
 CONTRIBUTING.md
 Changes
 LICENSE
@@ -33,6 +33,7 @@
 t/context.t
 t/default-adapter-env.t
 t/default-adapter-params.t
+t/default-adapter-use.t
 t/default-adapter.t
 t/default-vs-test.t
 t/errors-adapter.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.701/META.json new/Log-Any-1.703/META.json
--- old/Log-Any-1.701/META.json 2017-10-02 21:36:56.0 +0200
+++ new/Log-Any-1.703/META.json 2017-11-29 17:56:37.0 +0100
@@ -8,7 +8,7 @@
   "Stephen Thirlwall "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150010",
"license" : [
   "perl_5"
],
@@ -70,63 +70,63 @@
"provides" : {
   "Log::Any" : {
  "file" : "lib/Log/Any.pm",
- "version" : "1.701"
+ "version" : "1.703"
   },
   "Log::Any::Adapter" : {
  "file" : "lib/Log/Any/Adapter.pm",
- "version" : "1.701"
+ "version" : "1.703"
   },

commit perl-Log-Any for openSUSE:Factory

2017-10-09 Thread root
Hello community,

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

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


Package is "perl-Log-Any"

Mon Oct  9 19:45:00 2017 rev:20 rq:532519 version:1.701

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2017-10-03 23:17:38.935345798 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes   
2017-10-09 19:47:40.425027434 +0200
@@ -1,0 +2,14 @@
+Tue Oct  3 05:40:29 UTC 2017 - co...@suse.com
+
+- updated to 1.701
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+  1.701 2017-10-02 14:36:51-05:00 America/Chicago
+  
+  [Fixed]
+  
+  - Fixed more method aliases in Log::Any::Adapter::Syslog that were
+mapped to invalid syslog priorities. Thanks @legaultp for the
+patch!
+
+---

Old:

  Log-Any-1.700.tar.gz

New:

  Log-Any-1.701.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.XZbkQd/_old  2017-10-09 19:47:40.961003877 +0200
+++ /var/tmp/diff_new_pack.XZbkQd/_new  2017-10-09 19:47:40.965003701 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Any
-Version:1.700
+Version:1.701
 Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together

++ Log-Any-1.700.tar.gz -> Log-Any-1.701.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.700/Changes new/Log-Any-1.701/Changes
--- old/Log-Any-1.700/Changes   2017-09-28 23:59:27.0 +0200
+++ new/Log-Any-1.701/Changes   2017-10-02 21:36:56.0 +0200
@@ -2,6 +2,14 @@
 
 ** denotes an incompatible change
 
+1.701 2017-10-02 14:36:51-05:00 America/Chicago
+
+[Fixed]
+
+- Fixed more method aliases in Log::Any::Adapter::Syslog that were
+  mapped to invalid syslog priorities. Thanks @legaultp for the
+  patch!
+
 1.700 2017-09-28 16:59:22-05:00 America/Chicago
 
 [Fixed]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.700/META.json new/Log-Any-1.701/META.json
--- old/Log-Any-1.700/META.json 2017-09-28 23:59:27.0 +0200
+++ new/Log-Any-1.701/META.json 2017-10-02 21:36:56.0 +0200
@@ -70,63 +70,63 @@
"provides" : {
   "Log::Any" : {
  "file" : "lib/Log/Any.pm",
- "version" : "1.700"
+ "version" : "1.701"
   },
   "Log::Any::Adapter" : {
  "file" : "lib/Log/Any/Adapter.pm",
- "version" : "1.700"
+ "version" : "1.701"
   },
   "Log::Any::Adapter::Base" : {
  "file" : "lib/Log/Any/Adapter/Base.pm",
- "version" : "1.700"
+ "version" : "1.701"
   },
   "Log::Any::Adapter::File" : {
  "file" : "lib/Log/Any/Adapter/File.pm",
- "version" : "1.700"
+ "version" : "1.701"
   },
   "Log::Any::Adapter::Null" : {
  "file" : "lib/Log/Any/Adapter/Null.pm",
- "version" : "1.700"
+ "version" : "1.701"
   },
   "Log::Any::Adapter::Stderr" : {
  "file" : "lib/Log/Any/Adapter/Stderr.pm",
- "version" : "1.700"
+ "version" : "1.701"
   },
   "Log::Any::Adapter::Stdout" : {
  "file" : "lib/Log/Any/Adapter/Stdout.pm",
- "version" : "1.700"
+ "version" : "1.701"
   },
   "Log::Any::Adapter::Syslog" : {
  "file" : "lib/Log/Any/Adapter/Syslog.pm",
- "version" : "1.700"
+ "version" : "1.701"
   },
   "Log::Any::Adapter::Test" : {
  "file" : "lib/Log/Any/Adapter/Test.pm",
- "version" : "1.700"
+ "version" : "1.701"
   },
   "Log::Any::Adapter::Util" : {
  "file" : "lib/Log/Any/Adapter/Util.pm",
- "version" : "1.700"
+ "version" : "1.701"
   },
   "Log::Any::Manager" : {
  "file" : "lib/Log/Any/Manager.pm",
- "version" : "1.700"
+ "version" : "1.701"
   },
   "Log::Any::Proxy" : {
  "file" : "lib/Log/Any/Proxy.pm",
- "version" : "1.700"
+ "version" : "1.701"
   },
   "Log::Any::Proxy::Null" : {
  "file" : "lib/Log/Any/Proxy/Null.pm",
- "version" : "1.700"
+ "version" : "1.701"
   },
   "Log::Any::Proxy::Test" : {
  "file" : "lib/Log/Any/Proxy/Test.pm",
- "version" : "1.700"
+ "version" : "1.701"
   },
   "Log::Any::Test" : {
  "file" : "lib/Log/Any/Test.pm",
- "version" : "1.700"
+ "version" :

commit perl-Log-Any for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory 
checked in at 2017-10-03 23:17:36

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


Package is "perl-Log-Any"

Tue Oct  3 23:17:36 2017 rev:19 rq:530064 version:1.700

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2017-04-07 14:20:59.612850908 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes   
2017-10-03 23:17:38.935345798 +0200
@@ -1,0 +2,47 @@
+Fri Sep 29 05:36:33 UTC 2017 - co...@suse.com
+
+- updated to 1.700
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+  1.700 2017-09-28 16:59:22-05:00 America/Chicago
+  
+  [Fixed]
+  
+  - Fixed version of Log::Any::Adapter::Syslog so that installing it
+will also install the rest of Log-Any.
+  
+  - Fixed method aliasing in Log::Any::Adapter::Syslog for "error"
+log method. Thanks @legaultp for the patch!
+  
+  1.051 2017-08-06 20:41:53-05:00 America/Chicago (TRIAL RELEASE)
+  
+  [Fixed]
+  
+  - LOG_ANY_DEFAULT_ADAPTER now correctly logs to the given adapter.
+  
+Previously, if no other adapter was set, Log::Any used it's
+default, super-fast "Null" proxy that simply drops all messages
+without checking adapters. Now Log::Any will correctly detect the
+environment variable and create the correct, normal proxy object.
+  
+Thanks @tm604 for the report and @mephinet for the patch!
+  
+  1.050 2017-08-03 22:28:37-05:00 America/Chicago (TRIAL RELEASE)
+  
+  [Added]
+  
+  - Added structured logging to easily log single hash references in
+a parsable format. Thanks @mephinet!
+  
+  - Added contextual logging to attach information to log messages
+based on the current context.
+  
+For example, all log messages being generated by a particular HTTP
+request could be logged with the URL, even if they're from a part
+of the application that doesn't know what HTTP is.
+  
+This is very similar to Log::Log4perl's Mapped Diagnostic Context.
+  
+Thanks @mephinet!
+
+---

Old:

  Log-Any-1.049.tar.gz

New:

  Log-Any-1.700.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.yLOETB/_old  2017-10-03 23:17:40.119179193 +0200
+++ /var/tmp/diff_new_pack.yLOETB/_new  2017-10-03 23:17:40.119179193 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Any
-Version:1.049
+Version:1.700
 Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together
@@ -73,6 +73,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -88,7 +89,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.mkdn README
+%doc Changes CONTRIBUTING.md README
 %license LICENSE
 
 %changelog

++ Log-Any-1.049.tar.gz -> Log-Any-1.700.tar.gz ++
 1616 lines of diff (skipped)




commit perl-Log-Any for openSUSE:Factory

2017-04-07 Thread root
Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory 
checked in at 2017-04-07 14:20:57

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


Package is "perl-Log-Any"

Fri Apr  7 14:20:57 2017 rev:18 rq:483266 version:1.049

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2016-11-14 20:15:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes   
2017-04-07 14:20:59.612850908 +0200
@@ -1,0 +2,47 @@
+Wed Mar 29 06:02:40 UTC 2017 - co...@suse.com
+
+- updated to 1.049
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+  1.049 2017-03-28 16:02:10-05:00 America/Chicago
+  
+  [Fixed]
+  
+  - Fixed failing tests on Windows because of path separator
+interpolation. Thanks @nanis [Github #56]
+  
+  - Added explicit core dependency on Sys::Syslog in case of Perls
+with non-standard core libraries. Thanks @nanis [Github #57]
+  
+  1.048 2017-03-27 15:16:12-05:00 America/Chicago
+  
+  - No changes since 1.047 trial release
+  
+  1.047 2017-03-22 20:22:47-05:00 America/Chicago (TRIAL RELEASE)
+  
+  [Fixed]
+  
+  - Fixed backwards-compatibility with users using the Unix::Syslog
+macros in Log::Any::Adapter::Syslog. This requires that the user
+have Unix::Syslog installed (which Log::Any does not explicitly
+depend on).
+  
+  - Log level aliases are now case-insensitive to match the regular
+log levels. Prior to this, "WARNING", "Warning", and "warning"
+would all work, but "WARN", and "Warn" would not, only "warn".
+Thanks to @0x62ash for reporting this issue. [Github #55]
+  
+  - Invalid log levels for the File, Stderr, and Stdout adapters now
+result in a warning, and the default level of "trace" is used.
+Previously, no warning would be issued and no logs would be
+generated. Thanks to @0x62ash for reporting this issue. [Github
+#55]
+  
+  1.046 2017-01-11 21:22:57-06:00 America/Chicago (TRIAL RELEASE)
+  
+  [Added]
+  
+  - The Syslog adapter is now part of the core distribution, since it
+relies only on core Perl modules.
+
+---

Old:

  Log-Any-1.045.tar.gz

New:

  Log-Any-1.049.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.iQqOJA/_old  2017-04-07 14:21:00.448732866 +0200
+++ /var/tmp/diff_new_pack.iQqOJA/_new  2017-04-07 14:21:00.452732300 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Any
 #
-# 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-Any
-Version:1.045
+Version:1.049
 Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Log-Any/
-Source0:
http://www.cpan.org/authors/id/P/PR/PREACTION/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/P/PR/PREACTION/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -88,6 +88,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.mkdn LICENSE README
+%doc Changes CONTRIBUTING.mkdn README
+%license LICENSE
 
 %changelog

++ Log-Any-1.045.tar.gz -> Log-Any-1.049.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.045/Changes new/Log-Any-1.049/Changes
--- old/Log-Any-1.045/Changes   2016-11-12 04:52:51.0 +0100
+++ new/Log-Any-1.049/Changes   2017-03-28 23:02:15.0 +0200
@@ -2,6 +2,47 @@
 
 ** denotes an incompatible change
 
+1.049 2017-03-28 16:02:10-05:00 America/Chicago
+
+[Fixed]
+
+- Fixed failing tests on Windows because of path separator
+  interpolation. Thanks @nanis [Github #56]
+
+- Added explicit core dependency on Sys::Syslog in case of Perls
+  with non-standard core libraries. Thanks @nanis [Github #57]
+
+1.048 2017-03-27 15:16:12-05:00 America/Chicago
+
+- No changes since 1.047 trial release
+
+1.047 2017-03-22 20:22:47-05:00 America/Chicago (TRIAL RELEASE)
+
+[Fixed]
+
+- Fixed backwards-compatibilit

commit perl-Log-Any for openSUSE:Factory

2016-11-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory 
checked in at 2016-11-14 20:15:41

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


Package is "perl-Log-Any"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2016-09-26 12:36:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes   
2016-11-14 20:15:42.0 +0100
@@ -1,0 +2,25 @@
+Sun Nov 13 06:40:00 UTC 2016 - co...@suse.com
+
+- updated to 1.045
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+  1.045 2016-11-11 21:52:46-06:00 America/Chicago
+  
+  - No changes from previous (trial) release 1.044
+  
+  1.044 2016-11-06 15:30:35-06:00 America/Chicago (TRIAL RELEASE)
+  
+  [Fixed]
+  
+  - Imported log object can now be called anything instead of just
+`$log`. This means `use Log::Any '$LOG'` or `use Log::Any '$foo'`
+now work.
+  
+  1.043 2016-11-03 21:31:18-05:00 America/Chicago (TRIAL RELEASE)
+  
+  [Fixed]
+  
+  - Objects that overload stringification are now stringified
+correctly (instead of run through Data::Dumper). Thanks @mephinet!
+
+---

Old:

  Log-Any-1.042.tar.gz

New:

  Log-Any-1.045.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.QEtG7s/_old  2016-11-14 20:15:44.0 +0100
+++ /var/tmp/diff_new_pack.QEtG7s/_new  2016-11-14 20:15:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Any
-Version:1.042
+Version:1.045
 Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together

++ Log-Any-1.042.tar.gz -> Log-Any-1.045.tar.gz ++
 2582 lines of diff (skipped)




commit perl-Log-Any for openSUSE:Factory

2016-09-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory 
checked in at 2016-09-26 12:36:08

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


Package is "perl-Log-Any"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2016-03-16 10:34:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes   
2016-09-26 12:36:09.0 +0200
@@ -1,0 +2,38 @@
+Mon Aug 29 05:46:32 UTC 2016 - co...@suse.com
+
+- updated to 1.042
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+---
+Sun Aug 28 05:37:08 UTC 2016 - co...@suse.com
+
+- updated to 1.042
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+  1.042 2016-08-26 23:37:33-05:00 America/Chicago
+  
+  [Added]
+  
+  - Default adapters can now be configured with arguments (thanks
+@bjakubski!)
+  
+  1.041 2016-08-18 00:00:10-05:00 America/Chicago (TRIAL RELEASE)
+  
+  [Added]
+  
+  - Logging methods now return the formatted log string so that it can
+be used in a `die` or `warn` call.
+  
+  [Changed]
+  
+  - A new default log proxy (Log::Any::Proxy::Null) is used when there
+are no adapters configured (and so no place for logs to go). This
+proxy does no processing and is about 1000% percent faster on my
+laptop.
+  
+  [Fixed]
+  
+  - Suppress 'redundant argument' warnings if too many arguments are
+given to a log formatting string.
+
+---

Old:

  Log-Any-1.040.tar.gz

New:

  Log-Any-1.042.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.e7LhsA/_old  2016-09-26 12:36:10.0 +0200
+++ /var/tmp/diff_new_pack.e7LhsA/_new  2016-09-26 12:36:10.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Log-Any
-Version:1.040
+Version:1.042
 Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Log-Any/
-Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/P/PR/PREACTION/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Log-Any-1.040.tar.gz -> Log-Any-1.042.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.040/Changes new/Log-Any-1.042/Changes
--- old/Log-Any-1.040/Changes   2016-02-24 23:47:06.0 +0100
+++ new/Log-Any-1.042/Changes   2016-08-27 06:37:41.0 +0200
@@ -2,6 +2,32 @@
 
 ** denotes an incompatible change
 
+1.042 2016-08-26 23:37:33-05:00 America/Chicago
+
+[Added]
+
+- Default adapters can now be configured with arguments (thanks
+  @bjakubski!)
+
+1.041 2016-08-18 00:00:10-05:00 America/Chicago (TRIAL RELEASE)
+
+[Added]
+
+- Logging methods now return the formatted log string so that it can
+  be used in a `die` or `warn` call.
+
+[Changed]
+
+- A new default log proxy (Log::Any::Proxy::Null) is used when there
+  are no adapters configured (and so no place for logs to go). This
+  proxy does no processing and is about 1000% percent faster on my
+  laptop.
+
+[Fixed]
+
+- Suppress 'redundant argument' warnings if too many arguments are
+  given to a log formatting string.
+
 1.040 2016-02-24 17:47:00-05:00 America/New_York
 
 [Fixed]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.040/LICENSE new/Log-Any-1.042/LICENSE
--- old/Log-Any-1.040/LICENSE   2016-02-24 23:47:06.0 +0100
+++ new/Log-Any-1.042/LICENSE   2016-08-27 06:37:41.0 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2014 by Jonathan Swartz and David Golden.
+This software is copyright (c) 2016 by Jonathan Swartz, David Golden, and Doug 
Bell.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2014 by Jonathan Swartz and David Golden.
+This software is Copyright (c) 2016 by Jonathan Swartz, David Golden, and Doug 
Bell.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artisti

commit perl-Log-Any for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory 
checked in at 2016-03-16 10:34:11

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


Package is "perl-Log-Any"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2016-02-17 12:20:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes   
2016-03-16 10:34:12.0 +0100
@@ -1,0 +2,12 @@
+Tue Mar  8 10:28:21 UTC 2016 - co...@suse.com
+
+- updated to 1.040
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+  1.040 2016-02-24 17:47:00-05:00 America/New_York
+  
+  [Fixed]
+  
+  - Fixed duplicated documentation sections.
+
+---

Old:

  Log-Any-1.038.tar.gz

New:

  Log-Any-1.040.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.OGM86i/_old  2016-03-16 10:34:13.0 +0100
+++ /var/tmp/diff_new_pack.OGM86i/_new  2016-03-16 10:34:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Any
-Version:1.038
+Version:1.040
 Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together

++ Log-Any-1.038.tar.gz -> Log-Any-1.040.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.038/Changes new/Log-Any-1.040/Changes
--- old/Log-Any-1.038/Changes   2016-02-10 22:15:39.0 +0100
+++ new/Log-Any-1.040/Changes   2016-02-24 23:47:06.0 +0100
@@ -2,6 +2,12 @@
 
 ** denotes an incompatible change
 
+1.040 2016-02-24 17:47:00-05:00 America/New_York
+
+[Fixed]
+
+- Fixed duplicated documentation sections.
+
 1.038 2016-02-10 14:15:31-07:00 America/Mazatlan
 
 - No changes from 1.037
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.038/META.json new/Log-Any-1.040/META.json
--- old/Log-Any-1.038/META.json 2016-02-10 22:15:39.0 +0100
+++ new/Log-Any-1.040/META.json 2016-02-24 23:47:06.0 +0100
@@ -37,7 +37,6 @@
  "requires" : {
 "Dist::Zilla" : "5",
 "Dist::Zilla::Plugin::OnlyCorePrereqs" : "0.003",
-"Dist::Zilla::Plugin::SurgicalPodWeaver" : "0.0021",
 "Dist::Zilla::PluginBundle::DAGOLDEN" : "0.072",
 "English" : "0",
 "File::Spec" : "0",
@@ -86,55 +85,55 @@
"provides" : {
   "Log::Any" : {
  "file" : "lib/Log/Any.pm",
- "version" : "1.038"
+ "version" : "1.040"
   },
   "Log::Any::Adapter" : {
  "file" : "lib/Log/Any/Adapter.pm",
- "version" : "1.038"
+ "version" : "1.040"
   },
   "Log::Any::Adapter::Base" : {
  "file" : "lib/Log/Any/Adapter/Base.pm",
- "version" : "1.038"
+ "version" : "1.040"
   },
   "Log::Any::Adapter::File" : {
  "file" : "lib/Log/Any/Adapter/File.pm",
- "version" : "1.038"
+ "version" : "1.040"
   },
   "Log::Any::Adapter::Null" : {
  "file" : "lib/Log/Any/Adapter/Null.pm",
- "version" : "1.038"
+ "version" : "1.040"
   },
   "Log::Any::Adapter::Stderr" : {
  "file" : "lib/Log/Any/Adapter/Stderr.pm",
- "version" : "1.038"
+ "version" : "1.040"
   },
   "Log::Any::Adapter::Stdout" : {
  "file" : "lib/Log/Any/Adapter/Stdout.pm",
- "version" : "1.038"
+ "version" : "1.040"
   },
   "Log::Any::Adapter::Test" : {
  "file" : "lib/Log/Any/Adapter/Test.pm",
- "version" : "1.038"
+ "version" : "1.040"
   },
   "Log::Any::Adapter::Util" : {
  "file" : "lib/Log/Any/Adapter/Util.pm",
- "version" : "1.038"
+ "version" : "1.040"
   },
   "Log::Any::Manager" : {
  "file" : "lib/Log/Any/Manager.pm",
- "version" : "1.038"
+ "version" : "1.040"
   },
   "Log::Any::Proxy" : {
  "file" : "lib/Log/Any/Proxy.pm",
- "version" : "1.038"
+ "version" : "1.040"
   },
   "Log::Any::Proxy::Test" : {
  "file" : "lib/Log/Any/Proxy/Test.pm",
- "version" : "1.038"
+ "version" : "1.040"
   },
   "Log::Any::Test" : {
  "file" : "lib/Log/Any/Test.pm",
- "version" : "1.038"
+ "version" : "1.040"
   }
},
"release_status" : "stable",
@@ -149,11 +148,12 @@
  "web" : "https://github.com/dagolden/Log-Any";
   }
},
-   "version" : "1.038",
+   "version" : "1.040",
"x_authority" : "cpan:JSWARTZ",

commit perl-Log-Any for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory 
checked in at 2016-02-17 10:25:21

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


Package is "perl-Log-Any"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2015-04-15 16:26:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes   
2016-02-17 12:20:02.0 +0100
@@ -1,0 +2,63 @@
+Sat Feb 13 10:12:34 UTC 2016 - co...@suse.com
+
+- updated to 1.038
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+  1.038 2016-02-10 14:15:31-07:00 America/Mazatlan
+  
+  - No changes from 1.037
+  
+  1.037 2016-02-05 20:22:34-05:00 America/New_York (TRIAL RELEASE)
+  
+  [Fixed]
+  
+  - Fixed t/filescreen.t Unicode string tests to use a backwards
+compatible form.  Should fix tests before 5.16.
+  
+  1.035 2016-02-04 14:47:20-05:00 America/New_York (TRIAL RELEASE)
+  
+  [Changed]
+  
+  - The default formatter now replaces a code reference argument with
+the results of calling the code reference ONLY when it is the first
+argument (in place of a format string).  Code references in
+subsequent arguments (to sprintf) are not executed, as this would
+break backwards compatibility.
+  
+  [Documented]
+  
+  - Noted that repeatedly calling 'set' to set an adapter without calling
+'remove' or using the 'lexically' feature will leak memory.
+  
+  1.033 2016-02-03 10:32:57-05:00 America/New_York (TRIAL RELEASE)
+  
+  [Added]
+  
+  - The default formatter now expands code references.  If the first
+argument is a code reference, it is expanded and returned.  If an
+argument to "sprintf" style formatting is a code reference, it is
+expanded.
+  
+  [Changed]
+  
+  - The File adapter now opens files with the ":utf8" layer.  It also
+takes a 'binmode' attribute to change the default.
+  
+  [Fixed]
+  
+  - does_not_contain_ok test adapter function now gives proper
+diagnostic message
+  
+  - all diagnostic messages that output the captured log now
+correctly dump the log with pretty formatting
+  
+  [Documented]
+  
+  - documented the 'proxy_class' argument to `get_logger`
+  
+  [~Internal~]
+  
+  - Data::Dumper is loaded lazily, to reduce module load times
+for programs that don't need it.
+
+---

Old:

  Log-Any-1.032.tar.gz

New:

  Log-Any-1.038.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.bYRw3u/_old  2016-02-17 12:20:03.0 +0100
+++ /var/tmp/diff_new_pack.bYRw3u/_new  2016-02-17 12:20:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Any
 #
-# 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,14 +17,15 @@
 
 
 Name:   perl-Log-Any
-Version:1.032
+Version:1.038
 Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Log-Any/
-Source: 
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -32,10 +33,10 @@
 %{perl_requires}
 
 %description
-'Log::Any' provides a standard log production API for modules. the
-Log::Any::Adapter manpage allows applications to choose the mechanism for
-log consumption, whether screen, file or another logging mechanism like the
-Log::Dispatch manpage or the Log::Log4perl manpage.
+'Log::Any' provides a standard log production API for modules.
+Log::Any::Adapter allows applications to choose the mechanism for log
+consumption, whether screen, file or another logging mechanism like
+Log::Dispatch or Log::Log4perl.
 
 Many modules have something interesting to say. Unfortunately there is no
 standard way for them to say it - some output to STDERR, others to 'warn',
@@ -58,8 +59,8 @@
 choice generally belongs to the application.
 
 A CPAN module uses 'Log::Any' to get a log producer object. An applic

commit perl-Log-Any for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory 
checked in at 2015-04-15 16:25:59

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


Package is "perl-Log-Any"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2013-12-03 10:42:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes   
2015-04-15 16:26:00.0 +0200
@@ -1,0 +2,92 @@
+Tue Apr 14 21:20:56 UTC 2015 - co...@suse.com
+
+- updated to 1.032
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+  1.032 2015-03-26 17:23:37-04:00 America/New_York
+  
+  - no changes from 1.031
+  
+  1.031 2015-03-26 06:08:17-04:00 America/New_York (TRIAL RELEASE)
+  
+  [Fixed]
+  
+  - Log::Any::Adapter::Test passed through all constructor arguments,
+which could be fatal when mocking adapters without all key-value
+pairs (like Log::Any::Adapter::File); now this only passes through
+the category and ignores other parameters when used as an
+adapter class override.
+  
+  1.03  2015-01-01 22:39:41-05:00 America/New_York
+  
+  [Changed]
+  
+  - Log::Any::Proxy concatenates arguments to basic logging functions
+with a space character before passing them to adapters as a single
+string.  This ensures consistency across adapters that handle
+multiple arguments differently.
+  
+  1.02  2014-12-28 07:06:49-05:00 America/New_York
+  
+  [Fixed]
+  
+  - Some adapters relied on Log::Any::Adapter::Util also loading
+Log::Any so this behavior has been restored.
+  
+  1.01  2014-12-26 22:25:13-05:00 America/New_York
+  
+  [Fixed]
+  
+  - 'numeric_level' was not exported properly from
+Log::Any::Adapter::Util
+  
+  1.00  2014-12-25 22:04:13-05:00 America/New_York
+  
+  [Added]
+  
+  - Logging now goes via a Log::Any::Proxy object instead of directly to
+an adapter. This allows easy customization of the message production.
+  
+  - File, Stdout, and Stderr adapters now support a minimum
+log level parameter.
+  
+  [Changed]
+  
+  - Removed dead code from Log::Any::Adapter::Base; particularly this
+was the formatting code, since this is now handled by
+Log::Any::Proxy.
+  
+  [Fixed]
+  
+  - File will flock the handle when writing (if flock is avaiable).
+  
+  - Won't die if adapters aren't loadable modules as long as they
+provide a constructor.  This allows using private adapters
+defined in another file.
+  
+  [Documented]
+  
+  - Revised docs for creating adapters
+  
+  - Fixed typos and improved docs for Log::Any::Adapter::Util; removed
+stub docs for modules that didn't need it.
+  
+  [Deprecated]
+  
+  - Deprecated some methods in Log::Any::Adapter::Util
+  
+  [Internal]
+  
+  - Merged Log-Any and Log-Any-Adapter distributions; reduces code
+duplication and ensures Log::Any and adapter framework stay in sync
+  
+  - Eliminates all non-core dependencies (as of Perl 5.8.1), including
+Capture::Tiny, Devel::GlobalDestruction and Guard
+  
+  0.92  2014-12-15 07:12:38-05:00 America/New_York (TRIAL RELEASE)
+  
+  0.91  2014-12-14 22:13:09-05:00 America/New_York (TRIAL RELEASE)
+  
+  0.90  2014-12-12 17:08:22-05:00 America/New_York (TRIAL RELEASE)
+
+---

Old:

  Log-Any-0.15.tar.gz

New:

  Log-Any-1.032.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.b7Xz43/_old  2015-04-15 16:26:00.0 +0200
+++ /var/tmp/diff_new_pack.b7Xz43/_new  2015-04-15 16:26:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Any
 #
-# Copyright (c) 2013 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,41 +17,58 @@
 
 
 Name:   perl-Log-Any
-Version:0.15
+Version:1.032
 Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Log-Any/
-Source: 
http://www.cpan.org/authors/id/J/JS/JSWARTZ/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noa

commit perl-Log-Any for openSUSE:Factory

2013-12-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory 
checked in at 2013-12-03 10:42:56

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


Package is "perl-Log-Any"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2011-12-21 10:02:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes   
2013-12-03 10:42:57.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 26 07:35:13 UTC 2013 - co...@suse.com
+
+- updated to 0.15
+  * Fixes
+- Hide 'package Log::Any::Adapter' from PAUSE/Module::Metadata - miyagawa
+- removed patches:
+  * noprovides.diff (now upstream)
+
+---

Old:

  Log-Any-0.14.tar.gz
  noprovides.diff

New:

  Log-Any-0.15.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.OqKXQO/_old  2013-12-03 10:42:57.0 +0100
+++ /var/tmp/diff_new_pack.OqKXQO/_new  2013-12-03 10:42:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Any
 #
-# 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
@@ -17,21 +17,26 @@
 
 
 Name:   perl-Log-Any
-Version:0.14
+Version:0.15
 Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Log-Any/
 Source: 
http://www.cpan.org/authors/id/J/JS/JSWARTZ/%{cpan_name}-%{version}.tar.gz
-Patch0: noprovides.diff
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
-BuildRequires:  perl(Test::More)
+#BuildRequires: perl(Capture::Tiny)
+#BuildRequires: perl(Log::Any)
+#BuildRequires: perl(Log::Any::Adapter)
+#BuildRequires: perl(Log::Any::Adapter::Core)
+#BuildRequires: perl(Log::Any::Adapter::Null)
+#BuildRequires: perl(Log::Any::Adapter::Test)
+#BuildRequires: perl(Log::Any::Test)
+#BuildRequires: perl(Log::Dispatch)
 %{perl_requires}
 
 %description
@@ -50,7 +55,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -62,14 +66,10 @@
 %install
 %perl_make_install
 %perl_process_packlist
-find %{buildroot} -name "*.orig" -exec rm -f {} \;
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes LICENSE README tidyall.ini
 
 %changelog

++ Log-Any-0.14.tar.gz -> Log-Any-0.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-0.14/Changes new/Log-Any-0.15/Changes
--- old/Log-Any-0.14/Changes2011-09-01 00:50:00.0 +0200
+++ new/Log-Any-0.15/Changes2013-04-10 19:15:18.0 +0200
@@ -2,6 +2,11 @@
 
 ** denotes an incompatible change
 
+0.15  Apr 10, 2013
+
+* Fixes
+  - Hide 'package Log::Any::Adapter' from PAUSE/Module::Metadata - miyagawa
+
 0.14  Aug 31, 2011
 
 * Fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-0.14/LICENSE new/Log-Any-0.15/LICENSE
--- old/Log-Any-0.14/LICENSE2011-09-01 00:50:00.0 +0200
+++ new/Log-Any-0.15/LICENSE2013-04-10 19:15:18.0 +0200
@@ -18,15 +18,16 @@
 
   The GNU General Public License, Version 1, February 1989
 
-   GNU GENERAL PUBLIC LICENSE
-Version 1, February 1989
+GNU GENERAL PUBLIC LICENSE
+ Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
-59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+ 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-   Preamble
+Preamble
 
   The license agreements of most software companies try to keep users
 at the mercy of those companies.  By contrast, our General Public
@@ -67,7 +68,7 @@
   The precise terms and conditions for copying, distribution and
 modification follow.
 
-   GNU GENERAL PUBLIC LICENSE
+  

commit perl-Log-Any for openSUSE:Factory

2011-12-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory 
checked in at 2011-12-21 10:02:17

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


Package is "perl-Log-Any", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2011-09-23 12:37:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes   
2011-12-21 10:02:18.0 +0100
@@ -1,0 +2,8 @@
+Mon Dec 19 14:51:46 UTC 2011 - co...@suse.de
+
+- update to 0.14
+  * Fixes
+   - Fix version number in Log/Any.pm - Stephen Thirlwal
+
+
+---

Old:

  Log-Any-0.13.tar.gz

New:

  Log-Any-0.14.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.Tao2Bs/_old  2011-12-21 10:02:19.0 +0100
+++ /var/tmp/diff_new_pack.Tao2Bs/_new  2011-12-21 10:02:19.0 +0100
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-Log-Any
-Version:0.13
-Release:1
-License:GPL+ or Artistic
+Version:0.14
+Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together
-Url:http://search.cpan.org/dist/Log-Any/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Log-Any/
 Source: 
http://www.cpan.org/authors/id/J/JS/JSWARTZ/%{cpan_name}-%{version}.tar.gz
 Patch0: noprovides.diff
 BuildArch:  noarch

++ Log-Any-0.13.tar.gz -> Log-Any-0.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-0.13/Changes new/Log-Any-0.14/Changes
--- old/Log-Any-0.13/Changes2011-08-02 15:25:43.0 +0200
+++ new/Log-Any-0.14/Changes2011-09-01 00:50:00.0 +0200
@@ -2,6 +2,11 @@
 
 ** denotes an incompatible change
 
+0.14  Aug 31, 2011
+
+* Fixes
+  - Fix version number in Log/Any.pm - Stephen Thirlwall
+
 0.13  Aug 2, 2011
 
 * Fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-0.13/META.json new/Log-Any-0.14/META.json
--- old/Log-Any-0.13/META.json  2011-08-02 15:25:43.0 +0200
+++ new/Log-Any-0.14/META.json  2011-09-01 00:50:00.0 +0200
@@ -42,6 +42,6 @@
  "web" : "https://github.com/jonswar/perl-log-any";
   }
},
-   "version" : "0.13"
+   "version" : "0.14"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-0.13/META.yml new/Log-Any-0.14/META.yml
--- old/Log-Any-0.13/META.yml   2011-08-02 15:25:43.0 +0200
+++ new/Log-Any-0.14/META.yml   2011-09-01 00:50:00.0 +0200
@@ -19,4 +19,4 @@
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Log-Any
   repository: git://github.com/jonswar/perl-log-any.git
-version: 0.13
+version: 0.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-0.13/Makefile.PL new/Log-Any-0.14/Makefile.PL
--- old/Log-Any-0.13/Makefile.PL2011-08-02 15:25:43.0 +0200
+++ new/Log-Any-0.14/Makefile.PL2011-09-01 00:50:00.0 +0200
@@ -22,7 +22,7 @@
   'LICENSE' => 'perl',
   'NAME' => 'Log::Any',
   'PREREQ_PM' => {},
-  'VERSION' => '0.13',
+  'VERSION' => '0.14',
   'test' => {
 'TESTS' => 't/*.t'
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-0.13/README new/Log-Any-0.14/README
--- old/Log-Any-0.13/README 2011-08-02 15:25:43.0 +0200
+++ new/Log-Any-0.14/README 2011-09-01 00:50:00.0 +0200
@@ -2,7 +2,7 @@
 Log::Any -- Bringing loggers and listeners together
 
 VERSION
-version 0.13
+version 0.14
 
 SYNOPSIS
 In a CPAN or other module:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-0.13/lib/Log/Any/Adapter/Core.pm 
new/Log-Any-0.14/lib/Log/Any/Adapter/Core.pm
--- old/Log-Any-0.13/lib/Log/Any/Adapter/Core.pm2011-08-02 
15:25:43.0 +0200
+++ new/Log-Any-0.14/lib/Log/Any/Adapter/Core.pm2011-09-01 
00:50:00.0 +0200
@@ -1,6 +1,6 @@
 package Log::Any::Adapter::Core;
 BEGIN {
-  $Log::Any::Adapter::Core::VERSION = '0.13';
+  $Log::Any::Adapter::Core::VERSION = '0.14';
 }
 use strict;
 use warnings;
@@ -64,7 +64,7 @@
 
 =head1 VERSION
 
-version 0.13
+version 0.14
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-0.13/lib/Log/Any/Adapter/Null.pm 
new/Log-Any-0.14/lib/Log/Any/Adapter/Null.

commit perl-Log-Any for openSUSE:Factory

2011-08-24 Thread h_root

Hello community,

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




--- perl-Log-Any/perl-Log-Any.changes   2011-05-31 16:29:30.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Log-Any/perl-Log-Any.changes  
2011-08-23 17:31:17.0 +0200
@@ -1,0 +2,10 @@
+Tue Aug 23 15:29:53 UTC 2011 - ch...@computersalat.de
+
+- update to 0.13
+  * Fixes
+- Fix typo in lib/Log/Any/Adapter/Test.pm - RT #69850 - Stephen Thirlwall
+- fix deps
+  * 'ExtUtils::MakeMaker' => '6.30'
+- rebase noprovides patch
+
+---

calling whatdependson for head-i586


Old:

  Log-Any-0.12.tar.gz

New:

  Log-Any-0.13.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.Wy57MF/_old  2011-08-24 13:49:23.0 +0200
+++ /var/tmp/diff_new_pack.Wy57MF/_new  2011-08-24 13:49:23.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   perl-Log-Any
-Version:0.12
-Release:3
+Version:0.13
+Release:1
 License:GPL+ or Artistic
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together
@@ -31,7 +31,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 BuildRequires:  perl(Test::More)
 %{perl_requires}
 
@@ -63,6 +63,7 @@
 %install
 %perl_make_install
 %perl_process_packlist
+find %{buildroot} -name "*.orig" -exec rm -f {} \;
 %perl_gen_filelist
 
 %clean

++ Log-Any-0.12.tar.gz -> Log-Any-0.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-0.12/Changes new/Log-Any-0.13/Changes
--- old/Log-Any-0.12/Changes2011-03-23 22:53:09.0 +0100
+++ new/Log-Any-0.13/Changes2011-08-02 15:25:43.0 +0200
@@ -2,6 +2,11 @@
 
 ** denotes an incompatible change
 
+0.13  Aug 2, 2011
+
+* Fixes
+  - Fix typo in lib/Log/Any/Adapter/Test.pm - RT #69850 - Stephen Thirlwall
+
 0.12  Mar 23, 2011
 
 * Fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-0.12/META.json new/Log-Any-0.13/META.json
--- old/Log-Any-0.12/META.json  2011-03-23 22:53:09.0 +0100
+++ new/Log-Any-0.13/META.json  2011-08-02 15:25:43.0 +0200
@@ -4,7 +4,7 @@
   "Jonathan Swartz "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.20, CPAN::Meta::Converter 
version 2.102400",
+   "generated_by" : "Dist::Zilla version 4.28, CPAN::Meta::Converter 
version 2.102400",
"license" : [
   "perl_5"
],
@@ -21,7 +21,7 @@
"prereqs" : {
   "configure" : {
  "requires" : {
-"ExtUtils::MakeMaker" : "6.31"
+"ExtUtils::MakeMaker" : "6.30"
  }
   },
   "test" : {
@@ -42,6 +42,6 @@
  "web" : "https://github.com/jonswar/perl-log-any";
   }
},
-   "version" : "0.12"
+   "version" : "0.13"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-0.12/META.yml new/Log-Any-0.13/META.yml
--- old/Log-Any-0.12/META.yml   2011-03-23 22:53:09.0 +0100
+++ new/Log-Any-0.13/META.yml   2011-08-02 15:25:43.0 +0200
@@ -5,9 +5,9 @@
 build_requires:
   Test::More: 0
 configure_requires:
-  ExtUtils::MakeMaker: 6.31
+  ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.20, CPAN::Meta::Converter version 
2.102400'
+generated_by: 'Dist::Zilla version 4.28, CPAN::Meta::Converter version 
2.102400'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,4 +19,4 @@
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Log-Any
   repository: git://github.com/jonswar/perl-log-any.git
-version: 0.12
+version: 0.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-0.12/Makefile.PL new/Log-Any-0.13/Makefile.PL
--- old/Log-Any-0.12/Makefile.PL2011-03-23 22:53:09.0 +0100
+++ new/Log-Any-0.13/Makefile.PL2011-08-02 15:25:43.0 +0200
@@ -4,7 +4,7 @@
 
 
 
-use ExtUtils::MakeMaker 6.31;
+use ExtUtils::MakeMaker 6.30;
 
 
 
@@ -15,14 +15,14 @@
 'Test::More' => '0'
   },
   'CONFIGURE_REQUIRES' => {
-'ExtUtils::MakeMaker' => '6.31'
+'ExtUtils::MakeMaker' => '6.30'
   },
   'DISTNAME' => 'Log-Any',
   'EXE_FILES' => [],
   'LICENSE' => 'perl',
   'NAME' => 'Log::Any',
   'PREREQ_PM' => {},
-  'VERSION' => '0.12',
+  'VERSION' => '0.13',
   'test' => {
 'TESTS' => 't/*.t'
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-0.12/README new/Log-Any-0.13/README
--- old/L

commit perl-Log-Any for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory
checked in at Wed Jun 1 10:38:23 CEST 2011.




--- perl-Log-Any/perl-Log-Any.changes   2011-04-07 20:20:03.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Log-Any/perl-Log-Any.changes  
2011-05-31 16:29:30.0 +0200
@@ -1,0 +2,5 @@
+Tue May 31 14:29:06 UTC 2011 - co...@novell.com
+
+- regenerate with newer cpanspec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.Ps7jXk/_old  2011-06-01 10:38:05.0 +0200
+++ /var/tmp/diff_new_pack.Ps7jXk/_new  2011-06-01 10:38:05.0 +0200
@@ -19,14 +19,13 @@
 
 Name:   perl-Log-Any
 Version:0.12
-Release:1
+Release:3
 License:GPL+ or Artistic
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together
 Url:http://search.cpan.org/dist/Log-Any/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/J/JS/JSWARTZ/Log-Any-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/J/JS/JSWARTZ/%{cpan_name}-%{version}.tar.gz
 Patch0: noprovides.diff
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -71,6 +70,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc %attr(644,-,-) Changes LICENSE README
+%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



commit perl-Log-Any for openSUSE:Factory

2011-04-19 Thread h_root

Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory
checked in at Tue Apr 19 09:36:49 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Log-Any/perl-Log-Any.changes  
2011-04-07 20:20:03.0 +0200
@@ -0,0 +1,32 @@
+---
+Thu Apr  7 17:59:41 UTC 2011 - co...@novell.com
+
+- update to 0.12
+  * Fixes
+- Return false from null adapter is_xxx methods - RT #64164 - Chip 
Salzenberg
+- Eliminate 'subroutine redefined' warning in case Log::Any::Adapter 
loaded before
+  Log::Any::Test
+  
+  * Implementation
+- Migrate to Dist::Zilla
+
+---
+Mon Jan 17 15:51:57 UTC 2011 - co...@novell.com
+
+- make sure this package does not provide Log::Any::Adapter
+
+---
+Tue Nov 30 19:20:26 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 18:30:24 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+---
+Fri Nov 19 22:05:43 UTC 2010 - pascal.ble...@opensuse.org
+
+- initial package (0.11)
+

calling whatdependson for head-i586


New:

  Log-Any-0.12.tar.gz
  noprovides.diff
  perl-Log-Any.changes
  perl-Log-Any.spec



Other differences:
--
++ perl-Log-Any.spec ++
#
# spec file for package perl-Log-Any
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#



Name:   perl-Log-Any
Version:0.12
Release:1
License:GPL+ or Artistic
%define cpan_name Log-Any
Summary:Bringing loggers and listeners together
Url:http://search.cpan.org/dist/Log-Any/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/J/JS/JSWARTZ/Log-Any-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Patch0: noprovides.diff
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
%{perl_requires}

%description
'Log::Any' allows CPAN modules to safely and efficiently log messages,
while letting the application choose (or decline to choose) a logging
mechanism such as 'Log::Dispatch' or 'Log::Log4perl'.

'Log::Any' has a very tiny footprint and no dependencies beyond Perl 5.6,
which makes it appropriate for even small CPAN modules to use. It defaults
to 'null' logging activity, so a module can safely log without worrying
about whether the application has chosen (or will ever choose) a logging
mechanism.

The application, in turn, may choose one or more logging mechanisms via
Log::Any::Adapter.

%prep
%setup -q -n %{cpan_name}-%{version}
%patch0 -p1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc %attr(644,-,-) Changes LICENSE README

%changelog
++ noprovides.diff ++
Index: Log-Any-0.12/lib/Log/Any/Test.pm
===
--- Log-Any-0.12.orig/lib/Log/Any/Test.pm   2011-03-23 22:53:09.0 
+0100
+++ Log-Any-0.12/lib/Log/Any/Test.pm2011-04-07 20:19:32.091581388 +0200
@@ -7,7 +7,8 @@ use warnings;
 
 # 'use Log::Any::Test' just defines a test version of Log::Any::Adapter.
 #
-package Log::Any::Adapter;
+package 
+  Log::Any::Adapter;
 BEGIN {
   $Log::Any::Adapter::VERSION = '0.12';
 }





Remember to have fun...

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