Accepting request 1139940 from X11:Wayland
- Update to release SDK-1.3.275.0 OBS-URL: https://build.opensuse.org/request/show/1139940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-utility-libraries?expand=0&rev=3
This commit is contained in:
commit
59ce6e3e38
@ -31,7 +31,7 @@ Index: Vulkan-Utility-Libraries-vulkan-sdk-1.3.268.0/src/layer/CMakeLists.txt
|
|||||||
-add_library(VulkanLayerSettings STATIC)
|
-add_library(VulkanLayerSettings STATIC)
|
||||||
+add_library(VulkanLayerSettings SHARED)
|
+add_library(VulkanLayerSettings SHARED)
|
||||||
add_library(Vulkan::LayerSettings ALIAS VulkanLayerSettings)
|
add_library(Vulkan::LayerSettings ALIAS VulkanLayerSettings)
|
||||||
+set_target_properties(VulkanLayerSettings PROPERTIES LIBRARY_OUTPUT_NAME VulkanLayerSettings-1.3.268.0)
|
+set_target_properties(VulkanLayerSettings PROPERTIES LIBRARY_OUTPUT_NAME VulkanLayerSettings-1.3.275.0)
|
||||||
|
|
||||||
target_sources(VulkanLayerSettings PRIVATE
|
target_sources(VulkanLayerSettings PRIVATE
|
||||||
vk_layer_settings.cpp
|
vk_layer_settings.cpp
|
||||||
|
BIN
vulkan-sdk-1.3.268.0.tar.gz
(Stored with Git LFS)
BIN
vulkan-sdk-1.3.268.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
vulkan-sdk-1.3.275.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
vulkan-sdk-1.3.275.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 19 11:35:34 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release SDK-1.3.275.0
|
||||||
|
* Minor improvements to VK_EXT_layer_settings documentation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 15 10:29:10 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Wed Nov 15 10:29:10 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package vulkan-utility-libraries
|
# spec file for package vulkan-utility-libraries
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,9 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define lname libVulkanLayerSettings-1_3_268_0
|
# version also present in shared.diff
|
||||||
|
%define lname libVulkanLayerSettings-1_3_275_0
|
||||||
Name: vulkan-utility-libraries
|
Name: vulkan-utility-libraries
|
||||||
Version: 1.3.268.0
|
Version: 1.3.275.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility libraries for Vulkan
|
Summary: Utility libraries for Vulkan
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -33,7 +34,7 @@ BuildRequires: c++_compiler
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: cmake >= 3.17.2
|
BuildRequires: cmake >= 3.17.2
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: vulkan-headers >= 1.3.268
|
BuildRequires: vulkan-headers >= 1.3.275
|
||||||
Obsoletes: vulkan < %version-%release
|
Obsoletes: vulkan < %version-%release
|
||||||
Provides: vulkan = %version-%release
|
Provides: vulkan = %version-%release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user