Update to 0.16.00

This commit is contained in:
Fabio Alessandro Locati 2023-07-08 09:25:21 +02:00
parent 9f3f758711
commit 3d937dc244
No known key found for this signature in database
GPG Key ID: 6C87B5F613A3F7F8
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/stress-ng-0.15.05.tar.gz
/stress-ng-0.15.06.tar.gz
/stress-ng-0.15.10.tar.gz
/stress-ng-0.16.00.tar.gz

View File

@ -1 +1 @@
SHA512 (stress-ng-0.15.10.tar.gz) = 1aef11b1ad238e5c34fab3eb588ee3295f819d33eb769df963f89b2f3932ea69c3cf5036cd000dbb478c3b1c58aaf5c80ff52fcef38fc1b6a4da96fa740745d9
SHA512 (stress-ng-0.16.00.tar.gz) = b5d6bdc9e527ed2370245905cd8ed01123ba2306b6c0b9bb6b2123ebde7f4d53a80f44a162e739fe2670502b2feddc46883b2dbc3ebbd7e1394b41c00bb7e639

View File

@ -1,5 +1,5 @@
Name: stress-ng
Version: 0.15.10
Version: 0.16.00
Release: 1%{?dist}
Summary: Stress test a computer system in various ways
@ -54,6 +54,10 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Sat Jul 08 2023 Fabio Alessandro Locati <fale@fedoraproject.ora> - 0.16.00-1
- Update to 0.16.00
- Fixes rhbz#2221348
* Sat Jun 17 2023 Fabio Alessandro Locati <fale@fedoraproject.ora> - 0.15.10-1
- Update to 0.15.10
- Fixes rhbz#2186552