Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
232723dd10 | ||
|
|
c6929ae61f | ||
|
|
1c482bdfcc | ||
|
|
1b87f7e86d | ||
|
|
d2f5dca4cd |
4 changed files with 16 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -38,3 +38,4 @@
|
|||
/Vulkan-Headers-sdk-1.4.321.0.tar.gz
|
||||
/Vulkan-Headers-sdk-1.4.328.1.tar.gz
|
||||
/Vulkan-Headers-sdk-1.4.341.0.tar.gz
|
||||
/Vulkan-Headers-sdk-1.4.350.0.tar.gz
|
||||
|
|
|
|||
12
.packit.yaml
Normal file
12
.packit.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# packit config for vulkan-headers
|
||||
# Build Stage 1 - no internal dependencies
|
||||
|
||||
jobs:
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_committers: [all_admins]
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
sidetag_group: vulkan-sdk-releases
|
||||
dependents:
|
||||
- vulkan-loader
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (Vulkan-Headers-sdk-1.4.341.0.tar.gz) = aa6d517304663c55c67bdd8578518a399a1188c6c3a92fac4ee29738f96f6a66b61ebc9c606c20d52f5cbb47976757bfcab35576eca7c839dfda1cdd65074c29
|
||||
SHA512 (Vulkan-Headers-sdk-1.4.350.0.tar.gz) = b7987072292d81bae34d28878b3cc12845db0a51710b4d5c21cf804d7c593b1db9ee736f10b8d7696150a25d9e8e2d3d1e17e670c6cca029858de027d5df08ea
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
%global __python %{__python3}
|
||||
Name: vulkan-headers
|
||||
Version: 1.4.341.0
|
||||
Version: 1.4.350.0
|
||||
Release: %autorelease
|
||||
Summary: Vulkan Header files and API registry
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ BuildRequires: cmake
|
|||
BuildRequires: ninja-build
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Vulkan Header files and API registry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue