Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package forkstat for openSUSE:Factory checked in at 2023-01-23 18:31:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/forkstat (Old) and /work/SRC/openSUSE:Factory/.forkstat.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "forkstat" Mon Jan 23 18:31:44 2023 rev:16 rq:1060303 version:0.03.00 Changes: -------- --- /work/SRC/openSUSE:Factory/forkstat/forkstat.changes 2020-11-12 22:49:52.226798103 +0100 +++ /work/SRC/openSUSE:Factory/.forkstat.new.32243/forkstat.changes 2023-01-23 18:32:03.496099502 +0100 @@ -1,0 +2,10 @@ +Sun Jan 22 16:33:18 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com> + +- Update to 0.03.00 + + * Remove redundant null check on ptr + * Update copyright + * forkstat: remove redundant assignment to ptr + * Add STAT_NONE to event_t enum and use it instead of 0 + +------------------------------------------------------------------- Old: ---- forkstat-0.02.16.tar.xz New: ---- forkstat-0.03.00.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ forkstat.spec ++++++ --- /var/tmp/diff_new_pack.oyPImI/_old 2023-01-23 18:32:04.120103820 +0100 +++ /var/tmp/diff_new_pack.oyPImI/_new 2023-01-23 18:32:04.132103903 +0100 @@ -1,7 +1,7 @@ # # spec file for package forkstat # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2017-2020, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -18,13 +18,13 @@ Name: forkstat -Version: 0.02.16 +Version: 0.03.00 Release: 0 Summary: Process fork/exec/exit monitoring tool License: GPL-2.0-or-later Group: System/Monitoring -URL: https://kernel.ubuntu.com/~cking/forkstat/ -Source: https://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.xz +URL: https://github.com/ColinIanKing/forkstat +Source: https://github.com/ColinIanKing/forkstat/archive/refs/tags/V%{version}.tar.gz#/%{name}-%{version}.tar.gz %description Forkstat monitors process fork(), exec() and exit() activity. It is useful for @@ -36,7 +36,7 @@ Group: System/Benchmark Requires: %{name} = %{version} Requires: bash-completion -Supplements: packageand(forkstat:bash-completion) +Supplements: (forkstat and bash-completion) BuildArch: noarch %description bash-completion @@ -47,7 +47,7 @@ %build export CFLAGS="%{optflags}" -make %{?_smp_mflags} +%make_build %install %make_install