summaryrefslogtreecommitdiffstats
path: root/fio.spec
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2013-01-09 16:10:47 +0000
committerPeter Robinson <pbrobinson@gmail.com>2013-01-09 16:10:47 +0000
commit1b9d30af8c3f35e7fc4bb9493fd28fba2ebd7b22 (patch)
tree254a022c0de60ba81947c1dcc32ad23d3d087496 /fio.spec
parent8bfefa51ab6fbe77deedf4cf94927c8cf2d91bb2 (diff)
downloadfio-1b9d30af8c3f35e7fc4bb9493fd28fba2ebd7b22.tar.gz
fio-1b9d30af8c3f35e7fc4bb9493fd28fba2ebd7b22.tar.xz
fio-1b9d30af8c3f35e7fc4bb9493fd28fba2ebd7b22.zip
2.0.13
Diffstat (limited to 'fio.spec')
-rw-r--r--fio.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/fio.spec b/fio.spec
index 8442b2c..44652cb 100644
--- a/fio.spec
+++ b/fio.spec
@@ -1,6 +1,6 @@
Name: fio
-Version: 2.0.12.2
-Release: 2%{?dist}
+Version: 2.0.13
+Release: 1%{?dist}
Summary: Multithreaded IO generation tool
Group: Applications/System
@@ -24,7 +24,6 @@ one wants to simulate.
%prep
%setup -q
-%patch0 -p1 -b .no-arch-cpu-clock
%build
EXTFLAGS="$RPM_OPT_FLAGS" make V=1 %{?_smp_mflags}
@@ -43,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
+* Wed Jan 9 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.0.13-1
+- New upstream 2.0.13 release
+
* Tue Jan 01 2013 Dan HorĂ¡k <dan[at]danny.cz> - 2.0.12.2-2
- fix build on arches without ARCH_HAVE_CPU_CLOCK (arm, s390)