forked from pool/perl-Devel-StackTrace-AsHTML
Accepting request 383910 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/383910 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-StackTrace-AsHTML?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
87b8c13419
commit
d413ad64e3
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89056a3d5ec559c8fac35890f1ad50452ec18524ed4bfc245f9e3b0cbc49827a
|
||||
size 53370
|
3
Devel-StackTrace-AsHTML-0.15.tar.gz
Normal file
3
Devel-StackTrace-AsHTML-0.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6283dbe2197e2f20009cc4b449997742169cdd951bfc44cbc6e62c2a962d3147
|
||||
size 17053
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 09:34:31 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.15
|
||||
see /usr/share/doc/packages/perl-Devel-StackTrace-AsHTML/Changes
|
||||
|
||||
0.15 2016-04-01 12:23:25 PDT
|
||||
- Switch to Milla (haarg)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 08:34:11 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Devel-StackTrace-AsHTML
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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,42 +17,30 @@
|
||||
|
||||
|
||||
Name: perl-Devel-StackTrace-AsHTML
|
||||
Version: 0.14
|
||||
Version: 0.15
|
||||
Release: 0
|
||||
%define cpan_name Devel-StackTrace-AsHTML
|
||||
Summary: Displays stack trace in HTML
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Devel-StackTrace-AsHTML/
|
||||
Source: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Devel::StackTrace)
|
||||
#BuildRequires: perl(App::pod2pdf)
|
||||
#BuildRequires: perl(Devel::StackTrace::AsHTML)
|
||||
#BuildRequires: perl(inc::Module::Install)
|
||||
#BuildRequires: perl(JSON)
|
||||
#BuildRequires: perl(LWP::Simple)
|
||||
#BuildRequires: perl(Module::Build)
|
||||
#BuildRequires: perl(Module::Install::Base)
|
||||
#BuildRequires: perl(Parse::CPAN::Meta)
|
||||
#BuildRequires: perl(Spiffy)
|
||||
#BuildRequires: perl(Test::Builder::IO::Scalar)
|
||||
#BuildRequires: perl(Test::Deep)
|
||||
#BuildRequires: perl(Text::Diff)
|
||||
#BuildRequires: perl(YAML)
|
||||
#BuildRequires: perl(YAML::Tiny)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
Requires: perl(Devel::StackTrace)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
Devel::StackTrace::AsHTML adds 'as_html' method to the Devel::StackTrace
|
||||
manpage which displays the stack trace in beautiful HTML, with code snippet
|
||||
context and function parameters. If you call it on an instance of the
|
||||
Devel::StackTrace::WithLexicals manpage, you even get to see the lexical
|
||||
variables of each stack frame.
|
||||
Devel::StackTrace::AsHTML adds 'as_html' method to Devel::StackTrace which
|
||||
displays the stack trace in beautiful HTML, with code snippet context and
|
||||
function parameters. If you call it on an instance of
|
||||
Devel::StackTrace::WithLexicals, you even get to see the lexical variables
|
||||
of each stack frame.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
@@ -71,6 +59,6 @@ variables of each stack frame.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%doc Changes LICENSE README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user