Latest git snapshot for building vulkan.
This commit is contained in:
parent
794e7da48f
commit
1b7bb6e810
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (spirv-headers-1.4.1.tar.gz) = def34baa2a67128126d0918445b757e2b67a5cf012f6ca4f9a671741e4b1bf6939a7ebd114f7741bcd19bd6c22d0c5dc46adc8ac62ec474164278858c2e65dcf
|
SHA512 (spirv-headers-e4322e3be589e1ddd44afb20ea842a977c1319b8.tar.gz) = c63a771b5d0de871d76f85cdf18cda6f506eb24d6a8d9117d7a81456e222625ba15ae56f5bde6cc63fdb2d64d6270b2640616d1511cef1ab4a3798f14aa53cb0
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
# %%global commit 03a081524afabdde274d885880c2fef213e46a59
|
%global commit e4322e3be589e1ddd44afb20ea842a977c1319b8
|
||||||
# %%global shortcommit %%(c=%%{commit}; echo ${c:0:7})
|
%global shortcommit %%(c=%%{commit}; echo ${c:0:7})
|
||||||
# %%global commit_date 20190307
|
%global commit_date 20190722
|
||||||
# %%global gitrel .%%{commit_date}.git%%{shortcommit}
|
%global gitrel .%%{commit_date}.git%%{shortcommit}
|
||||||
|
|
||||||
Name: spirv-headers
|
Name: spirv-headers
|
||||||
Version: 1.4.1
|
Version: 1.4.2
|
||||||
Release: 2%{?dist}
|
Release: 0.1%{?gitrel}%{?dist}
|
||||||
Summary: Header files from the SPIR-V registry
|
Summary: Header files from the SPIR-V registry
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/KhronosGroup
|
URL: https://github.com/KhronosGroup
|
||||||
Source0: %url/SPIRV-Headers/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: %url/SPIRV-Headers/archive/%{commit}/%{name}-%{commit}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ This includes:
|
|||||||
* The XML registry fil
|
* The XML registry fil
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n SPIRV-Headers-%{version}
|
%autosetup -n SPIRV-Headers-%{commit}
|
||||||
chmod a-x include/spirv/1.2/spirv.py
|
chmod a-x include/spirv/1.2/spirv.py
|
||||||
|
|
||||||
|
|
||||||
@ -55,6 +55,9 @@ mv include/* %buildroot%{_includedir}/
|
|||||||
%{_includedir}/spirv/
|
%{_includedir}/spirv/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 01 2019 Dave Airlie <airlied@redhat.com> - 1.4.2-0.1
|
||||||
|
- Latest git snapshot for building vulkan.
|
||||||
|
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user