Rebase to 1.2.131 headers
This commit is contained in:
parent
d14292d10b
commit
e26d3fa5f8
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@
|
|||
/Vulkan-Headers-sdk-1.1.108.0.tar.gz
|
||||
/Vulkan-Headers-sdk-1.1.114.0.tar.gz
|
||||
/Vulkan-Headers-sdk-1.1.126.0.tar.gz
|
||||
/Vulkan-Headers-1.2.131.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (Vulkan-Headers-sdk-1.1.126.0.tar.gz) = b050e0d17ad7b143c59a401a4a75ef97afdbc94f1cbfd4571ce1b83380927879cb05b7b62b81c7da8b501ebe0fbe70dc3acacaab3656da465b4bc06559266d3f
|
||||
SHA512 (Vulkan-Headers-1.2.131.tar.gz) = b214e517decd508e9811eab18c72b58a8f77dadef865cfbad5cbb6b255711a7606837824026bb8052480952dc75bd8e17786cbbe00ff8692a1d77a26ea1a7a88
|
||||
|
|
|
|||
|
|
@ -1,21 +1,21 @@
|
|||
%global __python %{__python3}
|
||||
Name: vulkan-headers
|
||||
Version: 1.1.126.0
|
||||
Version: 1.2.131
|
||||
Release: 1%{?dist}
|
||||
Summary: Vulkan Header files and API registry
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/KhronosGroup/Vulkan-Headers
|
||||
Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-Headers-sdk-%{version}.tar.gz
|
||||
Source0: %{url}/archive/v%{version}/Vulkan-Headers-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake3
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Vulkan Header files and API registry
|
||||
|
||||
%prep
|
||||
%autosetup -n Vulkan-Headers-sdk-%{version}
|
||||
%autosetup -n Vulkan-Headers-%{version}
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -36,6 +36,9 @@ Vulkan Header files and API registry
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 20 2020 Neal Gompa <ngompa13@gmail.com> - 1.2.131-1
|
||||
- Rebase to 1.2.131 headers
|
||||
|
||||
* Tue Nov 12 2019 Dave Airlie <airlied@redhat.com> - 1.1.126.0-1
|
||||
- Update to 1.1.126.0 headers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue