Hello community,

here is the log from the commit of package perl-Devel-NYTProf for 
openSUSE:Factory checked in at 2013-06-13 17:33:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-NYTProf (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Devel-NYTProf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Devel-NYTProf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-NYTProf/perl-Devel-NYTProf.changes    
2012-01-09 21:43:37.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-NYTProf.new/perl-Devel-NYTProf.changes   
    2013-06-13 17:33:02.000000000 +0200
@@ -1,0 +2,45 @@
+Tue Jun  4 08:23:14 UTC 2013 - [email protected]
+
+- updated to 5.03
+  Fix windows to use flamegraph.bat [Christian Walde]
+  Generates META.yml which mentions github repo [Christian Walde]
+  Add meta robots noindex to html pages [Tokuhiro Matsuno]
+
+  Can't rely on #!-line to always work, PR#3
+    thanks to Gisle Aas.
+
+  Avoid triggering "gcc internal compiler error" PR#4
+    thanks to Gisle Aas.
+
+  Added subroutine entry and return event stream,
+    controlled via the calls=N option. Default calls=1.
+
+  Added nytprofcalls command to process the call event stream to
+    generate timings for distinct call stacks (experimental).
+
+  Added Flame Graph visualization SVG using the call stack data.
+
+  Changed blocks=N option to be 0 (disabled) by default.
+
+  Fixed test for perl 5.17+ hash randomization.
+  Fixed nytprofhtml for Windows thanks to Jan Dubois. PR#2
+  Fixed assorted nits thanks to Steve Peters. PR#1
+  Deprecated nytprofcsv - speak up if you use it!
+  No longer warn about $&, $` and $' being slow if $] >= 5.017008.
+
+  Fix u2time clock (ie Time::HiRes, used by Windows)
+
+  Clarify sigexit option docs.
+  Loosen test timing constraints (for slow cpantester VMs).
+
+  Significant improvement in the accuracy of the subroutine profiler,
+    especially for frequent calls to very short duration subs/ops,
+    and more so for POSIX and OSX systems with sub-microsecond clocks.
+
+  Fixed tests to work with perl 5.17.7+ (PL_sawampersand gone).
+  Fixed some doc typos thanks to Jesse Sheidlower.
+  Improved nytprofmerge behaviour with inconsistent attributes.
+  Removed the usecputime=1 option. Use clock=N instead if possible.
+  Moved main repo to git (and https://github.com/timbunce/devel-nytprof)
+
+-------------------------------------------------------------------

Old:
----
  Devel-NYTProf-4.06.tar.gz

New:
----
  Devel-NYTProf-5.03.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Devel-NYTProf.spec ++++++
--- /var/tmp/diff_new_pack.Ygj801/_old  2013-06-13 17:33:03.000000000 +0200
+++ /var/tmp/diff_new_pack.Ygj801/_new  2013-06-13 17:33:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-NYTProf
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,10 +17,10 @@
 
 
 Name:           perl-Devel-NYTProf
-Version:        4.06
+Version:        5.03
 Release:        0
 %define cpan_name Devel-NYTProf
-Summary:        Powerful fast feature-rich perl source code profiler
+Summary:        Powerful fast feature-rich Perl source code profiler
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Devel-NYTProf/
@@ -29,6 +29,7 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(JSON::Any)
+BuildRequires:  perl(Test::Differences) >= 0.60
 BuildRequires:  perl(Test::More) >= 0.84
 #BuildRequires: perl(Apache)
 #BuildRequires: perl(BSD::Resource)
@@ -45,6 +46,7 @@
 #BuildRequires: perl(Devel::NYTProf::Util)
 #BuildRequires: perl(NYTProfTest)
 Requires:       perl(JSON::Any)
+Requires:       perl(Test::Differences) >= 0.60
 Requires:       perl(Test::More) >= 0.84
 %{perl_requires}
 
@@ -91,6 +93,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes HACKING README
+%doc Changes HACKING README.md
 
 %changelog

++++++ Devel-NYTProf-4.06.tar.gz -> Devel-NYTProf-5.03.tar.gz ++++++
++++ 6295 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to