sysbench 1.0.4

This commit is contained in:
Xavier Bachelot 2017-03-13 14:35:39 +01:00
parent 84da46c135
commit 62ef260bf5
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
sysbench-0.4.12.tar.gz
/sysbench-1.0.2.tar.gz
/sysbench-1.0.3.tar.gz
/sysbench-1.0.4.tar.gz

View File

@ -1 +1 @@
SHA512 (sysbench-1.0.3.tar.gz) = 6680c3d1e0c939bfb27efb2c4982dd4ec92042ad8c3a850f4892dc46bbaaba00a44b2e39d4253a978c49339c275d81fb39a14ddc4c767883fccc89248dd5ca76
SHA512 (sysbench-1.0.4.tar.gz) = f2725e8f7a265b1f3c4ec4b1a863d9f15b3aa44a0fb358d5e9064e645fe1717cb6988bdf39570342ba6897635ce616e8ddb91e7d891eb391070335de7d15b6cb

View File

@ -1,6 +1,6 @@
Summary: System performance benchmark
Name: sysbench
Version: 1.0.3
Version: 1.0.4
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -47,6 +47,7 @@ benchmarks and third-party plug-in modules.
%setup -q
rm -r third_party/luajit/luajit/
rm -r third_party/concurrency_kit/ck/
rm -r third_party/cram/
%build
export CFLAGS="%{optflags}"
@ -83,6 +84,10 @@ cd tests
%changelog
* Mon Mar 13 2017 Xavier Bachelot <xavier@bachelot.org> 1.0.4-1
- Fix build for i686.
- Drop bundled cram.
* Wed Mar 08 2017 Xavier Bachelot <xavier@bachelot.org> 1.0.3-1
- Update to 1.0.3 (RHBZ#1424670).
- Restrict arches to the same ones as luajit.