Accepting request 557869 from benchmark
OBS-URL: https://build.opensuse.org/request/show/557869 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stress-ng?expand=0&rev=24
This commit is contained in:
commit
d05568dce3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:59c09c7cccb34222dc124ce8622a0ac73fe9391ba16a4a561267ca55c02f2520
|
|
||||||
size 308212
|
|
3
stress-ng-0.09.07.tar.xz
Normal file
3
stress-ng-0.09.07.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e4dc07e127e23de7c55f69687ef5f55ee718c386a45ba53f3560e01819a3205e
|
||||||
|
size 311452
|
@ -1,3 +1,58 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 17 14:13:43 UTC 2017 - mardnh@gmx.de
|
||||||
|
|
||||||
|
- Update to version 0.09.07
|
||||||
|
* Makefile: bump version
|
||||||
|
* Makefile: add stress-version.h to make dist rules
|
||||||
|
* test: clean up errors in config tests found by static analysis
|
||||||
|
* Add lockf autoconfigure detection
|
||||||
|
* stress-io: use HAVE_SYNCFS to detect syncfs availability
|
||||||
|
* stress-dirdeep: use HAVE_SYNCFS to detect syncfs availability
|
||||||
|
* Add syncfs autoconfigure detection
|
||||||
|
* Add fdatasync autoconfigure detection
|
||||||
|
* Add fsync autoconfigure detection
|
||||||
|
* stress-flock: remove __sun__ restriction
|
||||||
|
* Add posix_memalign autoconfigure detection
|
||||||
|
* Add futimes autoconfigure detection
|
||||||
|
* stress-zlib: remove restriction on __sun__
|
||||||
|
* stress-wait: only disable for broken GNU/Hurd
|
||||||
|
* Makefile.config: add -Werror to fix build warnings on Minix
|
||||||
|
* Add mount autoconfigure detection for BSD and Linux
|
||||||
|
* stress-rmap: remove build restrictions on non-linux systems
|
||||||
|
* stress-ng: ensure utsname.h is included for non-linux builds
|
||||||
|
* stress-get: ensure utsname.h is included for non-linux builds
|
||||||
|
* stress-get: fix build error on non-linux platform
|
||||||
|
* Add x86 cpuid autoconfigure detection
|
||||||
|
* Add strlcpy strlcat string func autoconfigure detection
|
||||||
|
* helper: clean up utsname includes
|
||||||
|
* Add uname autoconfiguration detection
|
||||||
|
* stress-msync: replace __minix__ with HAVE_MSYNC
|
||||||
|
* stress-mincore: use the HAVE_MINCORE macro rather than __gnu_hurd__
|
||||||
|
* Add sigwaitinfo and sigqueue autoconfig detection
|
||||||
|
* stress-hdd: replace __gnu_hurd__ with more generic posix fadvise check
|
||||||
|
* stress-wait: add notes on why this is disabled on GNU/Hurd
|
||||||
|
* helper: use HAVE_SIGALTSTACK instead of minix and GNU/Hurd checks
|
||||||
|
* stress-msync: enable build for GNU/Hurd
|
||||||
|
* Add posix_openpt autoconfig detection
|
||||||
|
* stress-mincore: remove extraneous space at end of error message
|
||||||
|
* test/test-posix-fadvise: force failures GNU/Hurd
|
||||||
|
* Add posix_fadvise autoconfig detection
|
||||||
|
* test: force failures for mincore and msync for GNU/Hurd
|
||||||
|
* stress-fcntl: fix incorrect usage of F_DUPFD_CLOEXEC flag
|
||||||
|
* stress-get: remove __minix__ #define check
|
||||||
|
* Add mincore autoconfig detection
|
||||||
|
* Add msync autoconfigure detection
|
||||||
|
* stress-mmap: call shim_msync rather than msync
|
||||||
|
* Add mprotect autoconfigure detection
|
||||||
|
* Add autoconfigure detection of sigaltstack
|
||||||
|
* Add autodetection of mlockall and munlockall
|
||||||
|
* Add mlock autodetection
|
||||||
|
* Add getpgid autoconfigure detection
|
||||||
|
* Add getpgrp autoconfigure detection
|
||||||
|
* split out version macros into stress-version.h
|
||||||
|
* Add dup3 autoconfigure detection
|
||||||
|
* stress-trees: voidify return of get_setting for tree-method option
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 11 10:01:37 UTC 2017 - mpluskal@suse.com
|
Mon Dec 11 10:01:37 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.09.06
|
Version: 0.09.07
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool to load and stress a computer
|
Summary: Tool to load and stress a computer
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user