From 3e966b89ef7294a24ec32f17f97ceb45b2ae4dc08968e9aa3f5da50b0ffeb887 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 18 Dec 2019 08:56:58 +0000 Subject: [PATCH] Accepting request 757618 from home:mnhauke - Update to version 0.10.14 * stress-chdir: fix opening of paths[i] * stress-vecmath: don't use TARGET_CLONES on ppc64, it breaks some older compilers * stress-hrtimes: handle fork resource failures more gracefully. * stress-chdir: mix random value and grey code of nth file * stress-chdir: make paths more random and chdir to / for more stress * stress-wait: clean up a comment * stress-sem: add sem_getvalue call to increase coverage * stress-sem: add sem_timedwait to increase test coverage * sigprocmask: fix missing sigprogmask and add sigtimedwait * core-cache: remove / from cache path OBS-URL: https://build.opensuse.org/request/show/757618 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=158 --- stress-ng-0.10.13.tar.xz | 3 --- stress-ng-0.10.14.tar.xz | 3 +++ stress-ng.changes | 17 +++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.10.13.tar.xz create mode 100644 stress-ng-0.10.14.tar.xz diff --git a/stress-ng-0.10.13.tar.xz b/stress-ng-0.10.13.tar.xz deleted file mode 100644 index f51b3cd..0000000 --- a/stress-ng-0.10.13.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da0442053de6db62517c49ad129a8a3f776f60e60591f3be05819eef512acb45 -size 409940 diff --git a/stress-ng-0.10.14.tar.xz b/stress-ng-0.10.14.tar.xz new file mode 100644 index 0000000..7f2d161 --- /dev/null +++ b/stress-ng-0.10.14.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ba86ddfcf4695389575ae0d426d7681b03d1803bf8f19c691d7e4c73975f51 +size 410204 diff --git a/stress-ng.changes b/stress-ng.changes index 05c9fb5..37bb4f1 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Dec 17 19:42:53 UTC 2019 - Martin Hauke + +- Update to version 0.10.14 + * stress-chdir: fix opening of paths[i] + * stress-vecmath: don't use TARGET_CLONES on ppc64, it breaks + some older compilers + * stress-hrtimes: handle fork resource failures more gracefully. + * stress-chdir: mix random value and grey code of nth file + * stress-chdir: make paths more random and chdir to / for more + stress + * stress-wait: clean up a comment + * stress-sem: add sem_getvalue call to increase coverage + * stress-sem: add sem_timedwait to increase test coverage + * sigprocmask: fix missing sigprogmask and add sigtimedwait + * core-cache: remove / from cache path + ------------------------------------------------------------------- Sat Dec 14 10:18:49 UTC 2019 - Scott Bahling diff --git a/stress-ng.spec b/stress-ng.spec index ffa4ce0..54b290f 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.10.13 +Version: 0.10.14 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only