Hello community,

here is the log from the commit of package health-check for openSUSE:Factory 
checked in at 2020-04-27 23:34:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/health-check (Old)
 and      /work/SRC/openSUSE:Factory/.health-check.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "health-check"

Mon Apr 27 23:34:36 2020 rev:9 rq:797640 version:0.03.07

Changes:
--------
--- /work/SRC/openSUSE:Factory/health-check/health-check.changes        
2020-03-08 22:25:04.284112040 +0100
+++ /work/SRC/openSUSE:Factory/.health-check.new.2738/health-check.changes      
2020-04-27 23:34:47.675103546 +0200
@@ -1,0 +2,7 @@
+Fri Apr 24 15:06:33 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- 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.2ojAH1/_old  2020-04-27 23:34:48.559105271 +0200
+++ /var/tmp/diff_new_pack.2ojAH1/_new  2020-04-27 23:34:48.563105279 +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;


Reply via email to