Update to latest version

This commit is contained in:
Dave Airlie 2019-03-07 05:32:09 +10:00
parent 4d1e08dc9c
commit a2d4812094
2 changed files with 7 additions and 3 deletions

View File

@ -1 +1,2 @@
SHA512 (spirv-headers-8bea0a266ac9b718aa0818d9e3a47c0b77c2cb23.tar.gz) = 270abfa9e87ffd87aaf79b7d2b4c61790e09e451ddfeebbac6e726fea6affd3aab26785de5f4b2b36f857e8039f1cf756b060309fe52148998d308a199b67e24
SHA512 (spirv-headers-03a081524afabdde274d885880c2fef213e46a59.tar.gz) = 27f0a4b5efbe2931c0ff5d50e5fb5bd78fe0a735ad48a08db72c8914f2de05f5d5c507134e0a090bb5a7d88e2f8c1a0bdbf51a0bc4b9fe3bf372da7000ca0b98

View File

@ -1,11 +1,11 @@
%global commit 8bea0a266ac9b718aa0818d9e3a47c0b77c2cb23
%global commit 03a081524afabdde274d885880c2fef213e46a59
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20190125
%global commit_date 20190307
%global gitrel .%{commit_date}.git%{shortcommit}
Name: spirv-headers
Version: 1.2
Release: 0.11%{?gitrel}%{?dist}
Release: 0.12%{?gitrel}%{?dist}
Summary: Header files from the SPIR-V registry
License: MIT
@ -55,6 +55,9 @@ mv include/* %buildroot%{_includedir}/
%{_includedir}/spirv/
%changelog
* Thu Mar 07 2019 Dave Airlie <airlied@redhat.com> - 1.2-0.12.20190307.git03a0815
- Update to latest version
* Mon Feb 04 2019 Dave Airlie <airlied@redhat.com> - 1.2-0.11.20190125.git8bea0a2
- Update to latest version