diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,13 +1,18 @@ name : clinfo -version : 2.1.17.02.09 -release : 2 +version : 2.2.17.10.25 +release : 3 source : - - https://github.com/Oblomov/clinfo/archive/2.1.17.02.09.tar.gz : ae2b2ae0d287b1ec310844bbd3ae95f3cf8589dd356c736a6fe3133427df438d -license : Public-Domain + - https://github.com/Oblomov/clinfo/archive/2.2.17.10.25.tar.gz : 23cab774915eea6730582abfc449ac57dc10f2ce7b39293e56166ed500383862 +license : CC0-1.0 component : system.utils -summary : A simple OpenCL application that enumerates all possible platform and device properties. +summary : A simple OpenCL application that enumerates all possible platform and device properties description: | - A simple OpenCL application that enumerates all possible platform and device properties. + A simple OpenCL application that enumerates all possible platform and + device properties. Inspired by AMD's program of the same name, it is + coded in pure C99 and it tries to output all possible information, + including that provided by platform-specific extensions, and not to + crash on platform-unsupported properties (e.g. 1.2 properties on 1.1 + platforms). builddeps : - pkgconfig(OpenCL) - beignet-devel @@ -15,4 +20,4 @@ %make install : | install -D -m 00755 clinfo $installdir/usr/bin/clinfo - install -D -m 00644 man/clinfo.1 $installdir/usr/share/man/man1/clinfo.1 + install -D -m 00644 man1/clinfo.1 $installdir/usr/share/man/man1/clinfo.1 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,20 +2,30 @@ clinfo - Peter O'Connor - peter@solus-project.com + Pierre-Yves + pyu@riseup.net - Public-Domain + CC0-1.0 system.utils - A simple OpenCL application that enumerates all possible platform and device properties. - A simple OpenCL application that enumerates all possible platform and device properties. + A simple OpenCL application that enumerates all possible platform and device properties + A simple OpenCL application that enumerates all possible platform and +device properties. Inspired by AMD's program of the same name, it is +coded in pure C99 and it tries to output all possible information, +including that provided by platform-specific extensions, and not to +crash on platform-unsupported properties (e.g. 1.2 properties on 1.1 +platforms). https://solus-project.com/sources/README.Solus clinfo - A simple OpenCL application that enumerates all possible platform and device properties. - A simple OpenCL application that enumerates all possible platform and device properties. + A simple OpenCL application that enumerates all possible platform and device properties + A simple OpenCL application that enumerates all possible platform and +device properties. Inspired by AMD's program of the same name, it is +coded in pure C99 and it tries to output all possible information, +including that provided by platform-specific extensions, and not to +crash on platform-unsupported properties (e.g. 1.2 properties on 1.1 +platforms). system.utils @@ -24,12 +34,12 @@ - - 2017-03-20 - 2.1.17.02.09 + + 2017-10-26 + 2.2.17.10.25 Packaging update - Peter O'Connor - peter@solus-project.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file