diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,5 +1,10 @@ libc.so.6 +libcairo.so.2 libdl.so.2 +libgdk-x11-2.0.so.0 +libglib-2.0.so.0 +libgobject-2.0.so.0 +libgtk-x11-2.0.so.0 libm.so.6 libpthread.so.0 librt.so.1 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,15 +1,17 @@ name : fio -version : 2.14 -release : 2 +version : '2.20' +release : 3 source : - - https://github.com/axboe/fio/archive/fio-2.14.tar.gz : 9fad9dd4d6304f1220023500abf07c5d20bf5e27fba95ac6edb7035939d363a5 + - https://github.com/axboe/fio/archive/fio-2.20.tar.gz : eb51fbad161929f1bcd6c1d0d09d2c7543651f834aec860ba5def9bc52dcc3ae license : GPL-2.0 component : programming.tools summary : Thread/Process tool description: | fio is a tool that will spawn a number of threads or processes doing a particular type of io action as specified by the user. fio takes a number of global parameters, each inherited by the thread unless otherwise parameters given to them overriding that setting is given. The typical use of fio is to write a job file matching the io load one wants to simulate. +builddeps : + - pkgconfig(gdk-2.0) setup : | - ./configure --prefix=/usr + ./configure --prefix=/usr --enable-gfio build : | %make install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ fio - Joshua Strobl - joshua@stroblindustries.com + Michael Meinertzhagen + mmeinert@protonmail.com GPL-2.0 programming.tools @@ -28,12 +28,12 @@ - - 2016-10-01 - 2.14 + + 2017-05-21 + 2.20 Packaging update - Joshua Strobl - joshua@stroblindustries.com + Michael Meinertzhagen + mmeinert@protonmail.com \ No newline at end of file