Compare commits

...

No commits in common. "c8" and "c8s" have entirely different histories.
c8 ... c8s

3 changed files with 13 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/spirv-headers-3fdabd0da2932c276b25b9b4a988ba134eba1aa6.tar.gz
SOURCES/spirv-headers-449bc986ba6f4c5e10e32828783f9daef2a77644.tar.gz

View File

@ -1 +1 @@
038cc6ae1934fec27fa0f3a35c5ff7ea54d19d2d SOURCES/spirv-headers-3fdabd0da2932c276b25b9b4a988ba134eba1aa6.tar.gz
57e93c5a2aadedfcfc44f2b6118ecdcf7b014622 SOURCES/spirv-headers-449bc986ba6f4c5e10e32828783f9daef2a77644.tar.gz

View File

@ -1,16 +1,16 @@
%global commit 3fdabd0da2932c276b25b9b4a988ba134eba1aa6
%global commit 449bc986ba6f4c5e10e32828783f9daef2a77644
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20200803
%global commit_date 20210728
%global gitrel .%{commit_date}.git%{shortcommit}
Name: spirv-headers
Version: 1.5.1
Release: 3%{?gitrel}%{?dist}
Version: 1.5.4
Release: 2%{?gitrel}%{?dist}
Summary: Header files from the SPIR-V registry
License: MIT
URL: https://github.com/KhronosGroup
Source0: %url/SPIRV-Headers/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
Source0: %url/SPIRV-Headers/archive/%{commit}/%{name}-%{commit}.tar.gz
BuildArch: noarch
@ -55,6 +55,12 @@ mv include/* %buildroot%{_includedir}/
%{_includedir}/spirv/
%changelog
* Wed Sep 08 2021 Dave Airlie <airlied@redhat.com> - 1.5.4-2.20210728.git449bc98
- Update to spirv headesr for 1.2.189 sdk
* Thu Jan 28 2021 Dave Airlie <airlied@redhat.com> - 1.5.4-1.20201128.gitf027d53
- Update to spirv headers for 1.2.162 sdk
* Tue Aug 04 2020 Dave Airlie <airlied@redhat.com> - 1.5.1-3
- Update to latest upstream snapshot