Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cflow for openSUSE:Factory checked in at 2022-01-06 15:51:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cflow (Old) and /work/SRC/openSUSE:Factory/.cflow.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cflow" Thu Jan 6 15:51:00 2022 rev:3 rq:943955 version:1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/cflow/cflow.changes 2019-06-19 21:14:20.906859348 +0200 +++ /work/SRC/openSUSE:Factory/.cflow.new.1896/cflow.changes 2022-01-06 15:51:46.724987579 +0100 @@ -1,0 +2,17 @@ +Tue Jan 4 21:52:10 UTC 2022 - Dirk M??ller <[email protected]> + +- update to 1.7: + * Multiple start functions are allowed + * New option --target=FUNCTION + * New output format: dot + The '-f dot' (or '--format=dot') option instructs cflow to output + graph as a description in DOT language, suitable as input to graphviz + programs. + * Bugfixes: + ** CVE-2019-16165 + ** CVE-2019-16166 + ** Fix parsing of K&R style function declarations + ** Improve parsing of typecasts + ** Fix recursive call detection + +------------------------------------------------------------------- Old: ---- cflow-1.6.tar.xz cflow-1.6.tar.xz.sig New: ---- cflow-1.7.tar.xz cflow-1.7.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cflow.spec ++++++ --- /var/tmp/diff_new_pack.vQTHKD/_old 2022-01-06 15:51:47.168987822 +0100 +++ /var/tmp/diff_new_pack.vQTHKD/_new 2022-01-06 15:51:47.172987825 +0100 @@ -1,7 +1,7 @@ # # spec file for package cflow # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,18 @@ Name: cflow -Version: 1.6 +Version: 1.7 Release: 0 Summary: Tool to generate flowcharts for C sources License: GPL-3.0-or-later Group: Development/Tools/Other -URL: http://www.gnu.org/software/cflow -Source0: https://ftp.gnu.org/gnu/cflow/cflow-1.6.tar.xz -Source1: https://ftp.gnu.org/gnu/cflow/cflow-1.6.tar.xz.sig +URL: https://www.gnu.org/software/cflow +Source0: https://ftp.gnu.org/gnu/cflow/cflow-%{version}.tar.xz +Source1: https://ftp.gnu.org/gnu/cflow/cflow-%{version}.tar.xz.sig Source2: %{name}.keyring BuildRequires: flex Requires(post): %{install_info_prereq} -Requires(preun): %{install_info_prereq} +Requires(preun):%{install_info_prereq} %description GNU cflow analyzes a collection of C source files and prints a graph, charting @@ -43,10 +43,10 @@ %build %configure \ --disable-silent-rules -make %{?_smp_mflags} +%make_build %check -make %{?_smp_mflags} check +%make_build check %install %make_install ++++++ cflow-1.6.tar.xz -> cflow-1.7.tar.xz ++++++ ++++ 70431 lines of diff (skipped)
