Update to 0.16.04

This commit is contained in:
Fabio Alessandro Locati 2023-08-14 17:49:03 +02:00
parent 90a155a8fd
commit daf9f71482
No known key found for this signature in database
GPG Key ID: 6C87B5F613A3F7F8
4 changed files with 16 additions and 11 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/stress-ng-0.15.10.tar.gz
/stress-ng-0.16.00.tar.gz
/stress-ng-0.16.02.tar.gz
/stress-ng-0.16.04.tar.gz

View File

@ -1,6 +1,6 @@
--- Makefile.config.orig 2023-06-17 11:04:09.066554131 +0200
+++ Makefile.config 2023-06-17 11:04:25.778708407 +0200
@@ -920,7 +920,7 @@
--- Makefile.config.orig 2023-08-14 17:36:38.938485273 +0200
+++ Makefile.config 2023-08-14 17:40:49.498233884 +0200
@@ -926,7 +926,7 @@
ASM_ALPHA_DRAINA ASM_ALPHA_HALT ASM_ARM_YIELD ASM_ARM_TLBI \
ASM_HPPA_DIAG ASM_HPPA_RFI ASM_M68K_EORI_SR ASM_MB ASM_MIPS_WAIT \
ASM_NOP ASM_S390_PTLB ASM_SH4_RTE ASM_SH4_SLEEP ASM_SPARC_MEMBAR \
@ -9,13 +9,13 @@
ASM_PPC64_DCBT ASM_PPC64_DCBTST ASM_PPC64_ICBI ASM_PPC64_MSYNC \
ASM_PPC64_TLBIE ASM_RISCV_FENCE ASM_RISCV_FENCE_I ASM_RISCV_SFENCE_VMA \
ASM_X86_CLDEMOTE ASM_X86_CLFLUSH ASM_X86_CLFLUSHOPT ASM_X86_CLWB \
@@ -981,9 +981,6 @@
ASM_MIPS_WAIT: compiler
@@ -991,9 +991,6 @@
ASM_MIPS_WAIT:
$(call check,test-asm-mips-wait,HAVE_ASM_MIPS_WAIT,MIPS wait instruction)
-ASM_PPC64_DARN: compiler
-ASM_PPC64_DARN:
- $(call check,test-asm-ppc64-darn,HAVE_ASM_PPC64_DARN,ppc64 darn instruction)
-
ASM_PPC64_DCBST: compiler
ASM_PPC64_DCBST:
$(call check,test-asm-ppc64-dcbst,HAVE_ASM_PPC64_DCBST,ppc64 dcbst instruction)

View File

@ -1 +1 @@
SHA512 (stress-ng-0.16.02.tar.gz) = 08290ca83da9124667a9e0794d88735f0281fea39b8ad6ddd6bdab602edd4a268ce5aa838c60ae8e98f654bd89c94ddca784dc126e10857539db480d77619539
SHA512 (stress-ng-0.16.04.tar.gz) = 9c0ebcef697cb1fcf6f0836a8d0d88da0be20ed0683c35304e540bf040beff4152e231ba98c8a3ebe3c22bbde66a22ff8929397c35f7e070b9498ad1275e7a8d

View File

@ -1,13 +1,13 @@
Name: stress-ng
Version: 0.16.02
Release: 2%{?dist}
Version: 0.16.04
Release: 1%{?dist}
Summary: Stress test a computer system in various ways
License: GPLv2+
URL: https://github.com/ColinIanKing/stress-ng
Source0: https://github.com/ColinIanKing/stress-ng/archive/V%{version}/%{name}-%{version}.tar.gz
# darn is not supported in Power ISA < 3.0, while Fedora aims for Power ISA 2.07
Patch0: 0_15_10-poewrpc-remove-darn.patch
Patch0: 0_16_04-poewrpc-remove-darn.patch
BuildRequires: make
BuildRequires: gcc
@ -54,6 +54,10 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Mon Aug 14 2023 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.16.04-1
- Update to 0.16.04
- Fixes rhbz#2231634
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.02-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild