Update to spirv-headers for 1.2.182.0 sdk

Resolves: rhbz1984253
This commit is contained in:
Dave Airlie 2021-07-30 05:33:00 +10:00
parent c119bd3dc5
commit 7b64f079fa
1 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,11 @@
%global commit f027d53ded7e230e008d37c8b47ede7cd308e19d
%global commit 07f259e68af3a540038fa32df522554e74f53ed5
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20201128
%global commit_date 20210617
%global gitrel .%{commit_date}.git%{shortcommit}
Name: spirv-headers
Version: 1.5.4
Release: 4%{?gitrel}%{?dist}
Release: 5%{?gitrel}%{?dist}
Summary: Header files from the SPIR-V registry
License: MIT
@ -55,6 +55,9 @@ mv include/* %buildroot%{_includedir}/
%{_includedir}/spirv/
%changelog
* Fri Jul 30 2021 Dave Airlie <airlied@redhat.com> - 1.5.4-5.20210617.git07f259
- Update to spirv-headers for 1.2.182.0 sdk
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.4-4.20201128.gitf027d53
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937