]> git.pld-linux.org Git - packages/fio.git/commitdiff
- 1.60 auto/ti/fio-1_60-1
authorlisu <lisu@pld-linux.org>
Tue, 18 Oct 2011 06:58:00 +0000 (06:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fio-makefile.patch -> 1.6
    fio.spec -> 1.25

fio-makefile.patch
fio.spec

index 23a749ba3092f712e9c4dd612c9e9100b38e1888..f089d1cf92a5b0ee130e09dd42efa444f7c06c00 100644 (file)
@@ -1,11 +1,11 @@
---- fio-1.51/Makefile~ 2011-03-22 14:33:04.000000000 +0100
-+++ fio-1.51/Makefile  2011-03-28 09:21:02.828082564 +0200
+--- fio-1.60/Makefile~ 2011-10-13 16:33:51.000000000 +0200
++++ fio-1.60/Makefile  2011-10-18 08:56:00.789652095 +0200
 @@ -2,7 +2,7 @@
  DEBUGFLAGS = -D_FORTIFY_SOURCE=2 -DFIO_INC_DEBUG
  CPPFLAGS= -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \
        $(DEBUGFLAGS)
--OPTFLAGS= -O2 -fno-omit-frame-pointer -g $(EXTFLAGS)
+-OPTFLAGS= -O3 -fno-omit-frame-pointer -g $(EXTFLAGS)
 +OPTFLAGS= $(EXTFLAGS)
  CFLAGS        = -std=gnu99 -Wwrite-strings -Wall $(OPTFLAGS)
- LIBS  = -lm
+ LIBS  = -lm $(EXTLIBS)
  PROGS = fio
index e00878fbe600d9aae3558e4d675e4e00557dcd33..316408ace48bea6bfcd5a9dbf9c58cd100d2675a 100644 (file)
--- a/fio.spec
+++ b/fio.spec
@@ -1,12 +1,12 @@
 Summary:       I/O tool for benchmark and stress/hardware verification
 Summary(pl.UTF-8):     Narzędzie do mierzenia wydajności I/O i sprawdzania sprawności sprzętu
 Name:          fio
-Version:       1.58
+Version:       1.60
 Release:       1
 License:       GPL v2+
 Group:         Applications
 Source0:       http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2
-# Source0-md5: bc5600997788bce5647576a4976d461d
+# Source0-md5: 34b43256e5676b5439cf81d77ff1d32b
 Patch0:                %{name}-makefile.patch
 Patch1:                %{name}-crc32c-intel.patch
 URL:           http://git.kernel.dk/?p=fio.git;a=summary
This page took 0.104081 seconds and 4 git commands to generate.