Accepting request 492393 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/492393
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=27
This commit is contained in:
Stephan Kulow
2017-05-02 06:28:39 +00:00
committed by Git OBS Bridge
parent dc43dfccca
commit 27244c48ea
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ebf8a8994c6d7301519996fdca97e4a6611e64187f94235263f474c429a48197
size 391209

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5efe819645b5e22b97c7a15a82321f074705c09c5e69d70b3b55f79cdb3034e
size 392032

View File

@@ -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

View File

@@ -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)