Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
4 changed files with 3 additions and 23 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -35,8 +35,3 @@
|
||||||
/Vulkan-Loader-sdk-1.3.296.0.tar.gz
|
/Vulkan-Loader-sdk-1.3.296.0.tar.gz
|
||||||
/Vulkan-Loader-sdk-1.4.304.0.tar.gz
|
/Vulkan-Loader-sdk-1.4.304.0.tar.gz
|
||||||
/Vulkan-Loader-sdk-1.4.309.0.tar.gz
|
/Vulkan-Loader-sdk-1.4.309.0.tar.gz
|
||||||
/Vulkan-Loader-sdk-1.4.313.0.tar.gz
|
|
||||||
/Vulkan-Loader-sdk-1.4.321.0.tar.gz
|
|
||||||
/Vulkan-Loader-sdk-1.4.328.1.tar.gz
|
|
||||||
/Vulkan-Loader-sdk-1.4.341.0.tar.gz
|
|
||||||
/Vulkan-Loader-sdk-1.4.350.0.tar.gz
|
|
||||||
|
|
|
||||||
15
.packit.yaml
15
.packit.yaml
|
|
@ -1,15 +0,0 @@
|
||||||
# packit config for vulkan-loader
|
|
||||||
# Build Stage 2 - depends on vulkan-headers
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
- job: koji_build
|
|
||||||
trigger: commit | koji_build
|
|
||||||
allowed_committers: [all_admins]
|
|
||||||
dist_git_branches:
|
|
||||||
- fedora-all
|
|
||||||
sidetag_group: vulkan-sdk-releases
|
|
||||||
dependencies:
|
|
||||||
- vulkan-headers
|
|
||||||
dependents:
|
|
||||||
- vulkan-utility-libraries
|
|
||||||
- vulkan-volk
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (Vulkan-Loader-sdk-1.4.350.0.tar.gz) = 5d9829bed6e166b598e6769b6263c0d0408ba578c3e99b460e1ca2a5b13bd0ea38f315953f6ad74567fbd7025143050704b87e2ea11e6689c41675220e115ce1
|
SHA512 (Vulkan-Loader-sdk-1.4.309.0.tar.gz) = f77d42639037b79eeeba4007eded039527a345cd39ed1b6a3c5e786a418c481811a72c43cb24821268c7bc57c39941cfe5511e86362ac892c51d45a062dc0e2c
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Name: vulkan-loader
|
Name: vulkan-loader
|
||||||
Version: 1.4.350.0
|
Version: 1.4.309.0
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Vulkan ICD desktop loader
|
Summary: Vulkan ICD desktop loader
|
||||||
|
|
||||||
|
|
@ -50,7 +50,7 @@ developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -GNinja -DCMAKE_BUILD_TYPE=Release
|
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue