Update to 1.2.176.1 SDK version

This commit is contained in:
Dave Airlie 2021-05-18 16:59:02 +10:00
parent 9d759dd8ae
commit 4173522f74
2 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
SHA512 (spirv-tools-b27b1afd12d05bf238ac7368bb49de73cd620a8e.tar.gz) = a69f69b22f79dc43042d1ff89df937513e6f089b2a309f25766f448727fe8514c80f1075b9d93742f0eb23c0fbd345c07f7c539a41078ffa2d776aa1991ecbf9
SHA512 (spirv-tools-dc72924cb31cd9f3dbc3eb47e9d926cf641e3a07.tar.gz) = 013ffb86238664d620a33bc34921b040b5295f8fca0708da12cce8a1561815a3a46bff5ce9a61ca8155f1adf3298b599db3b96bceb1263b2f167f332ecdb18aa

View File

@ -1,13 +1,13 @@
%undefine __cmake_in_source_build
%global commit b27b1afd12d05bf238ac7368bb49de73cd620a8e
%global commit dc72924cb31cd9f3dbc3eb47e9d926cf641e3a07
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20201208
%global commit_date 20210419
%global gitrel .%{commit_date}.git%{shortcommit}
Name: spirv-tools
Version: 2020.5
Release: 5%{?gitrel}%{?dist}
Version: 2021.1
Release: 1%{?gitrel}%{?dist}
Summary: API and commands for processing SPIR-V modules
License: ASL 2.0
@ -88,6 +88,9 @@ Development files for %{name}
%{_libdir}/pkgconfig/SPIRV-Tools.pc
%changelog
* Tue May 18 2021 Dave Airlie <airlied@redhat.com> - 2021.1-1
- Update to 1.2.176.1 SDK version
* Thu Jan 28 2021 Dave Airlie <airlied@redhat.com> - 2020.5-5
- Update to 1.2.162.0 SDK version