Update to latest upstream
This commit is contained in:
parent
319d8eaae8
commit
f116d3a829
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/OpenCL-Headers-e986688.tar.gz
|
||||
/OpenCL-Headers-49f07d3.tar.gz
|
||||
/OpenCL-Headers-96f5bde.tar.gz
|
||||
/OpenCL-Headers-5cc337c.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
%global commit0 96f5bde69064a7f94012b40fffd66ac5508977da
|
||||
%global date 20200218
|
||||
%global commit0 5cc337c890dab1c996cc97b617c578d37a7247bf
|
||||
%global date 20200512
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global cl_hpp_ver 2.0.10
|
||||
%global cl_hpp_ver 2.0.11
|
||||
|
||||
Name: opencl-headers
|
||||
Version: 2.2
|
||||
Release: 7%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||
Version: 3.0
|
||||
Release: 0%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||
Summary: OpenCL (Open Computing Language) header files
|
||||
|
||||
License: MIT
|
||||
@ -48,10 +48,15 @@ rm -vf %{buildroot}%{_includedir}/CL/cl_{dx9,d3d}*
|
||||
%{_includedir}/CL/cl_va_api_media_sharing_intel.h
|
||||
%{_includedir}/CL/cl_version.h
|
||||
%{_includedir}/CL/cl_icd.h
|
||||
%{_includedir}/CL/cl_half.h
|
||||
%{_includedir}/CL/cl2.hpp
|
||||
%{_includedir}/CL/cl.hpp
|
||||
|
||||
%changelog
|
||||
* Wed May 20 2020 Karol Herbst <kherbst@redhat.com> - 3.0-0.20200512git5cc337c
|
||||
- Update to latest upstream, pick up new extensions for OpenCL-CTS build fix
|
||||
- Bump CLHPP version to 2.0.11
|
||||
|
||||
* Fri Feb 28 2020 Karol Herbst <kherbst@redhat.com> - 2.2-7.20200218git96f5bde
|
||||
- Update to latest upstream, pick up new extensions for OpenCL-CTS build fix
|
||||
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (cl2.hpp) = f220e3dd013596fe3134bf43e2957c293186071460f2a03f6e81e0e7def3213a568d4b29a06b4921cd3488e8626200dcd4693808f0f6c8f88e67d4147ff474e8
|
||||
SHA512 (cl.hpp) = 3168642c970a44eb71c0c05e5cf32441ddfc7a7f7d2c159076cd8cc662dc134773ea6a08b2a9414fcf259e5e9e574054966ad015d1578aae52b87efa5b662ad5
|
||||
SHA512 (OpenCL-Headers-96f5bde.tar.gz) = b6357f6f497e0312dacb920a98b87694347a296a37b082f3d5b76fdd8ee0ba8d1eb73949b05cce09035da75a8565e8f558ce27cbac62d65fc3fc547e4a4c3ef0
|
||||
SHA512 (OpenCL-Headers-5cc337c.tar.gz) = b7ddb9258b3b5dda695968b8de460ba4387cd77f91d10a45c4cac4bdb388a7db6b644d94b39d14a04aae875f18d8fad3e218236a85c1adb8f2e51544bc747185
|
||||
|
Loading…
Reference in New Issue
Block a user