diff --git a/.gitignore b/.gitignore index 2ffd0d4..fc44f20 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/0_15_10-poewrpc-remove-darn.patch b/0_16_04-poewrpc-remove-darn.patch similarity index 76% rename from 0_15_10-poewrpc-remove-darn.patch rename to 0_16_04-poewrpc-remove-darn.patch index c90f263..b046db4 100644 --- a/0_15_10-poewrpc-remove-darn.patch +++ b/0_16_04-poewrpc-remove-darn.patch @@ -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) diff --git a/sources b/sources index ba2e277..1bdad2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stress-ng-0.16.02.tar.gz) = 08290ca83da9124667a9e0794d88735f0281fea39b8ad6ddd6bdab602edd4a268ce5aa838c60ae8e98f654bd89c94ddca784dc126e10857539db480d77619539 +SHA512 (stress-ng-0.16.04.tar.gz) = 9c0ebcef697cb1fcf6f0836a8d0d88da0be20ed0683c35304e540bf040beff4152e231ba98c8a3ebe3c22bbde66a22ff8929397c35f7e070b9498ad1275e7a8d diff --git a/stress-ng.spec b/stress-ng.spec index 2d3f12e..0a525c5 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -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 - 0.16.04-1 +- Update to 0.16.04 +- Fixes rhbz#2231634 + * Sat Jul 22 2023 Fedora Release Engineering - 0.16.02-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild