[arch-commits] Commit in fio/trunk (PKGBUILD)

2020-12-14 Thread Anatol Pomozov via arch-commits
Date: Monday, December 14, 2020 @ 23:29:00
  Author: anatolik
Revision: 775793

upgpkg: fio 3.25-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-14 23:28:19 UTC (rev 775792)
+++ PKGBUILD2020-12-14 23:29:00 UTC (rev 775793)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.23
+pkgver=3.25
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('066a44fdbdd2b35d33987fee5991dcc7d932760c2743e90648041aa1a5406e09')
+sha256sums=('612bfaddc3b24c0f47a2512d4f490580c4a0a87416cc829a3417d6a49f934395')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2020-09-11 Thread Anatol Pomozov via arch-commits
Date: Friday, September 11, 2020 @ 17:20:34
  Author: anatolik
Revision: 702816

upgpkg: fio 3.23-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-11 16:47:54 UTC (rev 702815)
+++ PKGBUILD2020-09-11 17:20:34 UTC (rev 702816)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.22
+pkgver=3.23
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -11,13 +11,14 @@
 license=(GPL2)
 # TODO: enable rdma, need to move the libraries from AUR
 depends=(bash libaio python numactl glusterfs)
-makedepends=(gtk2)
+makedepends=(gtk2 curl)
 optdepends=(
   'gtk2: for gfio - fio GUI frontend' 
+  'curl: for gfio - fio GUI frontend'
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('5d55eb9534f584ee94468654bca79822e808d1c92835c1a56ab40ed474fd2a13')
+sha256sums=('066a44fdbdd2b35d33987fee5991dcc7d932760c2743e90648041aa1a5406e09')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2020-08-24 Thread Anatol Pomozov via arch-commits
Date: Monday, August 24, 2020 @ 19:57:00
  Author: anatolik
Revision: 687794

upgpkg: fio 3.22-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-24 19:49:17 UTC (rev 687793)
+++ PKGBUILD2020-08-24 19:57:00 UTC (rev 687794)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.21
+pkgver=3.22
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('90fe6f03c6a54fbdaf6d14468b5c4b35bd335c0cd4726f5cf23d83e3077bef71')
+sha256sums=('5d55eb9534f584ee94468654bca79822e808d1c92835c1a56ab40ed474fd2a13')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2020-07-21 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 21, 2020 @ 17:05:43
  Author: anatolik
Revision: 664756

upgpkg: fio 3.21-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 15:34:08 UTC (rev 664755)
+++ PKGBUILD2020-07-21 17:05:43 UTC (rev 664756)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.19
+pkgver=3.21
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('b12efbd810f7c2ab5f17bd17b4144545e156dc0966c0e4e8196428d0f9e9a0e7')
+sha256sums=('90fe6f03c6a54fbdaf6d14468b5c4b35bd335c0cd4726f5cf23d83e3077bef71')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2020-03-18 Thread Anatol Pomozov via arch-commits
Date: Wednesday, March 18, 2020 @ 19:28:06
  Author: anatolik
Revision: 600664

upgpkg: fio 3.19-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 19:23:55 UTC (rev 600663)
+++ PKGBUILD2020-03-18 19:28:06 UTC (rev 600664)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.18
+pkgver=3.19
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('0a9c433a31585f2c620e6c0d82749123ffea483893539696b0f4118af8ec6c67')
+sha256sums=('b12efbd810f7c2ab5f17bd17b4144545e156dc0966c0e4e8196428d0f9e9a0e7')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2020-02-06 Thread Anatol Pomozov via arch-commits
Date: Thursday, February 6, 2020 @ 23:36:41
  Author: anatolik
Revision: 563691

upgpkg: fio 3.18-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 22:40:15 UTC (rev 563690)
+++ PKGBUILD2020-02-06 23:36:41 UTC (rev 563691)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.17
+pkgver=3.18
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('3959535de52bc50565c45f66cd86c614513c12cafc02bc655ae65e5fb3bf060b')
+sha256sums=('0a9c433a31585f2c620e6c0d82749123ffea483893539696b0f4118af8ec6c67')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2019-12-17 Thread Anatol Pomozov via arch-commits
Date: Tuesday, December 17, 2019 @ 21:00:06
  Author: anatolik
Revision: 537960

upgpkg: fio 3.17-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-17 20:21:51 UTC (rev 537959)
+++ PKGBUILD2019-12-17 21:00:06 UTC (rev 537960)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.16
+pkgver=3.17
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -16,16 +16,12 @@
   'gtk2: for gfio - fio GUI frontend' 
   'gnuplot: generating plots using fio_generate_plots'
 )
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip
-
fix_gfio.patch::https://github.com/axboe/fio/commit/5b215853ed4b438b5b2d4ac3e56d5f0d19e145d9.patch)
-sha256sums=('89d7ad146da0fbd0bc173f06b024842ffeea121a647bb11a9ac4b724bb4115d6'
-'efb0ba43f62d4a07312d9c57bdfdcb7c598e6bd16b8814fcd164771a7fadc4f6')
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('3959535de52bc50565c45f66cd86c614513c12cafc02bc655ae65e5fb3bf060b')
 
 prepare() {
   cd fio-fio-$pkgver
   sed -e 's|#!/usr/bin/python2.7$|#!/usr/bin/python|' -i 
tools/{fio_jsonplus_clat2csv,fiologparser.py,hist/fiologparser_hist.py,hist/half-bins.py,plot/fio2gnuplot}
-
-  patch -p1 < ../fix_gfio.patch
 }
 
 build() {


[arch-commits] Commit in fio/trunk (PKGBUILD)

2019-12-09 Thread Anatol Pomozov via arch-commits
Date: Monday, December 9, 2019 @ 20:53:06
  Author: anatolik
Revision: 536434

FS#64782: use /usr/bin/python for scripts that can be run with python3

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 19:30:37 UTC (rev 536433)
+++ PKGBUILD2019-12-09 20:53:06 UTC (rev 536434)
@@ -10,7 +10,7 @@
 url='https://github.com/axboe/fio'
 license=(GPL2)
 # TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs)
+depends=(bash libaio python numactl glusterfs)
 makedepends=(gtk2)
 optdepends=(
   'gtk2: for gfio - fio GUI frontend' 
@@ -23,7 +23,7 @@
 
 prepare() {
   cd fio-fio-$pkgver
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+  sed -e 's|#!/usr/bin/python2.7$|#!/usr/bin/python|' -i 
tools/{fio_jsonplus_clat2csv,fiologparser.py,hist/fiologparser_hist.py,hist/half-bins.py,plot/fio2gnuplot}
 
   patch -p1 < ../fix_gfio.patch
 }


[arch-commits] Commit in fio/trunk (PKGBUILD)

2019-09-23 Thread Anatol Pomozov via arch-commits
Date: Monday, September 23, 2019 @ 22:15:39
  Author: anatolik
Revision: 511614

upgpkg: fio 3.16-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 21:13:35 UTC (rev 511613)
+++ PKGBUILD2019-09-23 22:15:39 UTC (rev 511614)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.15
+pkgver=3.16
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -16,12 +16,16 @@
   'gtk2: for gfio - fio GUI frontend' 
   'gnuplot: generating plots using fio_generate_plots'
 )
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('1b248dd4597a0915225cd606705bdd917fb15b210511e879c050771cceba3598')
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip
+
fix_gfio.patch::https://github.com/axboe/fio/commit/5b215853ed4b438b5b2d4ac3e56d5f0d19e145d9.patch)
+sha256sums=('89d7ad146da0fbd0bc173f06b024842ffeea121a647bb11a9ac4b724bb4115d6'
+'efb0ba43f62d4a07312d9c57bdfdcb7c598e6bd16b8814fcd164771a7fadc4f6')
 
 prepare() {
   cd fio-fio-$pkgver
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+
+  patch -p1 < ../fix_gfio.patch
 }
 
 build() {


[arch-commits] Commit in fio/trunk (PKGBUILD)

2019-07-15 Thread Anatol Pomozov via arch-commits
Date: Monday, July 15, 2019 @ 20:14:44
  Author: anatolik
Revision: 489882

upgpkg: fio 3.15-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 19:48:18 UTC (rev 489881)
+++ PKGBUILD2019-07-15 20:14:44 UTC (rev 489882)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.14
+pkgver=3.15
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -16,17 +16,11 @@
   'gtk2: for gfio - fio GUI frontend' 
   'gnuplot: generating plots using fio_generate_plots'
 )
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip
-
fix_glusterfs.patch::https://github.com/axboe/fio/commit/ce4d13ca162df4127ec3b5911553802c53396705.patch)
-sha256sums=('d8abdbdab457164243496ca813f6313a7423d384cc70be063811568443475343'
-'c2bcb3421f1fa838759dc5d9055ab9d4c099bb4c94f7ed321b70c401f95aad48')
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('1b248dd4597a0915225cd606705bdd917fb15b210511e879c050771cceba3598')
 
 prepare() {
   cd fio-fio-$pkgver
-
-  # https://github.com/axboe/fio/issues/781
-  patch -p1 < ../fix_glusterfs.patch
-
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
 }
 


[arch-commits] Commit in fio/trunk (PKGBUILD)

2019-05-23 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 23, 2019 @ 21:04:53
  Author: anatolik
Revision: 469458

upgpkg: fio 3.14-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-23 19:46:55 UTC (rev 469457)
+++ PKGBUILD2019-05-23 21:04:53 UTC (rev 469458)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.13
+pkgver=3.14
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -16,12 +16,17 @@
   'gtk2: for gfio - fio GUI frontend' 
   'gnuplot: generating plots using fio_generate_plots'
 )
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('9bc21cf7c89beb19796c60a67f20aeb8347502965721f1ea22efa9967cce3502')
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip
+
fix_glusterfs.patch::https://github.com/axboe/fio/commit/ce4d13ca162df4127ec3b5911553802c53396705.patch)
+sha256sums=('d8abdbdab457164243496ca813f6313a7423d384cc70be063811568443475343'
+'c2bcb3421f1fa838759dc5d9055ab9d4c099bb4c94f7ed321b70c401f95aad48')
 
 prepare() {
   cd fio-fio-$pkgver
 
+  # https://github.com/axboe/fio/issues/781
+  patch -p1 < ../fix_glusterfs.patch
+
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
 }
 


[arch-commits] Commit in fio/trunk (PKGBUILD)

2019-02-09 Thread Anatol Pomozov via arch-commits
Date: Sunday, February 10, 2019 @ 03:32:26
  Author: anatolik
Revision: 431071

upgpkg: fio 3.13-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 03:01:38 UTC (rev 431070)
+++ PKGBUILD2019-02-10 03:32:26 UTC (rev 431071)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.12
+pkgver=3.13
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('85f24f16313f5c149d95a00104fdae99df26290de70d1f94ed6a00d7fcfa91f1')
+sha256sums=('9bc21cf7c89beb19796c60a67f20aeb8347502965721f1ea22efa9967cce3502')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2018-11-06 Thread Anatol Pomozov via arch-commits
Date: Tuesday, November 6, 2018 @ 21:08:15
  Author: anatolik
Revision: 402190

upgpkg: fio 3.12-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 21:07:39 UTC (rev 402189)
+++ PKGBUILD2018-11-06 21:08:15 UTC (rev 402190)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.11
+pkgver=3.12
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('f8271adb66ad36e5aa282093b337fadf3380fff63ffa6a653dec701fdf99ff0c')
+sha256sums=('85f24f16313f5c149d95a00104fdae99df26290de70d1f94ed6a00d7fcfa91f1')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2018-10-04 Thread Anatol Pomozov via arch-commits
Date: Thursday, October 4, 2018 @ 16:38:46
  Author: anatolik
Revision: 389553

upgpkg: fio 3.11-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-04 16:37:10 UTC (rev 389552)
+++ PKGBUILD2018-10-04 16:38:46 UTC (rev 389553)
@@ -10,7 +10,7 @@
 url='https://github.com/axboe/fio'
 license=(GPL2)
 # TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
