Update to spirv-headers for 1.3.204.0 sdk

Resolves: rhbz#2016876
This commit is contained in:
Dave Airlie 2022-02-22 15:23:47 +10:00
parent 25cb7a0e06
commit 551a7124b4
2 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
SHA512 (spirv-headers-07f259e68af3a540038fa32df522554e74f53ed5.tar.gz) = 6a47889c6437e8e3c6512b2e458f8ea17879b6cab673cc20d880a461c72116a3b4aeb37784856bf0b0d185109817685513efca916ec7036363d09d0119418d13
SHA512 (spirv-headers-b42ba6d92faf6b4938e6f22ddd186dbdacc98d78.tar.gz) = 9f664d33178ff379fa66a5103909455c1164fed0e677048ee6456e37c1b0525e28a1dd261a41b28ca5cfcce34e7fdda41b39e15fd1edbfa551354753c9fe7446

View File

@ -1,11 +1,11 @@
%global commit 07f259e68af3a540038fa32df522554e74f53ed5
%global commit b42ba6d92faf6b4938e6f22ddd186dbdacc98d78
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20210617
%global commit_date 20220117
%global gitrel .%{commit_date}.git%{shortcommit}
Name: spirv-headers
Version: 1.5.4
Release: 6%{?gitrel}%{?dist}
Version: 1.5.5
Release: 1%{?gitrel}%{?dist}
Summary: Header files from the SPIR-V registry
License: MIT
@ -55,6 +55,9 @@ mv include/* %buildroot%{_includedir}/
%{_includedir}/spirv/
%changelog
* Tue Feb 22 2022 Dave Airlie <airlied@redhat.com> - 1.5.5-1.20220117.gitb42ba6d
- Update to spirv headers for 1.3.204 sdk
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.4-6.20210617.git07f259e
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688