update to 1.3.268.0 SDK

This commit is contained in:
José Expósito 2024-01-17 16:09:49 +01:00 committed by root
parent 54c246d952
commit fa42aca83b
3 changed files with 10 additions and 5 deletions

1
.spirv-headers.metadata Normal file
View File

@ -0,0 +1 @@
23f1ae479fe3504d0df9aa1febce9bfbe091418a spirv-headers-e867c06.tar.gz

View File

@ -1 +1 @@
SHA512 (SPIRV-Headers-sdk-1.3.250.1.tar.gz) = ce48d6655a15bdc969cf31376d93ddf3225ae5d2a55d47bdae2219a79c6e1f6f90b4eae1ab8df7309287e3dab32567559efd7bb779bb9d59651be9f5ccfd816e
SHA512 (spirv-headers-e867c06.tar.gz) = b7cdedac508995defc1142947300bf699a511b2f3df80e63acc5783829df82ae2b40f9ccb32c1eb5d56b42728a34d0112bbe78ad1474d28efec707db8c4d94d6

View File

@ -1,13 +1,14 @@
%global sdkver 1.3.250.1
%global commit e867c06631767a2d96424cbec530f9ee5e78180f
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: spirv-headers
Version: 1.5.5
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Header files from the SPIR-V registry
License: MIT
URL: https://github.com/KhronosGroup/SPIRV-Headers/
Source0: %url/archive/sdk-%{sdkver}.tar.gz#/SPIRV-Headers-sdk-%{sdkver}.tar.gz
Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
BuildArch: noarch
@ -40,7 +41,7 @@ This includes:
* The XML registry fil
%prep
%autosetup -n SPIRV-Headers-sdk-%{sdkver}
%autosetup -n SPIRV-Headers-%{commit}
chmod a-x include/spirv/1.2/spirv.py
%build
@ -58,6 +59,9 @@ chmod a-x include/spirv/1.2/spirv.py
%{_datadir}/pkgconfig/SPIRV-Headers.pc
%changelog
* Wed Jan 17 2024 José Expósito <jexposit@redhat.com> - 1.5.5-7
- Update to 1.3.268.0 SDK
* Thu Jul 06 2023 Dave Airlie <airlied@redhat.com> - 1.5.5-6
- Update to spirv headers for 1.3.250.1 sdk