Update to spirv headers for 1.3.216 sdk

Resolves: rhbz#2070288
This commit is contained in:
Dave Airlie 2022-06-22 05:29:19 +10:00
parent 551a7124b4
commit 54d815b5b3
3 changed files with 10 additions and 9 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/spirv-headers-*.tar.gz
/SPIRV-Headers-sdk-1.3.216.0.tar.gz

View File

@ -1 +1 @@
SHA512 (spirv-headers-b42ba6d92faf6b4938e6f22ddd186dbdacc98d78.tar.gz) = 9f664d33178ff379fa66a5103909455c1164fed0e677048ee6456e37c1b0525e28a1dd261a41b28ca5cfcce34e7fdda41b39e15fd1edbfa551354753c9fe7446
SHA512 (SPIRV-Headers-sdk-1.3.216.0.tar.gz) = 951715cf62a643bfce6a3854f2206b95dd65e60b27355a2f290e829da0f06e19877e9dfcbf53f455b8a0524fb851a851742f3e16bb29be2f470cd62d3a8fc8f0

View File

@ -1,16 +1,13 @@
%global commit b42ba6d92faf6b4938e6f22ddd186dbdacc98d78
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20220117
%global gitrel .%{commit_date}.git%{shortcommit}
%global sdkver 1.3.216.0
Name: spirv-headers
Version: 1.5.5
Release: 1%{?gitrel}%{?dist}
Release: 2%{?dist}
Summary: Header files from the SPIR-V registry
License: MIT
URL: https://github.com/KhronosGroup
Source0: %url/SPIRV-Headers/archive/%{commit}/%{name}-%{commit}.tar.gz
URL: https://github.com/KhronosGroup/SPIRV-Headers/
Source0: %url/archive/sdk-%{sdkver}.tar.gz#/SPIRV-Headers-sdk-%{sdkver}.tar.gz
BuildArch: noarch
@ -38,7 +35,7 @@ This includes:
* The XML registry fil
%prep
%autosetup -n SPIRV-Headers-%{commit}
%autosetup -n SPIRV-Headers-sdk-%{sdkver}
chmod a-x include/spirv/1.2/spirv.py
@ -55,6 +52,9 @@ mv include/* %buildroot%{_includedir}/
%{_includedir}/spirv/
%changelog
* Wed Jun 22 2022 Dave Airlie <airlied@redhat.com> - 1.5.5-2
- Update to spirv headers for 1.3.216 sdk
* Tue Feb 22 2022 Dave Airlie <airlied@redhat.com> - 1.5.5-1.20220117.gitb42ba6d
- Update to spirv headers for 1.3.204 sdk