Rebase to 1.3.211 SDK Version

This commit is contained in:
Dave Airlie 2022-04-27 13:16:28 +10:00
parent 9cf29ac9ba
commit c4082bf004
2 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
SHA512 (spirv-tools-45dd184c790d6bfc78a5a74a10c37e888b1823fa.tar.gz) = 3b6267943248a4b3d048a20dfcd9251229a61ac0f907574d460bbcd7075953c9e2f54cd77edb553c74f40093a0e1b34ae7503005b2b75e8af2d704c8208742fe
SHA512 (spirv-tools-7826e1941eab1aa66fbe84c48b95921bff402a96.tar.gz) = cd75c237b1dc3ea20d37f95a5e37d804a64c0eab40126ee417d5a0457afa76451143d1a4c9ece14a8b8bce7a7eae531de8c63ae5f3c2a19b371aa5a6f81ee01e

View File

@ -1,12 +1,12 @@
%undefine __cmake_in_source_build
%global commit 45dd184c790d6bfc78a5a74a10c37e888b1823fa
%global commit 7826e1941eab1aa66fbe84c48b95921bff402a96
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20220202
%global commit_date 20220407
%global gitrel .%{commit_date}.git%{shortcommit}
Name: spirv-tools
Version: 2022.1
Version: 2022.2
Release: 1%{?gitrel}%{?dist}
Summary: API and commands for processing SPIR-V modules
@ -91,6 +91,9 @@ Development files for %{name}
%{_libdir}/pkgconfig/SPIRV-Tools.pc
%changelog
* Wed Apr 27 2022 Dave Airlie <airlied@redhat.com> - 2022.2-1.20220407.git7826e19
- Rebase to 1.3.211 SDK Version
* Wed Feb 16 2022 Dave Airlie <airlied@redhat.com> - 2022.1-1.20220202.git45dd184
- Rebase to 1.3.204 SDK Version