SHA256
1
0
forked from pool/stress-ng

Accepting request 630311 from home:mnhauke

- Update to version 0.09.37
  * Makefile: bump version
  * snapcraft: add stage packages and build with hardening settings
  * stress-chown: cater for OpenBSD chown returning 0 and errno being set
  * stress-zlib: don't report write failure if errno == 0
  * stress-fp-error: relax checking for pre glib 4.8
  * Add voidifications on ignored function returns
  * ignite-cpu: set freq governor and restore settings at end
  * ignite-cpu: try and set max cpu frequency scaling setting
  * cache: add G size specifier
  * Makefile: check for GNU/kFreeBSD and set __FreeBSD_Kernel__
  * stress-sysbadaddr: only use ustat if HAVE_USTAT is defined
  * stress-ng.h: rename statx_timestamp to shim_statx_timestamp

OBS-URL: https://build.opensuse.org/request/show/630311
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=114
This commit is contained in:
Martin Pluskal 2018-08-20 08:01:56 +00:00 committed by Git OBS Bridge
parent df1ffe210b
commit fc9a99804b
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16102abee20fe26b1a8784ab05c61b3e72474503bc50b9debc9f457cb4b4e228
size 354012

3
stress-ng-0.09.37.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8494afb2f2e2cf7e79ec9c6c3129308b098e530141ba2b07d6547708fd63af3d
size 354748

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Aug 18 18:02:38 UTC 2018 - mardnh@gmx.de
- Update to version 0.09.37
* Makefile: bump version
* snapcraft: add stage packages and build with hardening settings
* stress-chown: cater for OpenBSD chown returning 0 and errno being set
* stress-zlib: don't report write failure if errno == 0
* stress-fp-error: relax checking for pre glib 4.8
* Add voidifications on ignored function returns
* ignite-cpu: set freq governor and restore settings at end
* ignite-cpu: try and set max cpu frequency scaling setting
* cache: add G size specifier
* Makefile: check for GNU/kFreeBSD and set __FreeBSD_Kernel__
* stress-sysbadaddr: only use ustat if HAVE_USTAT is defined
* stress-ng.h: rename statx_timestamp to shim_statx_timestamp
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 3 06:38:56 UTC 2018 - mardnh@gmx.de Fri Aug 3 06:38:56 UTC 2018 - mardnh@gmx.de

View File

@ -18,7 +18,7 @@
Name: stress-ng Name: stress-ng
Version: 0.09.36 Version: 0.09.37
Release: 0 Release: 0
Summary: Tool to load and stress a computer Summary: Tool to load and stress a computer
License: GPL-2.0-only License: GPL-2.0-only