Hello community,

here is the log from the commit of package xosview for openSUSE:Factory checked 
in at 2019-02-27 15:07:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xosview (Old)
 and      /work/SRC/openSUSE:Factory/.xosview.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xosview"

Wed Feb 27 15:07:31 2019 rev:45 rq:679485 version:1.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/xosview/xosview.changes  2018-09-26 
14:23:46.173888596 +0200
+++ /work/SRC/openSUSE:Factory/.xosview.new.28833/xosview.changes       
2019-02-27 15:07:36.586420325 +0100
@@ -1,0 +2,6 @@
+Thu Jan  3 08:18:53 UTC 2019 - Dr. Werner Fink <[email protected]>
+
+- Update to version 1.21
+  * No news for linux based systems
+
+-------------------------------------------------------------------

Old:
----
  xosview-1.20.tar.gz

New:
----
  xosview-1.21.tar.gz

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

Other differences:
------------------
++++++ xosview.spec ++++++
--- /var/tmp/diff_new_pack.FnPXTR/_old  2019-02-27 15:07:37.778419962 +0100
+++ /var/tmp/diff_new_pack.FnPXTR/_new  2019-02-27 15:07:37.782419960 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xosview
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 #Requires:    desktop-data-SuSE
 # /usr/bin/xrdb
 Requires:       xrdb
-Version:        1.20
+Version:        1.21
 Release:        0
 Summary:        System Load Information
 License:        GPL-2.0-or-later

++++++ xosview-1.20.tar.gz -> xosview-1.21.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xosview-1.20/bsd/kernel.cc 
new/xosview-1.21/bsd/kernel.cc
--- old/xosview-1.20/bsd/kernel.cc      2017-11-04 16:05:59.000000000 +0100
+++ new/xosview-1.21/bsd/kernel.cc      2018-09-12 15:52:23.000000000 +0200
@@ -320,7 +320,18 @@
                pageinfo[1] = (uint64_t)uvm.pgswapout;
        }
 #else  /* HAVE_UVM */
-       struct vmmeter vm;
+       struct vmmeter_fbsd {
+               u_int v_active_count;
+               u_int v_inactive_count;
+               u_int v_wire_count;
+               u_int v_cache_count;
+               u_int v_free_count;
+               u_int v_page_size;
+               u_int v_vnodepgsin;
+               u_int v_vnodepgsout;
+               u_int v_swappgsin;
+               u_int v_swappgsout;
+       } vm;
 #if defined(XOSVIEW_FREEBSD)
        size_t size = sizeof(unsigned int);
 #define        GET_VM_STATS(name) \
@@ -654,7 +665,7 @@
 
 uint64_t
 DevStat_Get(uint64_t *read_bytes, uint64_t *write_bytes) {
-       register int dn;
+       int dn;
        long double busy_seconds;
        uint64_t reads, writes, total_bytes = 0;
        struct devinfo *tmp_dinfo;



Reply via email to