From fdb4ac038ec6f2ef2a1eaf171c05846b42f1a0d5b5741784bbf063b58827c4a5 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sat, 27 Aug 2016 08:54:29 +0000 Subject: [PATCH] - Update to version 0.06.14: * Makefile: bump version * stress-mmapfork: add more feedback on segv faults (LP: #1614099) - Changes for 0.06.13: * Makefile: bump version * Makefile: add snapcraft into make dist * ignite-cpu: ensure buffer is null terminated before calling strlen * stress-affinity: only check CPU move if sched_getaffinity succeeds * Add snapcraft packaging * stress-seccomp: inject some random BPF op codes * force indirect libc calls to enforce calls to libc wide str functions * stress-str: fix incorrect order on args in call to stress funcs * stress-str: force indirect libc calls to enforce calls to libc str * functions * ensure cache info is only printed once * Manual: fix typo: build -> built OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=10 --- stress-ng-0.06.12.tar.gz | 3 --- stress-ng-0.06.14.tar.gz | 3 +++ stress-ng.changes | 20 ++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.06.12.tar.gz create mode 100644 stress-ng-0.06.14.tar.gz diff --git a/stress-ng-0.06.12.tar.gz b/stress-ng-0.06.12.tar.gz deleted file mode 100644 index 414dec0..0000000 --- a/stress-ng-0.06.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca0d610274bf70923572d00019b1b358b620696a58f23bee6d889ad332d5216d -size 330334 diff --git a/stress-ng-0.06.14.tar.gz b/stress-ng-0.06.14.tar.gz new file mode 100644 index 0000000..3a4d473 --- /dev/null +++ b/stress-ng-0.06.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9611f0e69645d271ef9ce39cab4f22ce1a98590ccd9ef41635b7c95d677e1a +size 332760 diff --git a/stress-ng.changes b/stress-ng.changes index 4054f81..8291dd1 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Aug 27 08:52:55 UTC 2016 - mpluskal@suse.com + +- Update to version 0.06.14: + * Makefile: bump version + * stress-mmapfork: add more feedback on segv faults (LP: #1614099) +- Changes for 0.06.13: + * Makefile: bump version + * Makefile: add snapcraft into make dist + * ignite-cpu: ensure buffer is null terminated before calling strlen + * stress-affinity: only check CPU move if sched_getaffinity succeeds + * Add snapcraft packaging + * stress-seccomp: inject some random BPF op codes + * force indirect libc calls to enforce calls to libc wide str functions + * stress-str: fix incorrect order on args in call to stress funcs + * stress-str: force indirect libc calls to enforce calls to libc str + * functions + * ensure cache info is only printed once + * Manual: fix typo: build -> built + ------------------------------------------------------------------- Sat Jul 16 12:00:49 UTC 2016 - mpluskal@suse.com diff --git a/stress-ng.spec b/stress-ng.spec index 9af2714..21caed9 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.06.12 +Version: 0.06.14 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0