forked from pool/perl-Devel-StackTrace
Accepting request 297253 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/297253 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Devel-StackTrace?expand=0&rev=16
This commit is contained in:
commit
596818d3af
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e882ccd7f4cbab0d0cdad53897f3f3bf29bdcf47d2bdfde1ac07f1bc7d7ebd16
|
||||
size 21194
|
3
Devel-StackTrace-2.00.tar.gz
Normal file
3
Devel-StackTrace-2.00.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1debe7273099a60e1386e0da5edbed7334db3cf3ed8e3b4106b087100b8ec5e4
|
||||
size 30012
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#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_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: -
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 17:25:42 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 2.00
|
||||
see /usr/share/doc/packages/perl-Devel-StackTrace/Changes
|
||||
|
||||
2.00 2014-11-01
|
||||
|
||||
[BACKWARDS INCOMPATIBILITIES]
|
||||
|
||||
- The no_refs constructor parameter is now deprecated, and has been replace by
|
||||
a new unsafe_ref_capture parameter that defaults to false, meaning no
|
||||
references are captured by default. Capturing references by default caused
|
||||
too many issues that couldn't be worked around, including running DESTROY
|
||||
blocks multiple times on captured objects in the worst case.
|
||||
|
||||
- Removed support for the long-deprecated no_object_refs constructor parameter
|
||||
(deprecated in 2002!).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 12:15:46 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Devel-StackTrace
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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,15 @@
|
||||
|
||||
|
||||
Name: perl-Devel-StackTrace
|
||||
Version: 1.34
|
||||
Version: 2.00
|
||||
Release: 0
|
||||
%define cpan_name Devel-StackTrace
|
||||
Summary: An object representing a stack trace
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Devel-StackTrace/
|
||||
Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@ -63,6 +64,6 @@ contexts.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
%doc Changes LICENSE README.md
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user