Hello community, here is the log from the commit of package health-check for openSUSE:Leap:15.2 checked in at 2020-05-01 15:08:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/health-check (Old) and /work/SRC/openSUSE:Leap:15.2/.health-check.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "health-check" Fri May 1 15:08:32 2020 rev:20 rq:799498 version:0.03.07 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/health-check/health-check.changes 2020-03-10 17:14:23.657434696 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.health-check.new.2738/health-check.changes 2020-05-01 15:08:36.826735982 +0200 @@ -1,0 +2,7 @@ +Fri Apr 24 15:06:33 UTC 2020 - Martin Hauke <[email protected]> + +- Update to version 0.03.07 + * net.c: move declaration of send_total recv_total fix build + failure + +------------------------------------------------------------------- Old: ---- health-check-0.03.06.tar.gz New: ---- health-check-0.03.07.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ health-check.spec ++++++ --- /var/tmp/diff_new_pack.6zr3CN/_old 2020-05-01 15:08:37.282736972 +0200 +++ /var/tmp/diff_new_pack.6zr3CN/_new 2020-05-01 15:08:37.286736981 +0200 @@ -18,7 +18,7 @@ Name: health-check -Version: 0.03.06 +Version: 0.03.07 Release: 0 Summary: Process monitoring tool License: GPL-2.0-or-later ++++++ health-check-0.03.06.tar.gz -> health-check-0.03.07.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/health-check-0.03.06/Makefile new/health-check-0.03.07/Makefile --- old/health-check-0.03.06/Makefile 2020-02-26 18:28:50.000000000 +0100 +++ new/health-check-0.03.07/Makefile 2020-04-24 16:07:02.000000000 +0200 @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -VERSION=0.03.06 +VERSION=0.03.07 # # Codename "Where have all my cycles gone?" # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/health-check-0.03.06/net.c new/health-check-0.03.07/net.c --- old/health-check-0.03.06/net.c 2020-02-26 18:28:51.000000000 +0100 +++ new/health-check-0.03.07/net.c 2020-04-24 16:07:02.000000000 +0200 @@ -467,9 +467,9 @@ list_t dump_info_list; list_t sorted; int i; + uint64_t send_total = 0, recv_total = 0; #ifdef JSON_OUTPUT json_object *j_net_test = NULL, *j_net_infos = NULL, *j_net_info; - uint64_t send_total = 0, recv_total = 0; #else (void)j_tests; (void)duration;
