New upstream version 2.11
This commit is contained in:
parent
98eb08eb26
commit
bd18199ac8
@ -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
|
9
fio.spec
9
fio.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user