Accepting request 231069 from home:mnhauke:nagios
update to version 0.12 and fixed dependencies OBS-URL: https://build.opensuse.org/request/show/231069 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Plugin-StackTrace?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
1934ddf5d0
commit
6f9b9608f1
3
Catalyst-Plugin-StackTrace-0.12.tar.gz
Normal file
3
Catalyst-Plugin-StackTrace-0.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:329dacd0ba09d10a76087ab176f95db6ba3db26a2d0fe33eee2f5e46ced753ac
|
||||||
|
size 23238
|
||||||
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 21 19:23:50 UTC 2014 - mardnh@gmx.de
|
||||||
|
|
||||||
|
- update to version 0.12
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 19 13:26:48 UTC 2011 - coolo@novell.com
|
Wed Jan 19 13:26:48 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Catalyst-Plugin-StackTrace
|
# spec file for package perl-Catalyst-Plugin-StackTrace
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,25 +16,27 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Catalyst-Plugin-StackTrace
|
Name: perl-Catalyst-Plugin-StackTrace
|
||||||
Version: 0.11
|
Version: 0.12
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name Catalyst-Plugin-StackTrace
|
%define cpan_name Catalyst-Plugin-StackTrace
|
||||||
Summary: Display a stack trace on the debug screen
|
Summary: Display a stack trace on the debug screen
|
||||||
Url: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/
|
License: GPL-1.0+ or Artistic-1.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/M/MS/MSTROUT/Catalyst-Plugin-StackTrace-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
|
||||||
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Catalyst) >= 5.70
|
BuildRequires: perl(Catalyst) >= 5.70
|
||||||
BuildRequires: perl(Devel::StackTrace)
|
BuildRequires: perl(Devel::StackTrace)
|
||||||
BuildRequires: perl(MRO::Compat) >= 0.10
|
BuildRequires: perl(MRO::Compat) >= 0.10
|
||||||
BuildRequires: perl
|
BuildRequires: perl(Module::Pluggable) >= 5.1
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl(Test::Pod) >= 1.14
|
||||||
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||||
Requires: perl(Catalyst) >= 5.70
|
Requires: perl(Catalyst) >= 5.70
|
||||||
Requires: perl(Devel::StackTrace)
|
Requires: perl(Devel::StackTrace)
|
||||||
Requires: perl(MRO::Compat) >= 0.10
|
Requires: perl(MRO::Compat) >= 0.10
|
||||||
|
Requires: perl(Module::Pluggable) >= 5.1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|||||||
Reference in New Issue
Block a user