Update to 1.2.182.0 SDK Version

Resolves: rhbz#1984254
This commit is contained in:
Dave Airlie 2021-07-30 05:37:37 +10:00
parent 175b1e2f13
commit ae9ec8c52f
2 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
SHA512 (spirv-tools-b27b1afd12d05bf238ac7368bb49de73cd620a8e.tar.gz) = a69f69b22f79dc43042d1ff89df937513e6f089b2a309f25766f448727fe8514c80f1075b9d93742f0eb23c0fbd345c07f7c539a41078ffa2d776aa1991ecbf9
SHA512 (spirv-tools-5dd2f76918bb2d0d67628e338f60f724f3e02e13.tar.gz) = a9b5f6fea22f81bfb3d365b12ed65d7ada027f4412eff62720c84ea4c73ec0fd28706ad3aee38359f9d92ba13a64c7edb02aa6a255e5864bdbaffa15b961094b

View File

@ -1,13 +1,13 @@
%undefine __cmake_in_source_build
%global commit b27b1afd12d05bf238ac7368bb49de73cd620a8e
%global commit 5dd2f76918bb2d0d67628e338f60f724f3e02e13
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20201208
%global commit_date 20210619
%global gitrel .%{commit_date}.git%{shortcommit}
Name: spirv-tools
Version: 2020.5
Release: 6%{?gitrel}%{?dist}
Version: 2021.2
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
* Wed Jul 30 2021 Dave Airlie <airlied@redhat.com> - 2021.2-1
- Update to 1.2.182.0 SDK Version
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2020.5-6.20201208.gitb27b1af
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937