From e5350c98ac8b8dd08c2dfe5d23051d9e76f62159 Mon Sep 17 00:00:00 2001 From: Christopher Brown Date: Sat, 26 Dec 2020 22:45:53 +0000 Subject: [PATCH] Bump to 0.12.01 --- sources | 2 +- stress-ng.spec | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sources b/sources index ac02dc1..e8b4254 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stress-ng-0.12.00.tar.xz) = 0dfc65b0d61b58367df77cb1c7ffbfa3fbf48bb585cf3433ac244b8a510a27267daa8c14a8ad6b2bf26381e8f7006a5e5c4049abd5fce771b3fd9faeed56716e +SHA512 (stress-ng-0.12.01.tar.xz) = c5e19b8f4f0f7fe3dd81b4de3ffcbb4c50ba352665b2409fcbf179e2d749130477ca5cd5d9d71370740f735376b2c97407d19d69163a258c03daf885f00d90e9 diff --git a/stress-ng.spec b/stress-ng.spec index 4bf3c3b..2496820 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -1,5 +1,5 @@ Name: stress-ng -Version: 0.12.00 +Version: 0.12.01 Release: 1%{?dist} Summary: Stress test a computer system in various ways @@ -29,17 +29,14 @@ Stress test a computer system in various ways. It was designed to exercise various physical subsystems of a computer as well as the various operating system kernel interfaces. - %prep %setup -q - %build export CFLAGS="%{optflags}" export LDFLAGS="%{__global_ldflags}" %make_build - %install install -p -m 755 -D %{name} %{buildroot}%{_bindir}/%{name} install -p -m 644 -D %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 @@ -57,6 +54,9 @@ install -pm 644 bash-completion/%{name} \ %{_datadir}/bash-completion/completions/%{name} %changelog +* Sat Dec 26 2020 Chris Brown - 0.12.01-1 +- Bump to 0.12.01 + * Tue Dec 8 2020 Chris Brown - 0.12.00-1 - Bump to 0.12.00