Accepting request 344331 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/344331 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
a1cd9224de
commit
9ddfef35fd
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36e589c65f4a2da7e55c2f26682006eb52e3adce1e800f10d5ab420ef3fc7ec3
|
||||
size 383826
|
||||
3
Catalyst-Runtime-5.90103.tar.gz
Normal file
3
Catalyst-Runtime-5.90103.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9073ad12b8a747d683b9eb49700ee34bfcb1ad0849d28c494d0bb8d6e78ac87
|
||||
size 394198
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user