+depends=(bash libaio python2 numactl glusterfs)
 makedepends=(gtk2)
 optdepends=(
   'gtk2: for gfio - fio GUI frontend' 


[arch-commits] Commit in fio/trunk (PKGBUILD)

2018-10-04 Thread Anatol Pomozov via arch-commits
Date: Thursday, October 4, 2018 @ 16:34:10
  Author: anatolik
Revision: 389550

upgpkg: fio 3.11-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-04 15:44:48 UTC (rev 389549)
+++ PKGBUILD2018-10-04 16:34:10 UTC (rev 389550)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.10
+pkgver=3.11
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('13526533cbfaff1241c8f5d1a35c950cbb0c18b2822b1938c678ce287158da02')
+sha256sums=('f8271adb66ad36e5aa282093b337fadf3380fff63ffa6a653dec701fdf99ff0c')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2018-09-28 Thread Anatol Pomozov via arch-commits
Date: Friday, September 28, 2018 @ 18:45:46
  Author: anatolik
Revision: 387497

upgpkg: fio 3.10-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-28 18:34:49 UTC (rev 387496)
+++ PKGBUILD2018-09-28 18:45:46 UTC (rev 387497)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.8
+pkgver=3.10
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('471e8da75512f635575e68469b23756c86b81287d1351a870554e10f58795478')
+sha256sums=('13526533cbfaff1241c8f5d1a35c950cbb0c18b2822b1938c678ce287158da02')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2018-07-30 Thread Anatol Pomozov via arch-commits
Date: Monday, July 30, 2018 @ 22:37:25
  Author: anatolik
Revision: 365009

upgpkg: fio 3.8-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-30 22:34:39 UTC (rev 365008)
+++ PKGBUILD2018-07-30 22:37:25 UTC (rev 365009)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.7
+pkgver=3.8
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('e64b7e400da5cad7ee6a44295e56bde7a1a255eed779e63f3db837db39073627')
+sha256sums=('471e8da75512f635575e68469b23756c86b81287d1351a870554e10f58795478')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2018-06-04 Thread Anatol Pomozov via arch-commits
Date: Monday, June 4, 2018 @ 21:29:59
  Author: anatolik
Revision: 340455

upgpkg: fio 3.7-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 20:31:10 UTC (rev 340454)
+++ PKGBUILD2018-06-04 21:29:59 UTC (rev 340455)
@@ -4,8 +4,8 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.6
-pkgrel=2
+pkgver=3.7
+pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
 url='https://github.com/axboe/fio'
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('e2f0a6c82a42df0a35df7e0ac7a61dfa33a1bf661441e3aa24460fcd3ed59582')
+sha256sums=('e64b7e400da5cad7ee6a44295e56bde7a1a255eed779e63f3db837db39073627')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2018-05-29 Thread Anatol Pomozov via arch-commits
Date: Tuesday, May 29, 2018 @ 16:49:50
  Author: anatolik
Revision: 333181

upgpkg: fio 3.6-2

FS#58762 disable -march=native during build

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-29 14:48:00 UTC (rev 333180)
+++ PKGBUILD2018-05-29 16:49:50 UTC (rev 333181)
@@ -5,7 +5,7 @@
 
 pkgname=fio
 pkgver=3.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
 url='https://github.com/axboe/fio'
@@ -28,7 +28,7 @@
 
 build() {
   cd fio-fio-$pkgver
-  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+  ./configure --disable-native --enable-gfio --extra-cflags="$CFLAGS"
   make
 }
 


[arch-commits] Commit in fio/trunk (PKGBUILD)

2018-04-23 Thread Anatol Pomozov via arch-commits
Date: Monday, April 23, 2018 @ 16:48:37
  Author: anatolik
Revision: 317381

upgpkg: fio 3.6-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 15:35:24 UTC (rev 317380)
+++ PKGBUILD2018-04-23 16:48:37 UTC (rev 317381)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.5
+pkgver=3.6
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('f039ad922c7a51f0299ab3073b4890cab02aa1c27200952b2e49e4ff65bedd7f')
+sha256sums=('e2f0a6c82a42df0a35df7e0ac7a61dfa33a1bf661441e3aa24460fcd3ed59582')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2018-03-08 Thread Anatol Pomozov via arch-commits
Date: Friday, March 9, 2018 @ 07:02:56
  Author: anatolik
Revision: 305005

upgpkg: fio 3.5-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-09 06:18:21 UTC (rev 305004)
+++ PKGBUILD2018-03-09 07:02:56 UTC (rev 305005)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.4
+pkgver=3.5
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('9870ec712744f1c5d9507fe2e1789e38ca577e96e459f7401568a5501e7140d5')
+sha256sums=('f039ad922c7a51f0299ab3073b4890cab02aa1c27200952b2e49e4ff65bedd7f')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2018-02-18 Thread Anatol Pomozov via arch-commits
Date: Sunday, February 18, 2018 @ 18:41:35
  Author: anatolik
Revision: 296238

upgpkg: fio 3.4-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-18 17:53:21 UTC (rev 296237)
+++ PKGBUILD2018-02-18 18:41:35 UTC (rev 296238)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.3
+pkgver=3.4
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('7c559564c9395861a72d769812665325ece0551229ccdac0b12a5895cb62b5e2')
+sha256sums=('9870ec712744f1c5d9507fe2e1789e38ca577e96e459f7401568a5501e7140d5')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2018-01-09 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 9, 2018 @ 18:28:19
  Author: anatolik
Revision: 280746

upgpkg: fio 3.3-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 18:14:58 UTC (rev 280745)
+++ PKGBUILD2018-01-09 18:28:19 UTC (rev 280746)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('6a2b6d8a80cb89402e9e823a4502058d9af4cff7fc4d2130c35cc35aa9505d02')
+sha256sums=('7c559564c9395861a72d769812665325ece0551229ccdac0b12a5895cb62b5e2')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2017-11-04 Thread Anatol Pomozov
Date: Saturday, November 4, 2017 @ 18:17:24
  Author: anatolik
Revision: 265407

upgpkg: fio 3.2-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-04 17:29:51 UTC (rev 265406)
+++ PKGBUILD2017-11-04 18:17:24 UTC (rev 265407)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.1
+pkgver=3.2
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('3253de75c269359a82c992f6b1db95c88c1c417d580baf8d8352db270fa8a938')
+sha256sums=('6a2b6d8a80cb89402e9e823a4502058d9af4cff7fc4d2130c35cc35aa9505d02')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2017-09-28 Thread Anatol Pomozov
Date: Thursday, September 28, 2017 @ 17:09:05
  Author: anatolik
Revision: 260850

upgpkg: fio 3.1-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-28 17:08:17 UTC (rev 260849)
+++ PKGBUILD2017-09-28 17:09:05 UTC (rev 260850)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('b4c7e4f927e0b9b7d716c4c72a847198816a0b64bda4b70e7ad5efe546f3376e')
+sha256sums=('3253de75c269359a82c992f6b1db95c88c1c417d580baf8d8352db270fa8a938')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2017-08-30 Thread Anatol Pomozov
Date: Wednesday, August 30, 2017 @ 20:35:42
  Author: anatolik
Revision: 254919

Add MORAL-LICENSE to the distribution

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-30 20:34:02 UTC (rev 254918)
+++ PKGBUILD2017-08-30 20:35:42 UTC (rev 254919)
@@ -40,6 +40,7 @@
   install -dm755 "$pkgdir/usr/share/doc/$pkgname"
   install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 MORAL-LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/MORAL-LICENSE"
 
   # examples
   install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"


[arch-commits] Commit in fio/trunk (PKGBUILD)

2017-08-16 Thread Anatol Pomozov
Date: Thursday, August 17, 2017 @ 00:56:11
  Author: anatolik
Revision: 251559

upgpkg: fio 3.0-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-16 21:46:04 UTC (rev 251558)
+++ PKGBUILD2017-08-17 00:56:11 UTC (rev 251559)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.21
+pkgver=3.0
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('9bca57991ca9ab0d7d1eb6975fc18f40d04551a2ba133f747324f2d09bd5c290')
+sha256sums=('b4c7e4f927e0b9b7d716c4c72a847198816a0b64bda4b70e7ad5efe546f3376e')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2017-06-16 Thread Anatol Pomozov
Date: Saturday, June 17, 2017 @ 03:12:16
  Author: anatolik
Revision: 237854

upgpkg: fio 2.21-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 03:07:15 UTC (rev 237853)
+++ PKGBUILD2017-06-17 03:12:16 UTC (rev 237854)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.20
+pkgver=2.21
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('06060c2579c1d3ebc3b9949f85abc7e35dc644f08d19dae9c98fe7875ab051dd')
+sha256sums=('9bca57991ca9ab0d7d1eb6975fc18f40d04551a2ba133f747324f2d09bd5c290')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2017-05-19 Thread Anatol Pomozov
Date: Friday, May 19, 2017 @ 17:02:05
  Author: anatolik
Revision: 228561

upgpkg: fio 2.20-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 16:58:31 UTC (rev 228560)
+++ PKGBUILD2017-05-19 17:02:05 UTC (rev 228561)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.19
+pkgver=2.20
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('1fa5c00ed25cdfa96b0740ee4898cf1e2aacc3df3513922364045379be794dcd')
+sha256sums=('06060c2579c1d3ebc3b9949f85abc7e35dc644f08d19dae9c98fe7875ab051dd')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2017-04-24 Thread Anatol Pomozov
Date: Tuesday, April 25, 2017 @ 03:14:40
  Author: anatolik
Revision: 225234

upgpkg: fio 2.19-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-25 02:48:44 UTC (rev 225233)
+++ PKGBUILD2017-04-25 03:14:40 UTC (rev 225234)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.18
+pkgver=2.19
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('508c14a6cbfa48b13d5cb7ce4a7024fcd20b1dcd5dcdf230416babd11c2eb409')
+sha256sums=('1fa5c00ed25cdfa96b0740ee4898cf1e2aacc3df3513922364045379be794dcd')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2017-02-23 Thread Anatol Pomozov
Date: Thursday, February 23, 2017 @ 17:06:34
  Author: anatolik
Revision: 213649

upgpkg: fio 2.18-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 17:06:30 UTC (rev 213648)
+++ PKGBUILD2017-02-23 17:06:34 UTC (rev 213649)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.17
+pkgver=2.18
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('8e7f10c9c3f7cb8a7f48ab216e5b77fa46ad0f1cb690fdd28e63f66fc89bb9bb')
+sha256sums=('508c14a6cbfa48b13d5cb7ce4a7024fcd20b1dcd5dcdf230416babd11c2eb409')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2017-01-24 Thread Anatol Pomozov
Date: Tuesday, January 24, 2017 @ 21:16:30
  Author: anatolik
Revision: 208931

upgpkg: fio 2.17-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 21:07:58 UTC (rev 208930)
+++ PKGBUILD2017-01-24 21:16:30 UTC (rev 208931)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.16
+pkgver=2.17
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('ad53426ba8f3993bbc0f82539753ec75771fcf731a5c73e7390699e9d000217e')
+sha256sums=('8e7f10c9c3f7cb8a7f48ab216e5b77fa46ad0f1cb690fdd28e63f66fc89bb9bb')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2016-12-20 Thread Anatol Pomozov
Date: Tuesday, December 20, 2016 @ 18:52:51
  Author: anatolik
Revision: 200520

upgpkg: fio 2.16-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-20 18:01:19 UTC (rev 200519)
+++ PKGBUILD2016-12-20 18:52:51 UTC (rev 200520)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.15
+pkgver=2.16
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('11850f8cf64dd6cbdf2d2155dd3b25f016d2b438b26f58a16570fc935aa72722')
+sha256sums=('ad53426ba8f3993bbc0f82539753ec75771fcf731a5c73e7390699e9d000217e')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2016-10-26 Thread Anatol Pomozov
Date: Wednesday, October 26, 2016 @ 18:15:14
  Author: anatolik
Revision: 193726

upgpkg: fio 2.15-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 17:52:57 UTC (rev 193725)
+++ PKGBUILD2016-10-26 18:15:14 UTC (rev 193726)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.14
+pkgver=2.15
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('a6fc18d01fecdfd18d40c915325c53decba5f608cd61ab9d2b7009fa731273df')
+sha256sums=('11850f8cf64dd6cbdf2d2155dd3b25f016d2b438b26f58a16570fc935aa72722')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2016-09-18 Thread Anatol Pomozov
Date: Sunday, September 18, 2016 @ 09:10:38
  Author: anatolik
Revision: 189904

upgpkg: fio 2.14-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 08:38:01 UTC (rev 189903)
+++ PKGBUILD2016-09-18 09:10:38 UTC (rev 189904)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.13
+pkgver=2.14
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('e49bf1f5107b44b3f069bb7fc660da62d28cb054417db784112c9b5acb7ff4ba')
+sha256sums=('a6fc18d01fecdfd18d40c915325c53decba5f608cd61ab9d2b7009fa731273df')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2016-08-02 Thread Anatol Pomozov
Date: Tuesday, August 2, 2016 @ 12:27:05
  Author: anatolik
Revision: 184829

upgpkg: fio 2.13-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 12:26:50 UTC (rev 184828)
+++ PKGBUILD2016-08-02 12:27:05 UTC (rev 184829)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.12
+pkgver=2.13
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('b959b80d476dee3785b9961b9f43a1bfe07e360167bb24df6669e7344a8c6aca')
+sha256sums=('e49bf1f5107b44b3f069bb7fc660da62d28cb054417db784112c9b5acb7ff4ba')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2016-06-14 Thread Anatol Pomozov
Date: Wednesday, June 15, 2016 @ 03:38:47
  Author: anatolik
Revision: 180169

upgpkg: fio 2.12-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:34:56 UTC (rev 180168)
+++ PKGBUILD2016-06-15 03:38:47 UTC (rev 180169)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.11
+pkgver=2.12
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('a2a6833f8a8c77f3ed9b0759d628a923a4680fee5f092a91c52f9477cc6ac2f0')
+sha256sums=('b959b80d476dee3785b9961b9f43a1bfe07e360167bb24df6669e7344a8c6aca')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2016-05-25 Thread Anatol Pomozov
Date: Wednesday, May 25, 2016 @ 20:24:55
  Author: anatolik
Revision: 177058

upgpkg: fio 2.11-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-25 18:24:26 UTC (rev 177057)
+++ PKGBUILD2016-05-25 18:24:55 UTC (rev 177058)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.10
+pkgver=2.11
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('a6ec196a2b953d95340ee70b114b334a9dd2b2b66a7be58326cdfd15d3b0e0bf')
+sha256sums=('a2a6833f8a8c77f3ed9b0759d628a923a4680fee5f092a91c52f9477cc6ac2f0')
 
 prepare() {
   cd fio-fio-$pkgver
@@ -29,6 +29,7 @@
 build() {
   cd fio-fio-$pkgver
   ./configure --enable-gfio --extra-cflags="$CFLAGS"
+  make
 }
 
 package() {


[arch-commits] Commit in fio/trunk (PKGBUILD)

2016-05-21 Thread Anatol Pomozov
Date: Sunday, May 22, 2016 @ 05:12:52
  Author: anatolik
Revision: 176077

upgpkg: fio 2.10-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-21 18:58:32 UTC (rev 176076)
+++ PKGBUILD2016-05-22 03:12:52 UTC (rev 176077)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.9
+pkgver=2.10
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('f8c73c056c8717ce61ccd8bf33de67dfbc542ffbc42eaf1f2c467d259ff589e2')
+sha256sums=('a6ec196a2b953d95340ee70b114b334a9dd2b2b66a7be58326cdfd15d3b0e0bf')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2016-05-01 Thread Anatol Pomozov
Date: Sunday, May 1, 2016 @ 17:29:10
  Author: anatolik
Revision: 173266

upgpkg: fio 2.9-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 14:56:30 UTC (rev 173265)
+++ PKGBUILD2016-05-01 15:29:10 UTC (rev 173266)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.8
+pkgver=2.9
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('f83ef5b8f6d0548ae652ee8e36644e9a969a3f333156567903bf00f5c9b00ff1')
+sha256sums=('f8c73c056c8717ce61ccd8bf33de67dfbc542ffbc42eaf1f2c467d259ff589e2')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2016-03-18 Thread Anatol Pomozov
Date: Thursday, March 17, 2016 @ 02:16:25
  Author: anatolik
Revision: 166939

upgpkg: fio 2.8-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-16 20:54:12 UTC (rev 166938)
+++ PKGBUILD2016-03-17 01:16:25 UTC (rev 166939)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.7
+pkgver=2.8
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('0d7d4ae342150e5307209afde54be0946af384dd77338da96ef5961c54f7a47a')
+sha256sums=('f83ef5b8f6d0548ae652ee8e36644e9a969a3f333156567903bf00f5c9b00ff1')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2016-03-09 Thread Anatol Pomozov
Date: Wednesday, March 9, 2016 @ 20:40:37
  Author: anatolik
Revision: 165777

upgpkg: fio 2.7-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 19:31:19 UTC (rev 165776)
+++ PKGBUILD2016-03-09 19:40:37 UTC (rev 165777)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,15 +17,12 @@
   'gtk2: for gfio - fio GUI frontend' 
   'gnuplot: generating plots using fio_generate_plots'
 )
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip
-
types.patch::https://github.com/axboe/fio/commit/d7bb6180f831091c468e5aa749b142efd5eddda4.patch)
-sha256sums=('54aafbc715d6e977136795190a5b09d07761153a859cfb17f3f161f1f1ae5ed7'
-'7a28010acafdf8a3fd4b39ffd49ce935cc16fc89bfd4beb448ea9588cdb60031')
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('0d7d4ae342150e5307209afde54be0946af384dd77338da96ef5961c54f7a47a')
 
 prepare() {
   cd fio-fio-$pkgver
 
-  patch -p1 < ../types.patch
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
 }
 


[arch-commits] Commit in fio/trunk (PKGBUILD)

2016-03-03 Thread Anatol Pomozov
Date: Thursday, March 3, 2016 @ 17:54:31
  Author: anatolik
Revision: 164518

upgpkg: fio 2.6-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 16:53:41 UTC (rev 164517)
+++ PKGBUILD2016-03-03 16:54:31 UTC (rev 164518)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.2.13
+pkgver=2.6
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,13 +17,16 @@
   'gtk2: for gfio - fio GUI frontend' 
   'gnuplot: generating plots using fio_generate_plots'
 )
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('d16a12639656aec1e7ef5c3e11b0069c65088c8ed1f03964c271e583bbc17c92')
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip
+
types.patch::https://github.com/axboe/fio/commit/d7bb6180f831091c468e5aa749b142efd5eddda4.patch)
+sha256sums=('54aafbc715d6e977136795190a5b09d07761153a859cfb17f3f161f1f1ae5ed7'
+'7a28010acafdf8a3fd4b39ffd49ce935cc16fc89bfd4beb448ea9588cdb60031')
 
 prepare() {
   cd fio-fio-$pkgver
 
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
+  patch -p1 < ../types.patch
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
 }
 
 build() {


[arch-commits] Commit in fio/trunk (PKGBUILD)

2015-12-16 Thread Anatol Pomozov
Date: Wednesday, December 16, 2015 @ 18:14:53
  Author: anatolik
Revision: 153438

upgpkg: fio 2.2.13-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 16:03:24 UTC (rev 153437)
+++ PKGBUILD2015-12-16 17:14:53 UTC (rev 153438)
@@ -4,8 +4,8 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.2.12
-pkgrel=2
+pkgver=2.2.13
+pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
 url='https://github.com/axboe/fio'
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('a11a6c6843500c7335599aa91c94af4a3a62374bc6f046f2e060e1c19f8fa89d')
+sha256sums=('d16a12639656aec1e7ef5c3e11b0069c65088c8ed1f03964c271e583bbc17c92')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2015-12-04 Thread Anatol Pomozov
Date: Friday, December 4, 2015 @ 21:34:01
  Author: anatolik
Revision: 148401

upgpkg: fio 2.2.12-2

FS#47258 add glusterfs and ceph support

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 19:37:57 UTC (rev 148400)
+++ PKGBUILD2015-12-04 20:34:01 UTC (rev 148401)
@@ -5,12 +5,13 @@
 
 pkgname=fio
 pkgver=2.2.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
 url='https://github.com/axboe/fio'
 license=(GPL2)
-depends=(bash libaio python2 numactl)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
 makedepends=(gtk2)
 optdepends=(
   'gtk2: for gfio - fio GUI frontend' 
@@ -25,7 +26,6 @@
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
 }
 
-# TODO: enable rdma, need to move the libraries from AUR
 build() {
   cd fio-fio-$pkgver
   ./configure --enable-gfio --extra-cflags="$CFLAGS"


[arch-commits] Commit in fio/trunk (PKGBUILD)

2015-11-28 Thread Anatol Pomozov
Date: Saturday, November 28, 2015 @ 17:28:49
  Author: anatolik
Revision: 147904

upgpkg: fio 2.2.12-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 16:23:12 UTC (rev 147903)
+++ PKGBUILD2015-11-28 16:28:49 UTC (rev 147904)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.2.11
+pkgver=2.2.12
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -16,11 +16,11 @@
   'gtk2: for gfio - fio GUI frontend' 
   'gnuplot: generating plots using fio_generate_plots'
 )
-source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('03ac5354537002f44d09112a46e97d59dee326ddb01e3a1cee65dcc9322ebcf2')
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('a11a6c6843500c7335599aa91c94af4a3a62374bc6f046f2e060e1c19f8fa89d')
 
 prepare() {
-  cd fio-$pkgver
+  cd fio-fio-$pkgver
 
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
 }
@@ -27,12 +27,12 @@
 
 # TODO: enable rdma, need to move the libraries from AUR
 build() {
-  cd fio-$pkgver
+  cd fio-fio-$pkgver
   ./configure --enable-gfio --extra-cflags="$CFLAGS"
 }
 
 package() {
-  cd fio-$pkgver
+  cd fio-fio-$pkgver
   make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
 
   # documentation


[arch-commits] Commit in fio/trunk (PKGBUILD)

2015-11-05 Thread Anatol Pomozov
Date: Thursday, November 5, 2015 @ 19:46:57
  Author: anatolik
Revision: 146045

upgpkg: fio 2.2.11-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-05 16:59:00 UTC (rev 146044)
+++ PKGBUILD2015-11-05 18:46:57 UTC (rev 146045)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.2.10
+pkgver=2.2.11
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('04b4490c69f82bafeccbab51d33732cfd74e7a54e74eae0d9a2450faf4f1d857')
+sha256sums=('03ac5354537002f44d09112a46e97d59dee326ddb01e3a1cee65dcc9322ebcf2')
 
 prepare() {
   cd fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2015-09-13 Thread Anatol Pomozov
Date: Sunday, September 13, 2015 @ 08:43:46
  Author: anatolik
Revision: 140025

upgpkg: fio 2.2.10-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-13 03:26:42 UTC (rev 140024)
+++ PKGBUILD2015-09-13 06:43:46 UTC (rev 140025)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.2.9
+pkgver=2.2.10
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('c881d9cf15500bd4436970d0467c356c5c021417131587931ba78845e965bf56')
+sha256sums=('04b4490c69f82bafeccbab51d33732cfd74e7a54e74eae0d9a2450faf4f1d857')
 
 prepare() {
   cd fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2015-06-26 Thread Anatol Pomozov
Date: Friday, June 26, 2015 @ 14:21:30
  Author: anatolik
Revision: 135897

upgpkg: fio 2.2.9-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-26 07:27:50 UTC (rev 135896)
+++ PKGBUILD2015-06-26 12:21:30 UTC (rev 135897)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.2.8
+pkgver=2.2.9
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('671a1166e098a8f103d6f41051a90ebac1d5f32e125f598c97d110ed32e59998')
+sha256sums=('c881d9cf15500bd4436970d0467c356c5c021417131587931ba78845e965bf56')
 
 prepare() {
   cd fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2015-05-10 Thread Anatol Pomozov
Date: Sunday, May 10, 2015 @ 22:40:15
  Author: anatolik
Revision: 133219

upgpkg: fio 2.2.8-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-10 20:34:19 UTC (rev 133218)
+++ PKGBUILD2015-05-10 20:40:15 UTC (rev 133219)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.2.7
+pkgver=2.2.8
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('6e3cd5bda0747e61cbfd42c7b3cfe044ea8981d8d3a486f0a2f2fafdb954296f')
+sha256sums=('671a1166e098a8f103d6f41051a90ebac1d5f32e125f598c97d110ed32e59998')
 
 prepare() {
   cd fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2015-04-15 Thread Anatol Pomozov
Date: Wednesday, April 15, 2015 @ 20:46:27
  Author: anatolik
Revision: 131435

upgpkg: fio 2.2.7-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 16:36:44 UTC (rev 131434)
+++ PKGBUILD2015-04-15 18:46:27 UTC (rev 131435)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.2.6
+pkgver=2.2.7
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('5d9a12c9fe2de95d15053ed56de8b06cc4cec5bfa38758a796d3a2eb9ce688db')
+sha256sums=('6e3cd5bda0747e61cbfd42c7b3cfe044ea8981d8d3a486f0a2f2fafdb954296f')
 
 prepare() {
   cd fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2015-02-27 Thread Anatol Pomozov
Date: Saturday, February 28, 2015 @ 07:39:47
  Author: anatolik
Revision: 128402

upgpkg: fio 2.2.6-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 21:27:55 UTC (rev 128401)
+++ PKGBUILD2015-02-28 06:39:47 UTC (rev 128402)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.2.5
+pkgver=2.2.6
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('c2e57448907e8b809cfda6a38b9bd6139638d3117142eb2593c419ded77d21dc')
+sha256sums=('5d9a12c9fe2de95d15053ed56de8b06cc4cec5bfa38758a796d3a2eb9ce688db')
 
 prepare() {
   cd fio-$pkgver
@@ -38,7 +38,7 @@
   # documentation
   install -dm755 $pkgdir/usr/share/doc/$pkgname
   install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
$pkgdir/usr/share/doc/$pkgname
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 
   # examples
   install -dm755 $pkgdir/usr/share/doc/$pkgname/examples


[arch-commits] Commit in fio/trunk (PKGBUILD)

2015-01-22 Thread Anatol Pomozov
Date: Thursday, January 22, 2015 @ 18:07:14
  Author: anatolik
Revision: 126416

upgpkg: fio 2.2.5-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 16:50:23 UTC (rev 126415)
+++ PKGBUILD2015-01-22 17:07:14 UTC (rev 126416)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.2.4
+pkgver=2.2.5
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('9e1c77216457d9e21e418a55fa28bc1f98c283723fe9dcccff6138e3fb25285b')
+sha256sums=('c2e57448907e8b809cfda6a38b9bd6139638d3117142eb2593c419ded77d21dc')
 
 prepare() {
   cd fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2015-01-05 Thread Anatol Pomozov
Date: Monday, January 5, 2015 @ 17:50:06
  Author: anatolik
Revision: 125423

upgpkg: fio 2.2.4-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-05 16:39:07 UTC (rev 125422)
+++ PKGBUILD2015-01-05 16:50:06 UTC (rev 125423)
@@ -4,11 +4,11 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
-url='http://freshmeat.net/projects/fio'
+url='https://github.com/axboe/fio'
 license=(GPL2)
 depends=(bash libaio python2 numactl)
 makedepends=(gtk2)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('cb06b79097569e12f9885fa5691b1f46df73e606e3d405fb63df6073739f469f')
+sha256sums=('9e1c77216457d9e21e418a55fa28bc1f98c283723fe9dcccff6138e3fb25285b')
 
 prepare() {
   cd fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2014-12-23 Thread Anatol Pomozov
Date: Tuesday, December 23, 2014 @ 19:50:58
  Author: anatolik
Revision: 124403

upgpkg: fio 2.2.3-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 18:50:32 UTC (rev 124402)
+++ PKGBUILD2014-12-23 18:50:58 UTC (rev 124403)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.2.1
+pkgver=2.2.3
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('d4cafea658cb1c316ddc0404e63640359c28b8c9240694d3aa859a2d7560fcc9')
+sha256sums=('cb06b79097569e12f9885fa5691b1f46df73e606e3d405fb63df6073739f469f')
 
 prepare() {
   cd fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2014-12-20 Thread Anatol Pomozov
Date: Sunday, December 21, 2014 @ 01:26:38
  Author: anatolik
Revision: 124244

upgpkg: fio 2.2.1-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 00:21:01 UTC (rev 124243)
+++ PKGBUILD2014-12-21 00:26:38 UTC (rev 124244)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.1.14
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('98f7c375c7b1c9f9b5e02578e858437059bc9bfa0db8edaa800a37dc5b21d854')
+sha256sums=('d4cafea658cb1c316ddc0404e63640359c28b8c9240694d3aa859a2d7560fcc9')
 
 prepare() {
   cd fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2014-11-12 Thread Anatol Pomozov
Date: Wednesday, November 12, 2014 @ 16:36:09
  Author: anatolik
Revision: 122446

upgpkg: fio 2.1.14-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-12 15:28:07 UTC (rev 122445)
+++ PKGBUILD2014-11-12 15:36:09 UTC (rev 122446)
@@ -4,8 +4,8 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.1.13
-pkgrel=2
+pkgver=2.1.14
+pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
 url='http://freshmeat.net/projects/fio'
@@ -17,15 +17,12 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('c2797f8c8ccc8e1af30b2263e79fb394cf46309b8dbb595f03accc421fde4678')
+sha256sums=('98f7c375c7b1c9f9b5e02578e858437059bc9bfa0db8edaa800a37dc5b21d854')
 
 prepare() {
   cd fio-$pkgver
 
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
-
-  # FS#42319
-  sed -e 's|PROGS += $(T_PROGS)||' -i Makefile
 }
 
 # TODO: enable rdma, need to move the libraries from AUR


[arch-commits] Commit in fio/trunk (PKGBUILD)

2014-10-10 Thread Anatol Pomozov
Date: Friday, October 10, 2014 @ 17:13:45
  Author: anatolik
Revision: 120484

upgpkg: fio 2.1.13-2

Do not ship testing binaries in the package. Fixes FS#42319

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 15:08:46 UTC (rev 120483)
+++ PKGBUILD2014-10-10 15:13:45 UTC (rev 120484)
@@ -5,7 +5,7 @@
 
 pkgname=fio
 pkgver=2.1.13
-pkgrel=1
+pkgrel=2
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
 url='http://freshmeat.net/projects/fio'
@@ -23,6 +23,9 @@
   cd fio-$pkgver
 
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
+
+  # FS#42319
+  sed -e 's|PROGS += $(T_PROGS)||' -i Makefile
 }
 
 # TODO: enable rdma, need to move the libraries from AUR


[arch-commits] Commit in fio/trunk (PKGBUILD)

2014-10-05 Thread Anatol Pomozov
Date: Monday, October 6, 2014 @ 02:38:33
  Author: anatolik
Revision: 120191

upgpkg: fio 2.1.13-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-06 00:24:01 UTC (rev 120190)
+++ PKGBUILD2014-10-06 00:38:33 UTC (rev 120191)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.1.12
+pkgver=2.1.13
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('575e64b1269d81c43a4d9787ff8c40e3fe673f6027f7597f7151343d7fe2b94a')
+sha256sums=('c2797f8c8ccc8e1af30b2263e79fb394cf46309b8dbb595f03accc421fde4678')
 
 prepare() {
   cd fio-$pkgver


[arch-commits] Commit in fio/trunk (PKGBUILD)

2014-09-13 Thread Anatol Pomozov
Date: Saturday, September 13, 2014 @ 19:18:01
  Author: anatolik
Revision: 118917

upgpkg: fio 2.1.12-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-13 17:00:31 UTC (rev 118916)
+++ PKGBUILD2014-09-13 17:18:01 UTC (rev 118917)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.1.11
+pkgver=2.1.12
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('aba2d8bac1997277cb9bb5a0abab345248298d4c0c712d484c3d2fab0674dbb1')
+sha256sums=('575e64b1269d81c43a4d9787ff8c40e3fe673f6027f7597f7151343d7fe2b94a')
 
 prepare() {
   cd fio-$pkgver



[arch-commits] Commit in fio/trunk (PKGBUILD)

2014-07-18 Thread Anatol Pomozov
Date: Saturday, July 19, 2014 @ 02:54:37
  Author: anatolik
Revision: 115944

upgpkg: fio 2.1.11-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 21:51:45 UTC (rev 115943)
+++ PKGBUILD2014-07-19 00:54:37 UTC (rev 115944)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.1.10
+pkgver=2.1.11
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('4dd98cfe7da343b82ce351dd2a12f9ea456f9a54efc80a380786956a68c4edfc')
+sha256sums=('aba2d8bac1997277cb9bb5a0abab345248298d4c0c712d484c3d2fab0674dbb1')
 
 prepare() {
   cd fio-$pkgver



[arch-commits] Commit in fio/trunk (PKGBUILD)

2014-06-11 Thread Anatol Pomozov
Date: Wednesday, June 11, 2014 @ 08:34:45
  Author: anatolik
Revision: 112994

upgpkg: fio 2.1.10-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-11 05:31:25 UTC (rev 112993)
+++ PKGBUILD2014-06-11 06:34:45 UTC (rev 112994)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.1.9
+pkgver=2.1.10
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('4ae877939a1a1460ad4d93f7891a15bad8ca7295f441204b12c723758a0d4493')
+sha256sums=('4dd98cfe7da343b82ce351dd2a12f9ea456f9a54efc80a380786956a68c4edfc')
 
 prepare() {
   cd fio-$pkgver



[arch-commits] Commit in fio/trunk (PKGBUILD)

2014-05-14 Thread Anatol Pomozov
Date: Wednesday, May 14, 2014 @ 19:41:28
  Author: anatolik
Revision: 43

upgpkg: fio 2.1.9-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-14 17:33:14 UTC (rev 42)
+++ PKGBUILD2014-05-14 17:41:28 UTC (rev 43)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.1.8
+pkgver=2.1.9
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('b35eb8309c22ecc4148e4ac608f22b9140638e36cf98c238cb7d5776cd16db16')
+sha256sums=('4ae877939a1a1460ad4d93f7891a15bad8ca7295f441204b12c723758a0d4493')
 
 prepare() {
   cd fio-$pkgver



[arch-commits] Commit in fio/trunk (PKGBUILD)

2014-04-11 Thread Anatol Pomozov
Date: Friday, April 11, 2014 @ 22:12:38
  Author: anatolik
Revision: 109223

upgpkg: fio 2.1.8-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-11 20:08:08 UTC (rev 109222)
+++ PKGBUILD2014-04-11 20:12:38 UTC (rev 109223)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.1.7
+pkgver=2.1.8
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('1e35db08337ea090cb5c6b91d882ba640bc6826fa67cd6116c6e46bb5def')
+sha256sums=('b35eb8309c22ecc4148e4ac608f22b9140638e36cf98c238cb7d5776cd16db16')
 
 prepare() {
   cd fio-$pkgver



[arch-commits] Commit in fio/trunk (PKGBUILD)

2014-04-01 Thread Anatol Pomozov
Date: Tuesday, April 1, 2014 @ 19:28:41
  Author: anatolik
Revision: 108704

upgpkg: fio 2.1.7-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 17:09:52 UTC (rev 108703)
+++ PKGBUILD2014-04-01 17:28:41 UTC (rev 108704)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.1.6.1
+pkgver=2.1.7
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('fc64ac4f7f83bf9be0776fb66f10b8be0bd716d5979754242f016f36c9a751d8')
+sha256sums=('1e35db08337ea090cb5c6b91d882ba640bc6826fa67cd6116c6e46bb5def')
 
 prepare() {
   cd fio-$pkgver