diff --git a/Catalyst-Runtime-5.90112.tar.gz b/Catalyst-Runtime-5.90112.tar.gz deleted file mode 100644 index 2cefec7..0000000 --- a/Catalyst-Runtime-5.90112.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddfc57349704a9f4292e770e055bd0b35e401c8ebaee301611dae04e9f6ca436 -size 390187 diff --git a/Catalyst-Runtime-5.90114.tar.gz b/Catalyst-Runtime-5.90114.tar.gz new file mode 100644 index 0000000..bb28e68 --- /dev/null +++ b/Catalyst-Runtime-5.90114.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf8a8994c6d7301519996fdca97e4a6611e64187f94235263f474c429a48197 +size 391209 diff --git a/patch-catalyst-pm-plugin-order.patch b/patch-catalyst-pm-plugin-order.patch deleted file mode 100644 index 5fbdaca..0000000 --- a/patch-catalyst-pm-plugin-order.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm -index 571b120..831d91e 100755 ---- a/lib/Catalyst.pm -+++ b/lib/Catalyst.pm -@@ -3039,7 +3039,7 @@ the plugin name does not begin with C. - () } - : $_ - } @$plugins ]; -- push @$plugins, $class->_default_plugins; -+ unshift @$plugins, $class->_default_plugins; - $plugins = Data::OptList::mkopt($plugins || []); - - my @plugins = map { diff --git a/perl-Catalyst-Runtime.changes b/perl-Catalyst-Runtime.changes index 33391c4..3a6bd12 100644 --- a/perl-Catalyst-Runtime.changes +++ b/perl-Catalyst-Runtime.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Dec 20 06:08:40 UTC 2016 - coolo@suse.com + +- updated to 5.90114 + see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes + + 5.90114 - 2016-12-19 + - Fixed regression introduced in the last version (5.90113) which caused + application to hang when the action private name contained a string + like 'foo/bar..html'. If you are running 5.90113 you should consider this + a required update. + - Tweaked travis CI script. + +------------------------------------------------------------------- +Fri Dec 16 06:08:25 UTC 2016 - coolo@suse.com + +- updated to 5.90113 + see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes + + 5.90113 - 2016-12-15 + - Fixed issue with $controller->action_for when targeting an action in + a namespace nested inside the current controller and the current controller + is a 'root' controller. + - Enhanced $controller->action_for so that you can reference the 'parent' + controller via relative path (eg ->action_for('../foo')). + - Backcompat fix for people that made the mistake of doing $c->{stash} + - Sort controllers in setup_actions so cross-controller precedence is + consistent. + ------------------------------------------------------------------- Tue Jul 26 05:06:52 UTC 2016 - coolo@suse.com diff --git a/perl-Catalyst-Runtime.spec b/perl-Catalyst-Runtime.spec index 86e5b1d..e298d4a 100644 --- a/perl-Catalyst-Runtime.spec +++ b/perl-Catalyst-Runtime.spec @@ -17,7 +17,7 @@ Name: perl-Catalyst-Runtime -Version: 5.90112 +Version: 5.90114 Release: 0 %define cpan_name Catalyst-Runtime Summary: The Catalyst Framework Runtime