diff --git a/Devel-StackTrace-1.34.tar.gz b/Devel-StackTrace-1.34.tar.gz deleted file mode 100644 index d072d03..0000000 --- a/Devel-StackTrace-1.34.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e882ccd7f4cbab0d0cdad53897f3f3bf29bdcf47d2bdfde1ac07f1bc7d7ebd16 -size 21194 diff --git a/Devel-StackTrace-2.00.tar.gz b/Devel-StackTrace-2.00.tar.gz new file mode 100644 index 0000000..81a179b --- /dev/null +++ b/Devel-StackTrace-2.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1debe7273099a60e1386e0da5edbed7334db3cf3ed8e3b4106b087100b8ec5e4 +size 30012 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Devel-StackTrace.changes b/perl-Devel-StackTrace.changes index 880740e..627ab9a 100644 --- a/perl-Devel-StackTrace.changes +++ b/perl-Devel-StackTrace.changes @@ -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 diff --git a/perl-Devel-StackTrace.spec b/perl-Devel-StackTrace.spec index ae73277..4d7f8e3 100644 --- a/perl-Devel-StackTrace.spec +++ b/perl-Devel-StackTrace.spec @@ -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