New upstream version 2.11

This commit is contained in:
Eric Sandeen 2016-05-25 22:36:20 -05:00
parent 98eb08eb26
commit bd18199ac8
3 changed files with 5 additions and 17 deletions

View File

@ -1,11 +0,0 @@
--- fio-2.3/oslib/libmtd.h.orig 2016-01-14 12:19:56.281598279 -0600
+++ fio-2.3/oslib/libmtd.h 2016-01-14 12:20:16.932348893 -0600
@@ -25,6 +25,8 @@
#ifndef __LIBMTD_H__
#define __LIBMTD_H__
+#include <stdint.h>
+
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,5 @@
Name: fio
Version: 2.9
Version: 2.11
Release: 1%{?dist}
Summary: Multithreaded IO generation tool
@ -8,8 +8,6 @@ License: GPLv2
URL: http://git.kernel.dk/?p=fio.git;a=summary
Source: http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2
Patch0: fio-2.3-stdint.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libaio-devel
@ -28,8 +26,6 @@ one wants to simulate.
%prep
%setup -q
%patch0 -p1
%build
./configure --disable-optimizations
EXTFLAGS="$RPM_OPT_FLAGS" make V=1 %{?_smp_mflags}
@ -50,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/%{name}/*
%changelog
* Wed May 25 2016 Eric Sandeen <sandeen@redhat.com> 2.11-1
- New upstream version
* Fri Apr 29 2016 Eric Sandeen <sandeen@redhat.com> 2.9-1
- New upstream version

View File

@ -1 +1 @@
1188683b96b175b2aced9a30317695b3 fio-2.9.tar.bz2
4ab899db309d6db5f6b5b0599c45402d fio-2.11.tar.bz2