diff --git a/Catalyst-Runtime-5.90102.tar.gz b/Catalyst-Runtime-5.90102.tar.gz deleted file mode 100644 index 84fda83..0000000 --- a/Catalyst-Runtime-5.90102.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36e589c65f4a2da7e55c2f26682006eb52e3adce1e800f10d5ab420ef3fc7ec3 -size 383826 diff --git a/Catalyst-Runtime-5.90103.tar.gz b/Catalyst-Runtime-5.90103.tar.gz new file mode 100644 index 0000000..57501d1 --- /dev/null +++ b/Catalyst-Runtime-5.90103.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9073ad12b8a747d683b9eb49700ee34bfcb1ad0849d28c494d0bb8d6e78ac87 +size 394198 diff --git a/perl-Catalyst-Runtime.changes b/perl-Catalyst-Runtime.changes index f94b27c..4cdeebf 100644 --- a/perl-Catalyst-Runtime.changes +++ b/perl-Catalyst-Runtime.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Nov 14 09:33:52 UTC 2015 - coolo@suse.com + +- updated to 5.90103 + see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes + + 5.90103 - 2015-11-12 + - More documentation fixes (thanks to the debian maintainers and melmothx++) + - Fixed the way we parse subroutine attribute values to fix a regression + introduced in 5.90102. This is a recommended upgrade (tsibley++, mst++) + - Fixed regression around auto actions that escape by throwing an exception + which was introduced in the last release. + - Bumped namespace::autoclean dep to latest since tests require -except + ------------------------------------------------------------------- Sat Oct 31 10:04:56 UTC 2015 - coolo@suse.com diff --git a/perl-Catalyst-Runtime.spec b/perl-Catalyst-Runtime.spec index 0023634..a946a99 100644 --- a/perl-Catalyst-Runtime.spec +++ b/perl-Catalyst-Runtime.spec @@ -17,14 +17,14 @@ Name: perl-Catalyst-Runtime -Version: 5.90102 +Version: 5.90103 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: http://www.cpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -89,7 +89,7 @@ BuildRequires: perl(Tree::Simple::Visitor::FindByPath) BuildRequires: perl(Try::Tiny) >= 0.17 BuildRequires: perl(URI) >= 1.65 BuildRequires: perl(URI::ws) >= 0.03 -BuildRequires: perl(namespace::autoclean) >= 0.09 +BuildRequires: perl(namespace::autoclean) >= 0.28 BuildRequires: perl(namespace::clean) >= 0.23 Requires: perl(CGI::Simple::Cookie) >= 1.109 Requires: perl(CGI::Struct) @@ -145,7 +145,7 @@ Requires: perl(Tree::Simple::Visitor::FindByPath) Requires: perl(Try::Tiny) >= 0.17 Requires: perl(URI) >= 1.65 Requires: perl(URI::ws) >= 0.03 -Requires: perl(namespace::autoclean) >= 0.09 +Requires: perl(namespace::autoclean) >= 0.28 Requires: perl(namespace::clean) >= 0.23 %{perl_requires}