import spirv-tools-2021.2-1.20210619.git5dd2f76.el8_4
This commit is contained in:
parent
b9542e841d
commit
595f56c4d1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/spirv-tools-b27b1afd12d05bf238ac7368bb49de73cd620a8e.tar.gz
|
SOURCES/spirv-tools-5dd2f76918bb2d0d67628e338f60f724f3e02e13.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
30d567894741d65bb36f703fa36c205853c1bdf0 SOURCES/spirv-tools-b27b1afd12d05bf238ac7368bb49de73cd620a8e.tar.gz
|
55554351545562b9cd12fa5c17d2ae24d73fbe2b SOURCES/spirv-tools-5dd2f76918bb2d0d67628e338f60f724f3e02e13.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
%global commit b27b1afd12d05bf238ac7368bb49de73cd620a8e
|
%global commit 5dd2f76918bb2d0d67628e338f60f724f3e02e13
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commit_date 20201208
|
%global commit_date 20210619
|
||||||
%global gitrel .%{commit_date}.git%{shortcommit}
|
%global gitrel .%{commit_date}.git%{shortcommit}
|
||||||
|
|
||||||
Name: spirv-tools
|
Name: spirv-tools
|
||||||
Version: 2020.5
|
Version: 2021.2
|
||||||
Release: 3%{?gitrel}%{?dist}
|
Release: 1%{?gitrel}%{?dist}
|
||||||
Summary: API and commands for processing SPIR-V modules
|
Summary: API and commands for processing SPIR-V modules
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -88,6 +88,9 @@ popd
|
|||||||
%{_libdir}/pkgconfig/SPIRV-Tools.pc
|
%{_libdir}/pkgconfig/SPIRV-Tools.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 08 2021 Dave Airlie <airlied@redhat.com> - 2021.2-1
|
||||||
|
- Update to 1.2.182.0 SDK version
|
||||||
|
|
||||||
* Thu Jan 28 2021 Dave Airlie <airlied@redhat.com> - 2020.5-3
|
* Thu Jan 28 2021 Dave Airlie <airlied@redhat.com> - 2020.5-3
|
||||||
- Update to 1.2.162.0 SDK version
|
- Update to 1.2.162.0 SDK version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user