Hello community,

here is the log from the commit of package procps for openSUSE:Factory checked 
in at 2013-08-04 17:07:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/procps (Old)
 and      /work/SRC/openSUSE:Factory/.procps.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "procps"

Changes:
--------
--- /work/SRC/openSUSE:Factory/procps/procps.changes    2013-07-25 
15:15:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.procps.new/procps.changes       2013-08-04 
17:07:49.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug  2 13:00:57 UTC 2013 - wer...@suse.de
+
+- Add patch procps-ng-3.3.8-vmstat-terabyte.dif to readd last
+  trifle rest of the old terabyte patch (is this really required?)
+
+-------------------------------------------------------------------

New:
----
  procps-ng-3.3.8-vmstat-terabyte.dif

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

Other differences:
------------------
++++++ procps.spec ++++++
--- /var/tmp/diff_new_pack.BV5BtP/_old  2013-08-04 17:07:50.000000000 +0200
+++ /var/tmp/diff_new_pack.BV5BtP/_new  2013-08-04 17:07:50.000000000 +0200
@@ -83,6 +83,8 @@
 Patch26:        0002-top-cursor-repositioning-includes-line-oriented-inpu.patch
 # PATCH-FIX-UPSTREAM -- Suppress end-of-job report if top if not ended with 
'q' key
 Patch27:        0001-top-refine-some-miscellaneous-signals-interrupt-stuf.patch
+# PATCH-FIX-OPENSUSE -- trifle rest of the old terabyte patch
+Patch28:        procps-ng-3.3.8-vmstat-terabyte.dif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -154,6 +156,7 @@
 %patch25 -p1
 %patch26 -p1
 %patch27 -p1
+%patch28
 
 %build
 test -s .tarball-version || echo %{version} > .tarball-version

++++++ procps-ng-3.3.8-vmstat-terabyte.dif ++++++
--- vmstat.c
+++ vmstat.c    2013-08-02 12:57:52.677680360 +0000
@@ -224,8 +224,8 @@ static void new_header(void)
 
 static unsigned long unitConvert(unsigned long size)
 {
-       float cvSize;
-       cvSize = (float)size / dataUnit * ((statMode == SLABSTAT) ? 1 : 1024);
+       long double cvSize;
+       cvSize = (long double)size / dataUnit * ((statMode == SLABSTAT) ? 1 : 
1024);
        return ((unsigned long)cvSize);
 }
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to