- Update to release SDK-1.3.243.0

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=107
This commit is contained in:
Jan Engelhardt 2023-03-29 14:06:20 +00:00 committed by Git OBS Bridge
parent 4ac345cb64
commit 8121eb77e1
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa2078408793b2173f174173a8784de56b6bbfbcb5fb958a07e46ef126c7eada
size 1646923

3
sdk-1.3.243.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89a09547be30491ee0a11cd7c883e78a637fb761280d6c6c2174f37188527dc3
size 1656815

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 29 14:05:29 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.243.0
* Log when VK_LAYER_PATH is ignored
* Implement VK_LUNARG_direct_driver_loading
-------------------------------------------------------------------
Sun Jan 29 12:38:42 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,7 +19,7 @@
# Prefer to go with just /^sdk-.*/ tags
%define lname libvulkan1
Name: vulkan-loader
Version: 1.3.239.0
Version: 1.3.243.0
Release: 0
Summary: Reference ICD loader for Vulkan
License: Apache-2.0
@ -73,7 +73,9 @@ to make use of Vulkan.
%cmake \
-DVulkanHeaders_INCLUDE_DIR:PATH="%_includedir" \
-DVulkanRegistry_DIR:PATH="%_datadir/vulkan/registry" \
-DLIB_SUFFIX:STRING=""
-DLIB_SUFFIX:STRING="" \
-DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="%optflags -U_FORTIFY_SOURCE -O0 -ggdb3" \
-DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="%optflags -U_FORTIFY_SOURCE -O0 -ggdb3"
%cmake_build