commit ioping for openSUSE:Factory
Hello community, here is the log from the commit of package ioping for openSUSE:Factory checked in at 2017-03-31 15:09:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ioping (Old) and /work/SRC/openSUSE:Factory/.ioping.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ioping" Fri Mar 31 15:09:15 2017 rev:3 rq:482592 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ioping/ioping.changes 2016-11-02 12:46:23.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ioping.new/ioping.changes 2017-03-31 15:09:54.688787952 +0200 @@ -1,0 +2,59 @@ +Fri Mar 24 18:16:05 UTC 2017 - mpluskal@suse.com + +- Update to version 1.0: + * ioping: update changelog + * ioping: cleanup statistics + * ioping: allow fractional values in arguments + * ioping: print total requests count in raw statistics + * ioping: ignore first and classify other requests + * ioping: add read-write mode + * ioping: add option for speed limit + * ioping: print total time, speed and count of requests + * ioping: add mkostemp + * ioping: add O_SYNC and O_DSYNC modes + * ioping: call fadvise(RANDOM) for random I/O + * ioping: remove fdatasync test before oprations + * Merge pull request #29 from vapier/master + * Makefile: do not strip while installing + * Makefile: make it easier to override default optimization settings + * Makefile: respect CPPFLAGS when compiling + * ignore generated files + * ioping: include sys/sysmacros.h for makedev + * ioping: use xorshift128+ for randomization + * Makefile: fix mac detection + * Makefile: no -lrt for mac + * ioping: no clock_gettime for mac + * travis-ci: enable osx + * ioping: link mingw without -lrt + * ioping: link with -lrt + * travis-ci: add .travis.yml + * Makefile: add test target + * ioping: switch to nanosecond precision + * Makefile: rename README to README.md + * Merge branch 'patch-1' of https://github.com/davidak/ioping + * README.md: update formatting + * Merge pull request #27 from jgrizou/master + * Rename README to README.md + * Update README + * add link to Nix expression + * ioping: update changelog + * ioping: use long long for count of requests + * ioping: add option -t for detecting cache hits + * ioping: use cached direct I/O by default if non-cached isn't supported + * ioping: add windows "overlapped" aio + * ioping: declare windows have direct I/O + * ioping: open files with CreateFile on windows + * ioping: get more randomness on windows + * ioping: do not override custom interval and deadline by -R + * Makefile: add top directory into binary archives + * ioping: keep VERSION right in ioping.c + * ioping: update help and manpage + * ioping: update README + * ioping: fix several integer overflows + * ioping: handle big requests on linux + * ioping: always respect explicitly set size + * ioping: print amount of data written/read + * ioping: print io run-time instead of real-time + * ioping: expand all symlinks in device path + +------------------------------------------------------------------- Old: ---- ioping-0.9.tar.gz New: ---- ioping-1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ioping.spec ++++++ --- /var/tmp/diff_new_pack.hhBTxu/_old 2017-03-31 15:09:55.692646026 +0200 +++ /var/tmp/diff_new_pack.hhBTxu/_new 2017-03-31 15:09:55.696645461 +0200 @@ -1,7 +1,7 @@ # # spec file for package ioping # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,14 +17,13 @@ Name: ioping -Version: 0.9 +Version: 1.0 Release: 0 Summary: A tool to monitor I/O latency in real time License: GPL-3.0+ Group: System/Benchmark Url: https://github.com/koct9i/ioping -Source0: https://github.com/koct9i/ioping/releases/download/v%{version}/ioping-%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: https://github.com/koct9i/ioping/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz %description A tool to monitor I/O latency in real time. It shows disk latency in the @@ -44,7 +43,7 @@ %files %defattr(-,root,root,-) -%doc LICENSE README changelog +%doc LICENSE README.md changelog %{_bindir}/ioping %{_mandir}/man1/ioping.1%{ext_man} ++++++ ioping-0.9.tar.gz -> ioping-1.0.tar.gz ++++++ ++++ 2033 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de