Hello community, here is the log from the commit of package perl-Plack for openSUSE:Factory checked in at 2019-09-26 20:37:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Plack (Old) and /work/SRC/openSUSE:Factory/.perl-Plack.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Plack" Thu Sep 26 20:37:05 2019 rev:10 rq:726977 version:1.0047 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Plack/perl-Plack.changes 2016-07-09 09:21:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Plack.new.2352/perl-Plack.changes 2019-09-26 20:37:06.799203107 +0200 @@ -1,0 +2,71 @@ +Wed Apr 3 07:24:01 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 1.0047 + see /usr/share/doc/packages/perl-Plack/Changes + + 1.0047 2018-02-10 01:23:37 PST + [BUG FIXES] + - Disable FCGI/lighttpd test that was supposed to be releng only #611 + + 1.0046 2018-02-09 23:51:10 PST + [NEW FEATURES] + - Support psgix.cleanup and psgix.harakiri in FCGI handler (afresh1) #610 + + [IMPROVEMENTS] + - Do not set TCP_NODELAY when it's unavailable in embedded systems (dex4er) #579 + + 1.0045 2017-12-31 12:40:52 PST + [BUG FIXES] + - Protect WrapCGI against SIGCHLD handlers #596 + + [IMPROVEMENTS] + - Set Content-Length to 0 in XSendfile middleware #602 + - Document options for XSendfile middleware + - Remove #foo file for testing that was causing issues on Win32 systems #599 + - Add 103 Early Hints to Plack::Handler::CGI + + 1.0044 2017-04-26 22:30:27 PDT + [IMPROVEMENTS] + - Allow passing an already-open listen socket to HTTP::Server::PSGI + and add an option to do so in Plack::Test::Server. + + 1.0043 2017-02-21 19:00:31 PST + [IMPROVEMENTS] + - Fixed typo in docs #578 #584 + - Remove test that expects cookie to be delimited by comma #573 + - Stop upper-casing all header keys in Plack::Request->headers #585 + + 1.0042 2016-09-28 22:37:33 PDT + [BUG FIXES] + - Revert: Allow passing an already-open listen socket to HTTP::Server::PSGI #550 + + 1.0041 2016-09-25 14:24:07 PDT + [BUG FIXES] + - Fix ConditionalGET middleware in case both Last-Modified and ETag exist. #569 + - Handle Cookie values with quotes correctly (alh, kazeburo) #564, #567 + + [IMPROVEMENTS] + - Several documentation fixes and error message improvements #556, #557, #558, #559 + + 1.0040 2016-04-01 09:57:06 PDT + [INCOMPATIBLE CHANGES] + - Fixes a mistake in the value of %D and %T in Accesslog::Timed middleware. + This is due to a bug in Apache::LogFormat::Compiler that sets a wrong value + for these fields. This bug has been fixed and now it emits what the documentation + has always said, in the same way as how Apache's log format works. + + However, this is a BREAKING CHANGE if you are using '%D' or '%T' in your log + formats, and you'll likely need to swap them if you need the same values as + previously. Read https://github.com/plack/Plack/issues/549 for more details. + (astj) #549, #551 + + [IMPROVEMENTS] + - Remove the use of HTTP::Body in favor of HTTP::Entity::Parser (kazeburo) #538 + - Increase the buffer size to 1MB for requests already buffered by the PSGI server + - Allow passing an already-open listen socket to HTTP::Server::PSGI (ilmari) #550 + + [BUG FIXES] + - Lint middleware now allows blessed code refs as a PSGI app (smcmurray) #542 + - Fix log4perl tests to pass when running in parallel (rsimoes) #545 + +------------------------------------------------------------------- Old: ---- Plack-1.0039.tar.gz New: ---- Plack-1.0047.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Plack.spec ++++++ --- /var/tmp/diff_new_pack.cpwc7H/_old 2019-09-26 20:37:07.243201921 +0200 +++ /var/tmp/diff_new_pack.cpwc7H/_new 2019-09-26 20:37:07.247201910 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Plack # -# Copyright (c) 2016 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,32 +12,32 @@ # 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-Plack -Version: 1.0039 +Version: 1.0047 Release: 0 %define cpan_name Plack Summary: Perl Superglue for Web frameworks and Web Servers (PSGI toolkit) -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/ -Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Apache::LogFormat::Compiler) >= 0.12 -BuildRequires: perl(Cookie::Baker) >= 0.05 +BuildRequires: perl(Apache::LogFormat::Compiler) >= 0.33 +BuildRequires: perl(Cookie::Baker) >= 0.07 BuildRequires: perl(Devel::StackTrace) >= 1.23 BuildRequires: perl(Devel::StackTrace::AsHTML) >= 0.11 BuildRequires: perl(File::ShareDir) >= 1.00 BuildRequires: perl(File::ShareDir::Install) >= 0.06 BuildRequires: perl(Filesys::Notify::Simple) -BuildRequires: perl(HTTP::Body) >= 1.06 +BuildRequires: perl(HTTP::Entity::Parser) >= 0.17 BuildRequires: perl(HTTP::Headers::Fast) >= 0.18 BuildRequires: perl(HTTP::Message) >= 5.814 BuildRequires: perl(HTTP::Tiny) >= 0.034 @@ -46,26 +46,28 @@ BuildRequires: perl(Stream::Buffered) >= 0.02 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Requires) -BuildRequires: perl(Test::TCP) >= 2.00 +BuildRequires: perl(Test::TCP) >= 2.15 BuildRequires: perl(Try::Tiny) BuildRequires: perl(URI) >= 1.59 +BuildRequires: perl(WWW::Form::UrlEncoded) >= 0.23 BuildRequires: perl(parent) -Requires: perl(Apache::LogFormat::Compiler) >= 0.12 -Requires: perl(Cookie::Baker) >= 0.05 +Requires: perl(Apache::LogFormat::Compiler) >= 0.33 +Requires: perl(Cookie::Baker) >= 0.07 Requires: perl(Devel::StackTrace) >= 1.23 Requires: perl(Devel::StackTrace::AsHTML) >= 0.11 Requires: perl(File::ShareDir) >= 1.00 Requires: perl(Filesys::Notify::Simple) -Requires: perl(HTTP::Body) >= 1.06 +Requires: perl(HTTP::Entity::Parser) >= 0.17 Requires: perl(HTTP::Headers::Fast) >= 0.18 Requires: perl(HTTP::Message) >= 5.814 Requires: perl(HTTP::Tiny) >= 0.034 Requires: perl(Hash::MultiValue) >= 0.05 Requires: perl(Pod::Usage) >= 1.36 Requires: perl(Stream::Buffered) >= 0.02 -Requires: perl(Test::TCP) >= 2.00 +Requires: perl(Test::TCP) >= 2.15 Requires: perl(Try::Tiny) Requires: perl(URI) >= 1.59 +Requires: perl(WWW::Form::UrlEncoded) >= 0.23 Requires: perl(parent) %{perl_requires} @@ -82,11 +84,11 @@ find . -type f ! -name \*.pl -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 @@ -95,6 +97,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog ++++++ Plack-1.0039.tar.gz -> Plack-1.0047.tar.gz ++++++ ++++ 2263 lines of diff (skipped)
