sysbench 1.0.15

This commit is contained in:
Xavier Bachelot 2018-07-04 10:37:34 +02:00
parent 4189aafccf
commit 875ce95b6d
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ sysbench-0.4.12.tar.gz
/sysbench-1.0.11.tar.gz
/sysbench-1.0.12.tar.gz
/sysbench-1.0.14.tar.gz
/sysbench-1.0.15.tar.gz

View File

@ -1 +1 @@
SHA512 (sysbench-1.0.14.tar.gz) = 9030b1f40f6800d85ba4c7bf38041a509769983db4bce82b5cab097a5e4439e1ede5d8933f276779172537c961e6f670680bee106fcac3723ef99f361fdcc4f1
SHA512 (sysbench-1.0.15.tar.gz) = ff68ad15c037006a2a49e3d59062611062336860205816ca6d9cdd20832fc55b631960411caa718dff881e926196046a7317b33e803061868e524a819569d3a2

View File

@ -1,6 +1,6 @@
Summary: System performance benchmark
Name: sysbench
Version: 1.0.14
Version: 1.0.15
Release: 1%{?dist}
License: GPLv2+
Source0: https://github.com/akopytov/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
@ -96,6 +96,9 @@ cd tests
%changelog
* Wed Jul 04 2018 Xavier Bachelot <xavier@bachelot.org> 1.0.15-1
- Update to 1.0.15 (RHBZ#1597935).
* Mon Apr 09 2018 Xavier Bachelot <xavier@bachelot.org> 1.0.14-1
- Update to 1.0.14 (RHBZ#1547329).