Hello community,
here is the log from the commit of package perl-Mojolicious for
openSUSE:Factory checked in at 2019-11-06 14:05:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious (Old)
and /work/SRC/openSUSE:Factory/.perl-Mojolicious.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mojolicious"
Wed Nov 6 14:05:28 2019 rev:117 rq:745358 version:8.26
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2019-09-30 16:03:43.172526727 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Mojolicious.new.2990/perl-Mojolicious.changes
2019-11-06 14:05:31.988750057 +0100
@@ -1,0 +2,12 @@
+Mon Nov 4 11:22:18 UTC 2019 - <[email protected]>
+
+- updated to 8.26
+ see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+ 8.26 2019-11-02
+ - Removed deprecated slice method from Mojo::Collection.
+ - Moved HTML entities from Mojo::Util into a separate file. (rage311)
+ - Changed how the state of the event loop is determined in
Mojo::Reactor::EV
+ to be more consistent with Mojo::Reactor::Poll.
+
+-------------------------------------------------------------------
Old:
----
Mojolicious-8.25.tar.gz
New:
----
Mojolicious-8.26.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Mojolicious.spec ++++++
--- /var/tmp/diff_new_pack.xbqQsi/_old 2019-11-06 14:05:33.136751258 +0100
+++ /var/tmp/diff_new_pack.xbqQsi/_new 2019-11-06 14:05:33.140751263 +0100
@@ -17,7 +17,7 @@
Name: perl-Mojolicious
-Version: 8.25
+Version: 8.26
Release: 0
%define cpan_name Mojolicious
Summary: Real-time web framework
@@ -51,7 +51,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*"
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
++++++ Mojolicious-8.25.tar.gz -> Mojolicious-8.26.tar.gz ++++++
++++ 5322 lines of diff (skipped)