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:
Stephan Kulow
2014-04-23 05:03:10 +00:00
committed by Git OBS Bridge
parent 1934ddf5d0
commit 6f9b9608f1
3 changed files with 20 additions and 10 deletions

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,27 @@
#
Name: perl-Catalyst-Plugin-StackTrace
Version: 0.11
Release: 1
License: GPL+ or Artistic
Version: 0.12
Release: 0
%define cpan_name Catalyst-Plugin-StackTrace
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
#Source: http://www.cpan.org/authors/id/M/MS/MSTROUT/Catalyst-Plugin-StackTrace-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/
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(Devel::StackTrace)
BuildRequires: perl(MRO::Compat) >= 0.10
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Pluggable) >= 5.1
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
Requires: perl(Catalyst) >= 5.70
Requires: perl(Devel::StackTrace)
Requires: perl(MRO::Compat) >= 0.10
Requires: perl(Module::Pluggable) >= 5.1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}