Hello community,
here is the log from the commit of package perl-Devel-StackTrace for
openSUSE:Factory checked in at 2015-04-18 10:39:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-StackTrace (Old)
and /work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-StackTrace"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Devel-StackTrace/perl-Devel-StackTrace.changes
2014-09-19 22:27:48.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new/perl-Devel-StackTrace.changes
2015-04-18 10:39:32.000000000 +0200
@@ -1,0 +2,19 @@
+Thu Apr 16 17:25:42 UTC 2015 - [email protected]
+
+- 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!).
+
+-------------------------------------------------------------------
Old:
----
Devel-StackTrace-1.34.tar.gz
New:
----
Devel-StackTrace-2.00.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-StackTrace.spec ++++++
--- /var/tmp/diff_new_pack.8g8Qfc/_old 2015-04-18 10:39:32.000000000 +0200
+++ /var/tmp/diff_new_pack.8g8Qfc/_new 2015-04-18 10:39:32.000000000 +0200
@@ -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 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes LICENSE README.md
%changelog
++++++ Devel-StackTrace-1.34.tar.gz -> Devel-StackTrace-2.00.tar.gz ++++++
++++ 2735 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#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