From e5aeed72eef697c6b2e3ac6417715b051f75998342346f816d9aee17cac67749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 9 Aug 2017 11:32:58 +0000 Subject: [PATCH] Accepting request 515121 from home:mnhauke - Update to version 0.08.10: * Makefile: bump version * stress-dirdeep: fix warning on unused variable ret on BSD systems * Update manual description for the --all option * job: allow classes to be run as jobs (LP: #1706970) * stress-dirdeep: don't remove directories in main exercise function * return EXIT_SUCCESS for class cpu? class command * stress-dirdeep: exercise files rather than create/delete * manual: fix wording in memthrash table * stress-dirdeep: Fix inode accounting, add more -v information feedback * Add --dirdeep-inodes option to limit of inodes being consumed: * parse-opts: don't allow negative percentages * Add stress_get_filesystem_available_inodes to get inode number * Add generialized percentage opt parser get_uint64_percent * helper: remove debug message from stress_get_filesystem_size * stress-ng: ensure --version option terminates immediately OBS-URL: https://build.opensuse.org/request/show/515121 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=42 --- stress-ng-0.08.09.tar.gz | 3 --- stress-ng-0.08.10.tar.gz | 3 +++ stress-ng.changes | 20 ++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.08.09.tar.gz create mode 100644 stress-ng-0.08.10.tar.gz diff --git a/stress-ng-0.08.09.tar.gz b/stress-ng-0.08.09.tar.gz deleted file mode 100644 index d66f96e..0000000 --- a/stress-ng-0.08.09.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1364ff75543eb86f085e30d174098f11b74f12d017ad51c820b46c6473dfd8ac -size 434993 diff --git a/stress-ng-0.08.10.tar.gz b/stress-ng-0.08.10.tar.gz new file mode 100644 index 0000000..9984b03 --- /dev/null +++ b/stress-ng-0.08.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2465f788ce297a9ea496df3b6084ee6835836d15c118a07d26273a977cdcd12 +size 435918 diff --git a/stress-ng.changes b/stress-ng.changes index 6261348..1d51115 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Aug 8 06:28:58 UTC 2017 - mardnh@gmx.de + +- Update to version 0.08.10: + * Makefile: bump version + * stress-dirdeep: fix warning on unused variable ret on BSD systems + * Update manual description for the --all option + * job: allow classes to be run as jobs (LP: #1706970) + * stress-dirdeep: don't remove directories in main exercise function + * return EXIT_SUCCESS for class cpu? class command + * stress-dirdeep: exercise files rather than create/delete + * manual: fix wording in memthrash table + * stress-dirdeep: Fix inode accounting, add more -v information feedback + * Add --dirdeep-inodes option to limit of inodes being consumed: + * parse-opts: don't allow negative percentages + * Add stress_get_filesystem_available_inodes to get inode number + * Add generialized percentage opt parser get_uint64_percent + * helper: remove debug message from stress_get_filesystem_size + * stress-ng: ensure --version option terminates immediately + ------------------------------------------------------------------- Tue Jul 18 12:32:33 UTC 2017 - mardnh@gmx.de diff --git a/stress-ng.spec b/stress-ng.spec index f08f700..c0150e7 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.08.09 +Version: 0.08.10 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0