From 176b4c40c13f69d0d0d22b7ad88089475c63937571368b2d6b7289afe35947b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 16 Feb 2018 20:39:20 +0000 Subject: [PATCH] Accepting request 577318 from home:mnhauke - Update to version 0.09.16 * Makefile: bump version * Silence a build warning on %d for g_pgrp, cast to int * Use the new is_dot_filename() helper * Add is_dot_filename helper function to check for "." or ".." filenames * stress-filename: clean up temporary files on forced termination * stress-handle: catch any SIGKILL signals and report back * stress-filename: catch any SIGKILL signals and report back * Print process ID in [ ] braces * Add debug to inform us when stress-ng kills process group with SIGKILL * Makefile: make build output less noisy and cluttered * helper: add in compiler major minor info * stress-vecmath: don't built with clang less than version 5.0 OBS-URL: https://build.opensuse.org/request/show/577318 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=75 --- stress-ng-0.09.15.tar.xz | 3 --- stress-ng-0.09.16.tar.xz | 3 +++ stress-ng.changes | 17 +++++++++++++++++ stress-ng.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 stress-ng-0.09.15.tar.xz create mode 100644 stress-ng-0.09.16.tar.xz diff --git a/stress-ng-0.09.15.tar.xz b/stress-ng-0.09.15.tar.xz deleted file mode 100644 index 2b89e01..0000000 --- a/stress-ng-0.09.15.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc212829c62902080f7f88e7dddf0614deb766faa13d5cacf942074ac0f0d724 -size 327208 diff --git a/stress-ng-0.09.16.tar.xz b/stress-ng-0.09.16.tar.xz new file mode 100644 index 0000000..5b2a6a2 --- /dev/null +++ b/stress-ng-0.09.16.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062a8d8cda9c00ff760c39ae80937f1a4b8d5b7b02264e81ae2ff8babf44deb4 +size 327620 diff --git a/stress-ng.changes b/stress-ng.changes index e8ead1a..9390e6d 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Feb 16 17:17:20 UTC 2018 - mardnh@gmx.de + +- Update to version 0.09.16 + * Makefile: bump version + * Silence a build warning on %d for g_pgrp, cast to int + * Use the new is_dot_filename() helper + * Add is_dot_filename helper function to check for "." or ".." filenames + * stress-filename: clean up temporary files on forced termination + * stress-handle: catch any SIGKILL signals and report back + * stress-filename: catch any SIGKILL signals and report back + * Print process ID in [ ] braces + * Add debug to inform us when stress-ng kills process group with SIGKILL + * Makefile: make build output less noisy and cluttered + * helper: add in compiler major minor info + * stress-vecmath: don't built with clang less than version 5.0 + ------------------------------------------------------------------- Sun Feb 4 09:04:27 UTC 2018 - mardnh@gmx.de diff --git a/stress-ng.spec b/stress-ng.spec index 453cf50..fdec8fe 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,10 +18,10 @@ Name: stress-ng -Version: 0.09.15 +Version: 0.09.16 Release: 0 Summary: Tool to load and stress a computer -License: GPL-2.0 +License: GPL-2.0-only Group: System/Benchmark Url: http://kernel.ubuntu.com/~cking/stress-ng/ Source: http://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.xz