diff --git a/Catalyst-Runtime-5.90114.tar.gz b/Catalyst-Runtime-5.90114.tar.gz deleted file mode 100644 index bb28e68..0000000 --- a/Catalyst-Runtime-5.90114.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebf8a8994c6d7301519996fdca97e4a6611e64187f94235263f474c429a48197 -size 391209 diff --git a/Catalyst-Runtime-5.90115.tar.gz b/Catalyst-Runtime-5.90115.tar.gz new file mode 100644 index 0000000..5355fb0 --- /dev/null +++ b/Catalyst-Runtime-5.90115.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5efe819645b5e22b97c7a15a82321f074705c09c5e69d70b3b55f79cdb3034e +size 392032 diff --git a/perl-Catalyst-Runtime.changes b/perl-Catalyst-Runtime.changes index 3a6bd12..b6fb3c4 100644 --- a/perl-Catalyst-Runtime.changes +++ b/perl-Catalyst-Runtime.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue May 2 05:14:40 UTC 2017 - coolo@suse.com + +- updated to 5.90115 + see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes + + 5.90115 - 2017-05-01 + - fixes for silent bad behavior in Catalyst::ScriptRole and 'ensure_class_loaded' + (hobbs++) + - do not require MXRWO if Moose is new enough to have cored it (ether++) + - documentation improvements (ether++) + - Encoding documentation improvements (colinnewell++) + - Improve documentation and test cases for 'abort_chain_on_error_fix' configuration + option (melmothx++) + - Better debug output when using Hash::MultiValue (tremor69++) + - Fixes for detecting debug terminal size (simonamor++) + ------------------------------------------------------------------- Tue Dec 20 06:08:40 UTC 2016 - coolo@suse.com diff --git a/perl-Catalyst-Runtime.spec b/perl-Catalyst-Runtime.spec index e298d4a..61daaed 100644 --- a/perl-Catalyst-Runtime.spec +++ b/perl-Catalyst-Runtime.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Catalyst-Runtime # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,14 +17,14 @@ Name: perl-Catalyst-Runtime -Version: 5.90114 +Version: 5.90115 Release: 0 %define cpan_name Catalyst-Runtime Summary: The Catalyst Framework Runtime License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Catalyst-Runtime/ -Source0: http://www.cpan.org/authors/id/J/JJ/JJNAPIORK/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/J/JJ/JJNAPIORK/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -60,7 +60,6 @@ BuildRequires: perl(Moose) >= 1.03 BuildRequires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00903 BuildRequires: perl(MooseX::Getopt) >= 0.48 BuildRequires: perl(MooseX::MethodAttributes::Role::AttrContainer::Inheritable) >= 0.24 -BuildRequires: perl(MooseX::Role::WithOverloading) >= 0.09 BuildRequires: perl(Path::Class) >= 0.09 BuildRequires: perl(Plack) >= 0.9991 BuildRequires: perl(Plack::Middleware::Conditional) @@ -118,7 +117,6 @@ Requires: perl(Moose) >= 1.03 Requires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00903 Requires: perl(MooseX::Getopt) >= 0.48 Requires: perl(MooseX::MethodAttributes::Role::AttrContainer::Inheritable) >= 0.24 -Requires: perl(MooseX::Role::WithOverloading) >= 0.09 Requires: perl(Path::Class) >= 0.09 Requires: perl(Plack) >= 0.9991 Requires: perl(Plack::Middleware::Conditional)