Hello community,

here is the log from the commit of package fio for openSUSE:Factory checked in 
at 2016-02-11 12:38:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fio (Old)
 and      /work/SRC/openSUSE:Factory/.fio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fio"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fio/fio.changes  2016-01-05 21:55:28.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.fio.new/fio.changes     2016-02-11 
12:38:11.000000000 +0100
@@ -1,0 +2,50 @@
+Tue Feb  9 21:36:37 UTC 2016 - mplus...@suse.com
+
+- Update to 2.6
+  * Fix Windows build: define rand_r()
+  * powerpc: fix cpus_online() to get correct max CPU number for 
+    powerpc64
+  * ioengine: remove duplicate queue handler check
+  * server: use the wrapped MSG_DONTWAIT
+  * Makefile: fix duplicate strcasestr for windows
+  * client: remove debug printf() for compressed iolog
+  * server: disable pdu length check for now
+  * server: split vectored commands into fragments
+- Changes for 2.5/2.4
+  * use option smaalloc_pool_size
+  * client: rename send_file() to fio_send_file()
+  * lib/pattern: include oslib/strcasestr.h
+  * Fix included getopt locations
+  * t/genzipf: fix for strcasestr missing
+  * t/dedupe: silence bogus warning on 'bytes' being used 
+    uninitialized
+  * configure: check if lex requires/fails with -o for output
+  * configure: add --enable-lex
+  * options: make the groups/categories constant
+  * options: split out option grouping code
+  * options: we don't need the crc32c verify include
+  * options: move pattern_fmt_desc where we need it
+  * server: include name of verify file requested for error message
+  * configure: lex force off
+  * server: sk_out exit error handling
+  * verify: split out state header code
+  * verify-state: forward declare io_u
+  * Merge branch 'master' of git://github.com/ezrapedersen/fio
+  * t/verify-state: add helper to inspect verify dump state files
+  * options: fix bs_cmp()
+  * Always create server sk_out key
+  * Destroy sk_out server key when we are done
+  * t/verify-state: fix type for printf
+  * t/verify-state: one more printf type fix
+  * io_u: ensure that we align new start offset properly for 
+    time_based
+  * Fix issue with termination before io_size has been reached
+  * client: drain text output when exiting
+  * client: fix non-text command leak
+  * init: increment stat count if parent == default thread
+  * init: fix compile for FIO_INC_DEBUG not being set
+  * mutex: fix double unlock in fio_mutex_down_timeout()
+  * Disable libaio for ESXi build - bug#80
+- Enable parallel building
+
+-------------------------------------------------------------------

Old:
----
  fio-2.2.13.tar.bz2

New:
----
  fio-2.6.tar.bz2

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

Other differences:
------------------
++++++ fio.spec ++++++
--- /var/tmp/diff_new_pack.wZJaE8/_old  2016-02-11 12:38:11.000000000 +0100
+++ /var/tmp/diff_new_pack.wZJaE8/_new  2016-02-11 12:38:11.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           fio
-Version:        2.2.13
+Version:        2.6
 Release:        0
 Summary:        Flexible I/O Tester/benchmarker
 License:        GPL-2.0
@@ -62,15 +62,17 @@
 ./configure \
   --enable-gfio
 make \
+  %{?_smp_mflags} \
     V=1 \
     OPTFLAGS="%{optflags}" \
-    CC="gcc" \
+  CC="cc" \
     prefix="%{_prefix}" \
     libdir="%{_libdir}/fio" \
     mandir="%{_mandir}"
 
 %install
 make \
+  %{?_smp_mflags} \
     V=1 \
     DESTDIR=%{buildroot} \
     prefix="%{_prefix}" \
@@ -90,6 +92,7 @@
 %{_bindir}/fio-btrace2fio
 %{_bindir}/fio-dedupe
 %{_bindir}/fio-genzipf
+%{_bindir}/fio-verify-state
 %{_datadir}/fio
 %{_mandir}/man1/fio.1%{ext_man}
 %{_mandir}/man1/fio_generate_plots.1%{ext_man}

++++++ fio-2.2.13.tar.bz2 -> fio-2.6.tar.bz2 ++++++
++++ 5482 lines of diff (skipped)


Reply via email to