17
0

8 Commits

4 changed files with 37 additions and 8 deletions

Binary file not shown.

BIN
vulkan-sdk-1.4.335.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Dec 9 23:22:33 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.335.0
* doc: mention `VK_Layer_*setting_name*` is deprecated and remove
errant backtick
* Add C++ layer settings helper library documentation
-------------------------------------------------------------------
Tue Oct 7 10:18:00 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.328.0
* build: Put generated version in CMake project()
-------------------------------------------------------------------
Thu Jul 17 06:39:55 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.321.0
* formats: Remove old format utils
* enums: Add C Name helper for VkStructureType
* layer: Fix trim namespace env with overridden namespace
* layer: Fix unknown settings across layers
-------------------------------------------------------------------
Sun May 18 04:34:47 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.313.0
* format: Fix DepthStencil to Color compatible check
-------------------------------------------------------------------
Thu Mar 13 16:39:41 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package vulkan-utility-libraries
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,13 @@
#
%define lname libVulkanLayerSettings-1_4_309
%define lname libVulkanLayerSettings-1_4_335
%if 0%{?suse_version} < 1600
%define gcc_version 13
%endif
Name: vulkan-utility-libraries
Version: 1.4.309
Version: 1.4.335
Release: 0
Summary: Utility libraries for Vulkan
License: Apache-2.0
@@ -71,8 +71,8 @@ find . -type f -name CMakeLists.txt -exec perl -i -lpe 's{\@PACKAGE_VERSION\@}{%
%build
%cmake \
-DCMAKE_C_COMPILER="gcc%{?gcc_version:-%{gcc_version}}" \
-DCMAKE_CXX_COMPILER="g++%{?gcc_version:-%{gcc_version}}"
-DCMAKE_C_COMPILER="gcc%{?gcc_version:-%gcc_version}" \
-DCMAKE_CXX_COMPILER="g++%{?gcc_version:-%gcc_version}"
%cmake_build
%install