Update to 1.3.224.0 SDK release.

Resolves: rhbz#2070289
This commit is contained in:
Dave Airlie 2022-08-26 10:11:41 +10:00
parent 5ffe8c1a07
commit 360f3fdf0f
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/spirv-tools-*.tar.gz
/SPIRV-Tools-sdk-1.3.216.0.tar.gz
/SPIRV-Tools-sdk-1.3.224.0.tar.gz

View File

@ -1 +1 @@
SHA512 (SPIRV-Tools-sdk-1.3.216.0.tar.gz) = 85418189962611724488ea61f1b123c55c2f5ab9dd50d028c7ed1ed2965ff23e2679d514e863ac16b60a3c7c6b4fbd05e7c7ff398415e0435d72c96363b95188
SHA512 (SPIRV-Tools-sdk-1.3.224.0.tar.gz) = 1265db4c15d4d6c6fcb201bc958386e9c910386a82ff595b5d5f84dc03f6ab7f70f67fd59a90ffa92533b02d809305334c06228b869151cbcfdee529e90e7bbc

View File

@ -1,10 +1,10 @@
%undefine __cmake_in_source_build
%global sdkver 1.3.216.0
%global sdkver 1.3.224.0
Name: spirv-tools
Version: 2022.2
Release: 2%{?gitrel}%{?dist}
Release: 3%{?gitrel}%{?dist}
Summary: API and commands for processing SPIR-V modules
License: ASL 2.0
@ -87,6 +87,9 @@ Development files for %{name}
%{_libdir}/pkgconfig/SPIRV-Tools.pc
%changelog
* Fri Aug 26 2022 Dave Airlie <airlied@redhat.com> - 2022.2-3
- Update to 1.3.224.0 SDK release.
* Wed Jun 22 2022 Dave Airlie <airlied@redhat.com> - 2022.2-2
- Update to 1.3.216.0 SDK release.