Hello community,

here is the log from the commit of package perl-Plack-Middleware-LogErrors for 
openSUSE:Factory checked in at 2018-05-29 16:50:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Plack-Middleware-LogErrors (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Plack-Middleware-LogErrors.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Plack-Middleware-LogErrors"

Tue May 29 16:50:11 2018 rev:2 rq:611507 version:0.003

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Plack-Middleware-LogErrors/perl-Plack-Middleware-LogErrors.changes
  2016-02-17 12:20:26.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Plack-Middleware-LogErrors.new/perl-Plack-Middleware-LogErrors.changes
     2018-05-29 16:50:40.907335357 +0200
@@ -1,0 +2,12 @@
+Tue May 22 05:49:00 UTC 2018 - co...@suse.com
+
+- updated to 0.003
+   see /usr/share/doc/packages/perl-Plack-Middleware-LogErrors/Changes
+
+  0.003     2018-05-21 19:17:39Z
+            - reftype is no longer erroneously added as a method
+            - Plack::Middleware::LogErrors::LogHandle is no longer indexed by
+              PAUSE
+            - miscellaneous distribution tooling improvements
+
+-------------------------------------------------------------------

Old:
----
  Plack-Middleware-LogErrors-0.002.tar.gz

New:
----
  Plack-Middleware-LogErrors-0.003.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Plack-Middleware-LogErrors.spec ++++++
--- /var/tmp/diff_new_pack.NRIwO7/_old  2018-05-29 16:50:41.563311220 +0200
+++ /var/tmp/diff_new_pack.NRIwO7/_new  2018-05-29 16:50:41.567311072 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Plack-Middleware-LogErrors
 #
-# Copyright (c) 2015 SUSE LINUX Products 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,27 +17,27 @@
 
 
 Name:           perl-Plack-Middleware-LogErrors
-Version:        0.002
+Version:        0.003
 Release:        0
 %define cpan_name Plack-Middleware-LogErrors
 Summary:        Map psgi.errors to psgix.logger or other logger
-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/Plack-Middleware-LogErrors/
-Source:         Plack-Middleware-LogErrors-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(HTTP::Request::Common)
-BuildRequires:  perl(Module::Build::Tiny) >= 0.023
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Plack::Middleware)
 BuildRequires:  perl(Plack::Test)
 BuildRequires:  perl(Plack::Util::Accessor)
-BuildRequires:  perl(Test::CheckDeps) >= 0.002
 BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::More) >= 0.94
-BuildRequires:  perl(Test::Warnings)
+BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(parent)
 Requires:       perl(Plack::Middleware)
 Requires:       perl(Plack::Util::Accessor)
@@ -45,20 +45,19 @@
 %{perl_requires}
 
 %description
-'psgi.errors' defaults to 'stderr' in most backends, which results in
+'psgi.errors' defaults to 'STDERR' in most backends, which results in
 content going somewhere unhelpful like the server console.
 
 This middleware simply remaps the 'psgi.errors' stream to the
 'psgix.logger' stream, or an explicit logger that you provide.
 
 This is especially handy when used in combination with other middlewares
-such as the Plack::Middleware::LogWarn manpage (which diverts Perl warnings
-to 'psgi.errors'); the Plack::Middleware::HTTPExceptions manpage (which
-diverts uncaught exceptions to 'psgi.errors'); and the
-Plack::Middleware::AccessLog manpage, which defaults to 'psgi.errors' when
-not passed a logger -- which is also automatically applied via the plackup
-manpage (so if you provided no '--access-log' option indicating a filename,
-'psgi.errors' is used).
+such as Plack::Middleware::LogWarn (which diverts Perl warnings to
+'psgi.errors'); Plack::Middleware::HTTPExceptions (which diverts uncaught
+exceptions to 'psgi.errors'); and Plack::Middleware::AccessLog, which
+defaults to 'psgi.errors' when not passed a logger -- which is also
+automatically applied via plackup (so if you provided no '--access-log'
+option indicating a filename, 'psgi.errors' is used).
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -76,6 +75,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE README weaver.ini
+%doc Changes CONTRIBUTING examples LICENCE README
 
 %changelog

++++++ Plack-Middleware-LogErrors-0.002.tar.gz -> 
Plack-Middleware-LogErrors-0.003.tar.gz ++++++
++++ 4861 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#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_build: |-
# rm unused.files
#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

Reply via email to