Update to 2.2.5 (#1228934)
This commit is contained in:
parent
3f90d616f7
commit
0d6920bcf1
14
ocl-icd.spec
14
ocl-icd.spec
@ -1,16 +1,17 @@
|
||||
%global commit 7c94f4a07af80704b5b3eeed8e1af4c43d7299f9
|
||||
%global commit de64deca32fdd99a535393ca8f0604f5cc5fd3a1
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20150518
|
||||
%global commitdate 20150606
|
||||
%global gitversion .git%{commitdate}.%{shortcommit}
|
||||
|
||||
Name: ocl-icd
|
||||
Version: 2.2.4
|
||||
Version: 2.2.5
|
||||
Release: 1%{?gitversion}%{?dist}
|
||||
Summary: OpenCL ICD Bindings
|
||||
|
||||
License: BSD
|
||||
URL: https://forge.imag.fr/projects/ocl-icd/
|
||||
Source0: https://forge.imag.fr/plugins/scmgit/cgi-bin/gitweb.cgi?p=%{name}/%{name}.git;a=snapshot;h=%{commit};sf=tgz#/%{name}-%{shortcommit}.tar.gz
|
||||
Source0: https://forge.imag.fr/frs/download.php/664/%{name}-%{version}.tar.gz
|
||||
#Source0: https://forge.imag.fr/plugins/scmgit/cgi-bin/gitweb.cgi?p=%{name}/%{name}.git;a=snapshot;h=%{commit};sf=tgz#/%{name}-%{shortcommit}.tar.gz
|
||||
|
||||
BuildRequires: libtool
|
||||
BuildRequires: opencl-headers
|
||||
@ -33,7 +34,7 @@ This package contains the development files for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -qn %{name}-%{shortcommit}
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
@ -69,6 +70,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 07 2015 François Cami <fcami@fedoraproject.org> - 2.2.5-1.git20150606.de64dec
|
||||
- Update to 2.2.5 (de64dec).
|
||||
|
||||
* Mon May 18 2015 Fabian Deutsch <fabiand@fedorproject.org> - 2.2.4-1.git20150518.7c94f4a
|
||||
- Update to 2.2.4 (7c94f4a)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user