Release 1.4.1
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
This commit is contained in:
parent
a2d4812094
commit
170c54b2a0
3
sources
3
sources
@ -1,2 +1 @@
|
||||
SHA512 (spirv-headers-8bea0a266ac9b718aa0818d9e3a47c0b77c2cb23.tar.gz) = 270abfa9e87ffd87aaf79b7d2b4c61790e09e451ddfeebbac6e726fea6affd3aab26785de5f4b2b36f857e8039f1cf756b060309fe52148998d308a199b67e24
|
||||
SHA512 (spirv-headers-03a081524afabdde274d885880c2fef213e46a59.tar.gz) = 27f0a4b5efbe2931c0ff5d50e5fb5bd78fe0a735ad48a08db72c8914f2de05f5d5c507134e0a090bb5a7d88e2f8c1a0bdbf51a0bc4b9fe3bf372da7000ca0b98
|
||||
SHA512 (spirv-headers-1.4.1.tar.gz) = def34baa2a67128126d0918445b757e2b67a5cf012f6ca4f9a671741e4b1bf6939a7ebd114f7741bcd19bd6c22d0c5dc46adc8ac62ec474164278858c2e65dcf
|
||||
|
@ -1,22 +1,22 @@
|
||||
%global commit 03a081524afabdde274d885880c2fef213e46a59
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20190307
|
||||
%global gitrel .%{commit_date}.git%{shortcommit}
|
||||
# %%global commit 03a081524afabdde274d885880c2fef213e46a59
|
||||
# %%global shortcommit %%(c=%%{commit}; echo ${c:0:7})
|
||||
# %%global commit_date 20190307
|
||||
# %%global gitrel .%%{commit_date}.git%%{shortcommit}
|
||||
|
||||
Name: spirv-headers
|
||||
Version: 1.2
|
||||
Release: 0.12%{?gitrel}%{?dist}
|
||||
Version: 1.4.1
|
||||
Release: 1%{?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/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
%{summary}
|
||||
|
||||
|
||||
This includes:
|
||||
|
||||
* Header files for various languages.
|
||||
@ -29,7 +29,7 @@ Summary: Development files for %{name}
|
||||
|
||||
%description devel
|
||||
%{summary}
|
||||
|
||||
|
||||
This includes:
|
||||
|
||||
* Header files for various languages.
|
||||
@ -38,7 +38,7 @@ This includes:
|
||||
* The XML registry fil
|
||||
|
||||
%prep
|
||||
%autosetup -n SPIRV-Headers-%{commit}
|
||||
%autosetup -n SPIRV-Headers-%{version}
|
||||
chmod a-x include/spirv/1.2/spirv.py
|
||||
|
||||
|
||||
@ -55,6 +55,9 @@ mv include/* %buildroot%{_includedir}/
|
||||
%{_includedir}/spirv/
|
||||
|
||||
%changelog
|
||||
* Mon Jun 10 03:08:22 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.4.1-1
|
||||
- Release 1.4.1
|
||||
|
||||
* Thu Mar 07 2019 Dave Airlie <airlied@redhat.com> - 1.2-0.12.20190307.git03a0815
|
||||
- Update to latest version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user