Update to 0.16.04
This commit is contained in:
parent
90a155a8fd
commit
daf9f71482
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/stress-ng-0.15.10.tar.gz
|
/stress-ng-0.15.10.tar.gz
|
||||||
/stress-ng-0.16.00.tar.gz
|
/stress-ng-0.16.00.tar.gz
|
||||||
/stress-ng-0.16.02.tar.gz
|
/stress-ng-0.16.02.tar.gz
|
||||||
|
/stress-ng-0.16.04.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- Makefile.config.orig 2023-06-17 11:04:09.066554131 +0200
|
--- Makefile.config.orig 2023-08-14 17:36:38.938485273 +0200
|
||||||
+++ Makefile.config 2023-06-17 11:04:25.778708407 +0200
|
+++ Makefile.config 2023-08-14 17:40:49.498233884 +0200
|
||||||
@@ -920,7 +920,7 @@
|
@@ -926,7 +926,7 @@
|
||||||
ASM_ALPHA_DRAINA ASM_ALPHA_HALT ASM_ARM_YIELD ASM_ARM_TLBI \
|
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_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 \
|
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_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_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 \
|
ASM_X86_CLDEMOTE ASM_X86_CLFLUSH ASM_X86_CLFLUSHOPT ASM_X86_CLWB \
|
||||||
@@ -981,9 +981,6 @@
|
@@ -991,9 +991,6 @@
|
||||||
ASM_MIPS_WAIT: compiler
|
ASM_MIPS_WAIT:
|
||||||
$(call check,test-asm-mips-wait,HAVE_ASM_MIPS_WAIT,MIPS wait instruction)
|
$(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)
|
- $(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)
|
$(call check,test-asm-ppc64-dcbst,HAVE_ASM_PPC64_DCBST,ppc64 dcbst instruction)
|
||||||
|
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (stress-ng-0.16.02.tar.gz) = 08290ca83da9124667a9e0794d88735f0281fea39b8ad6ddd6bdab602edd4a268ce5aa838c60ae8e98f654bd89c94ddca784dc126e10857539db480d77619539
|
SHA512 (stress-ng-0.16.04.tar.gz) = 9c0ebcef697cb1fcf6f0836a8d0d88da0be20ed0683c35304e540bf040beff4152e231ba98c8a3ebe3c22bbde66a22ff8929397c35f7e070b9498ad1275e7a8d
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.16.02
|
Version: 0.16.04
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Stress test a computer system in various ways
|
Summary: Stress test a computer system in various ways
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/ColinIanKing/stress-ng
|
URL: https://github.com/ColinIanKing/stress-ng
|
||||||
Source0: https://github.com/ColinIanKing/stress-ng/archive/V%{version}/%{name}-%{version}.tar.gz
|
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
|
# 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: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -54,6 +54,10 @@ install -pm 644 bash-completion/%{name} \
|
|||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.02-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user