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 - [email protected]
+
+- 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)


Reply via email to