automatic version update by autodist [release 2.2.8-1mamba;Wed Feb 03 2016]

This commit is contained in:
Automatic Build System 2024-01-06 08:05:41 +01:00
parent 5a6b8db645
commit dd900d1533
2 changed files with 7 additions and 4 deletions

View File

@ -3,3 +3,4 @@
OpenCL implementations are provided as ICD (Installable Client Driver).
An OpenCL program can use several ICD thanks to the use of an ICD Loader as provided by this project.
This free ICD Loader can load any (free or non free) ICD.

View File

@ -1,5 +1,5 @@
Name: ocl-icd
Version: 2.2.7
Version: 2.2.8
Release: 1mamba
Summary: OpenCL ICD Loader
Group: System/Libraries
@ -7,10 +7,10 @@ Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: https://forge.imag.fr/projects/ocl-icd/
Source: https://forge.imag.fr/frs/download.php/667/ocl-icd-%{version}.tar.gz
Source: https://forge.imag.fr/frs/download.php/698/ocl-icd-%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 ocl-icd' to get the list of build requirements.
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRequires: opencl-headers
BuildRequires: ruby
@ -23,7 +23,6 @@ OpenCL implementations are provided as ICD (Installable Client Driver).
An OpenCL program can use several ICD thanks to the use of an ICD Loader as provided by this project.
This free ICD Loader can load any (free or non free) ICD.
## remove the following two blocks if there's no devel files
%package devel
Group: Development/Libraries
Summary: Development files for %{name}
@ -68,6 +67,9 @@ rm -rf %{buildroot}%{_defaultdocdir}
%doc NEWS README ocl_icd_loader_gen.map ocl_icd_bindings.c
%changelog
* Wed Feb 03 2016 Automatic Build System <autodist@mambasoft.it> 2.2.8-1mamba
- automatic version update by autodist
* Sat Aug 01 2015 Automatic Build System <autodist@mambasoft.it> 2.2.7-1mamba
- automatic version update by autodist