From bd18199ac841940c069b590041772274a9036d38 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: May 26 2016 03:36:20 +0000 Subject: New upstream version 2.11 --- diff --git a/fio-2.3-stdint.patch b/fio-2.3-stdint.patch deleted file mode 100644 index 692ae63..0000000 --- a/fio-2.3-stdint.patch +++ /dev/null @@ -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 -+ - #ifdef __cplusplus - extern "C" { - #endif diff --git a/fio.spec b/fio.spec index c4aec1d..e781448 100644 --- a/fio.spec +++ b/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 2.11-1 +- New upstream version + * Fri Apr 29 2016 Eric Sandeen 2.9-1 - New upstream version diff --git a/sources b/sources index 7632391..154e58a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1188683b96b175b2aced9a30317695b3 fio-2.9.tar.bz2 +4ab899db309d6db5f6b5b0599c45402d fio-2.11.tar.bz2