Hello community,

here is the log from the commit of package health-check for openSUSE:Factory 
checked in at 2020-08-06 10:42:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/health-check (Old)
 and      /work/SRC/openSUSE:Factory/.health-check.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "health-check"

Thu Aug  6 10:42:56 2020 rev:10 rq:824540 version:0.03.09

Changes:
--------
--- /work/SRC/openSUSE:Factory/health-check/health-check.changes        
2020-04-27 23:34:47.675103546 +0200
+++ /work/SRC/openSUSE:Factory/.health-check.new.3399/health-check.changes      
2020-08-06 10:43:11.590152283 +0200
@@ -1,0 +2,7 @@
+Tue Aug  4 17:40:25 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 0.03.09:
+  * net: don't throw warning messages when /proc file can't be
+    opened
+
+-------------------------------------------------------------------

Old:
----
  health-check-0.03.07.tar.gz

New:
----
  health-check-0.03.09.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ health-check.spec ++++++
--- /var/tmp/diff_new_pack.zjSQP5/_old  2020-08-06 10:43:14.506153743 +0200
+++ /var/tmp/diff_new_pack.zjSQP5/_new  2020-08-06 10:43:14.510153746 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           health-check
-Version:        0.03.07
+Version:        0.03.09
 Release:        0
 Summary:        Process monitoring tool
 License:        GPL-2.0-or-later

++++++ health-check-0.03.07.tar.gz -> health-check-0.03.09.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.03.07/Makefile 
new/health-check-0.03.09/Makefile
--- old/health-check-0.03.07/Makefile   2020-04-24 16:07:02.000000000 +0200
+++ new/health-check-0.03.09/Makefile   2020-08-03 16:36:05.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.07
+VERSION=0.03.09
 #
 # Codename "Where have all my cycles gone?"
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.03.07/net.c 
new/health-check-0.03.09/net.c
--- old/health-check-0.03.07/net.c      2020-04-24 16:07:02.000000000 +0200
+++ new/health-check-0.03.09/net.c      2020-08-03 16:36:05.000000000 +0200
@@ -674,10 +674,8 @@
                return -1;
        }
 
-       if ((fp = fopen(procfile, "r")) == NULL) {
-               fprintf(stderr, "Cannot open %s.\n", procfile);
+       if ((fp = fopen(procfile, "r")) == NULL)
                return -1;
-       }
 
        for (i = 0; fgets(buf, sizeof(buf), fp) != NULL; i++) {
                net_addr_info_t new_addr;


Reply via email to