Update for vulkan 1.0.73.0

This commit is contained in:
leigh123linux 2018-04-24 09:38:04 +01:00
parent b6aa2c5d28
commit 57a37119c8
2 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
SHA512 (spirv-headers-ce309203d7eceaf908bea8862c27f3e0749f7d00.tar.gz) = 670d2c3135fd8f096bc541f764764a7d388b5480690902820cd2a4195a0498c2ed647cd666a055938ac1e22fc0f46ddcb20848dc762b5e3e12a688a32e4efd00
SHA512 (spirv-headers-12f8de9f04327336b699b1b80aa390ae7f9ddbf4.tar.gz) = e0a69e1699d26304736569b311e64d74a66f7e65993507ecdc4cd4f2dce907a6af49fecf1fd2a5b4eefe3f79bfa4f22969338a9d46fd844ceceaacb96f815b2b

View File

@ -1,11 +1,11 @@
%global commit ce309203d7eceaf908bea8862c27f3e0749f7d00
%global commit 12f8de9f04327336b699b1b80aa390ae7f9ddbf4
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20180201
%global commit_date 20180405
%global gitrel .%{commit_date}.git%{shortcommit}
Name: spirv-headers
Version: 1.2
Release: 0.4%{?gitrel}%{?dist}
Release: 0.5%{?gitrel}%{?dist}
Summary: Header files from the SPIR-V registry
License: MIT
@ -55,6 +55,9 @@ mv include/* %buildroot%{_includedir}/
%{_includedir}/spirv/
%changelog
* Tue Apr 24 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.2-0.5.20180405.git12f8de9
- Update for vulkan 1.0.73.0
* Fri Feb 09 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.2-0.4.20180201.gitce30920
- Update for vulkan 1.0.68.0