Latest git snapshot building vulkan

This commit is contained in:
Dave Airlie 2019-11-12 12:38:36 +10:00
parent 1b7bb6e810
commit 0496f9ca92
2 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
SHA512 (spirv-headers-e4322e3be589e1ddd44afb20ea842a977c1319b8.tar.gz) = c63a771b5d0de871d76f85cdf18cda6f506eb24d6a8d9117d7a81456e222625ba15ae56f5bde6cc63fdb2d64d6270b2640616d1511cef1ab4a3798f14aa53cb0
SHA512 (spirv-headers-af64a9e826bf5bb5fcd2434dd71be1e41e922563.tar.gz) = 6ed09d1b825ad921bb988f260a236c82e9755ca3904a2ac130cf82d876a0de087d8d5f6eba01e923fe565c93a8e3eb46346bba21c64a664598a43063e5e5108c

View File

@ -1,11 +1,11 @@
%global commit e4322e3be589e1ddd44afb20ea842a977c1319b8
%global shortcommit %%(c=%%{commit}; echo ${c:0:7})
%global commit_date 20190722
%global gitrel .%%{commit_date}.git%%{shortcommit}
%global commit af64a9e826bf5bb5fcd2434dd71be1e41e922563
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20191015
%global gitrel .%{commit_date}.git%{shortcommit}
Name: spirv-headers
Version: 1.4.2
Release: 0.1%{?gitrel}%{?dist}
Version: 1.5.1
Release: 1%{?gitrel}%{?dist}
Summary: Header files from the SPIR-V registry
License: MIT
@ -55,6 +55,9 @@ mv include/* %buildroot%{_includedir}/
%{_includedir}/spirv/
%changelog
* Tue Nov 12 2019 Dave Airlie <airlied@redhat.com> - 1.5.1-1
- Latest git snapshot building vulkan
* Thu Aug 01 2019 Dave Airlie <airlied@redhat.com> - 1.4.2-0.1
- Latest git snapshot for building vulkan.