Hello community, here is the log from the commit of package perl-Mojolicious for openSUSE:Factory checked in at 2018-11-12 09:41:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious (Old) and /work/SRC/openSUSE:Factory/.perl-Mojolicious.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mojolicious" Mon Nov 12 09:41:21 2018 rev:103 rq:647499 version:8.06 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes 2018-09-26 14:24:59.029772795 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes 2018-11-12 09:41:32.217179409 +0100 @@ -1,0 +2,69 @@ +Fri Nov 9 06:20:32 UTC 2018 - Stephan Kulow <[email protected]> + +- updated to 8.06 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.06 2018-11-07 + - Added support for progress updates to Mojo::IOLoop::Subprocess. (karjala) + - Added progress method to Mojo::IOLoop::Subprocess. (karjala) + - Added progress event to Mojo::IOLoop::Subprocess. (karjala) + - Improved debug, error, fatal, info and warn methods in Mojo::Log to accept + closures to generate log messages on demand. So expensive code for debugging + can be deactivated easily in production. + - Improved Mojo::Log to use the time format "2018-11-08 14:25:5.76027" and to + include the process id in log messages. + - Improved Mojolicious performance by up to 10% with more efficient logging. + - Fixed a problem with the built in templates where an image was missing. + +------------------------------------------------------------------- +Thu Nov 8 06:37:46 UTC 2018 - Stephan Kulow <[email protected]> + +- updated to 8.05 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.05 2018-10-25 + - Deprecated Mojolicious::Plugin::PODRenderer in favor of alternatives from + CPAN. + - Deprecated Mojo::Home::mojo_lib_dir. + - Replaced continue, flash, redirect_to, respond_to and validation methods in + Mojolicious::Controller with helpers in Mojolicious::Plugin::DefaultHelpers. + - Updated FAQ with a warning not to use Perl 5.10.x and 5.12.x with + Mojolicious. + + 8.04 2018-10-21 + - Added EXPERIMENTAL module Mojo::DynamicMethods. (mst) + - Replaced all uses of AUTOLOAD with a much faster alternative, so helpers are + faster by up to 400% and stack traces contain more information. (mst) + - Removed experimental status from server method in Mojolicious. + + 8.03 2018-10-16 + - Added support for weak reference accessors to Mojo::Base. (mst) + - Updated List::Util requirement to 1.41 for set_subname support. + - Fixed a small bug in Mojo::UserAgent where request timeouts could be created + twice. + - Improved Mojo::Exception to include a stack trace in verbose output. + - Improved Mojolicious::Types to use the correct MIME types for woff and + woff2 files. + + 8.02 2018-10-01 + - Deprecated Mojo::Transaction::success in favor of Mojo::Transaction::result + and Mojo::Transaction::error. Unfortunately this method is used a lot in + legacy code, so this deprecation will be in effect until the next major + release. + - Added support for gzip compression of dynamically generated responses + (enable with $app->renderer->compress(1)). + - Added EXPERIMENTAL compress attribute to Mojolicious::Renderer. + - Added compressed attribute to Mojo::UserAgent::Transactor. + - Added EXPERIMENTAL respond method to Mojolicious::Renderer. + - Added save_to method to Mojo::Message. + - Added gunzip and gzip methods to Mojo::ByteStream. + - Added gunzip and gzip functions to Mojo::Util. + - Improved HTML5.2 compliance of Mojo::DOM::HTML. + - Fixed a bug in Mojo::Transaction::HTTP that prevented the finish event in + Mojo::Message::Request from getting emitted sometimes. + - Fixed a bug in Mojo::Promise where the ioloop attribute was not a weakened + reference after object construction. + - Fixed a bug where the is_fresh helper could only handle If-None-Match + headers with a single etag value. + +------------------------------------------------------------------- Old: ---- Mojolicious-8.01.tar.gz New: ---- Mojolicious-8.06.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Mojolicious.spec ++++++ --- /var/tmp/diff_new_pack.SXQTqc/_old 2018-11-12 09:41:33.097178151 +0100 +++ /var/tmp/diff_new_pack.SXQTqc/_new 2018-11-12 09:41:33.101178145 +0100 @@ -17,13 +17,13 @@ Name: perl-Mojolicious -Version: 8.01 +Version: 8.06 Release: 0 %define cpan_name Mojolicious Summary: Real-time web framework License: Artistic-2.0 Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Mojolicious/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -32,11 +32,11 @@ BuildRequires: perl-macros BuildRequires: perl(IO::Socket::IP) >= 0.37 BuildRequires: perl(JSON::PP) >= 2.27103 -BuildRequires: perl(Pod::Simple) >= 3.09 +BuildRequires: perl(List::Util) >= 1.41 BuildRequires: perl(Time::Local) >= 1.2 Requires: perl(IO::Socket::IP) >= 0.37 Requires: perl(JSON::PP) >= 2.27103 -Requires: perl(Pod::Simple) >= 3.09 +Requires: perl(List::Util) >= 1.41 Requires: perl(Time::Local) >= 1.2 %{perl_requires} @@ -54,11 +54,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 ++++++ Mojolicious-8.01.tar.gz -> Mojolicious-8.06.tar.gz ++++++ ++++ 4495 lines of diff (skipped)
