diff --git a/python-gprof2dot.changes b/python-gprof2dot.changes index 5f56bfe..8c5bc64 100644 --- a/python-gprof2dot.changes +++ b/python-gprof2dot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 9 22:24:00 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Tue Dec 4 12:48:42 UTC 2018 - Matej Cepl @@ -13,14 +18,14 @@ Wed May 16 15:58:57 UTC 2018 - toddrme2178@gmail.com * Improved profile pruning abilities * Avoid ZipFile open mode 'U'. * Make assertion check robust against computational inaccuracies. - * Truncate function names to avoid labels larger than 16Kb. + * Truncate function names to avoid labels larger than 16Kb. * Update for changes if perf output. * Fix printing output on stdout in Python 3.5.1. * Prevent ZeroDivisionError when options.colour_nodes_by_selftime is set * Scale node weights when coloring nodes by selftime * Add colour-nodes-by-selftime option * Ranking of cycle functions - * Improve implementation of Tarjan's algorithm to search for cycles. + * Improve implementation of Tarjan's algorithm to search for cycles. - Implement single-spec version ------------------------------------------------------------------- @@ -33,4 +38,3 @@ Tue May 3 11:31:40 UTC 2016 - foss@grueninger.de Thu Jun 26 13:47:37 UTC 2014 - hpj@urpla.net - initial build: 2014.03.12 - diff --git a/python-gprof2dot.spec b/python-gprof2dot.spec index d5a350b..e8f4ef0 100644 --- a/python-gprof2dot.spec +++ b/python-gprof2dot.spec @@ -1,7 +1,7 @@ # # spec file for package python-gprof2dot # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -21,7 +21,7 @@ Name: python-gprof2dot Version: 2017.9.19 Release: 0 %define gitver 2017.09.19 -Summary: Generate a dot graph from the output of several profilers +Summary: Script to generate a dot graph from the output of several profilers License: LGPL-3.0-or-later Group: Development/Languages/Python Url: https://github.com/jrfonseca/gprof2dot