17
0

9 Commits

Author SHA256 Message Date
a8e3875b57 Import openSUSE:Leap:16.0 modifications 2025-08-12 12:20:25 +02:00
672e559778 remove invalid imported files 2025-08-12 12:20:24 +02:00
b4deba3725 Accepting request 1233209 from X11:Wayland
- Update to tag 1.4.304

OBS-URL: https://build.opensuse.org/request/show/1233209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-utility-libraries?expand=0&rev=8
2024-12-26 11:23:32 +00:00
OBS User unknown
4f07d58b73 [info=d7a6a8845e5b527ed9efce53862e0a8b883e6ea6f49c94deab2c54d01814c5dc]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-utility-libraries?expand=0&rev=17
2024-12-24 02:27:02 +00:00
dba03b5c6e Accepting request 1206379 from X11:Wayland
- Update to release SDK-1.3.296

OBS-URL: https://build.opensuse.org/request/show/1206379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-utility-libraries?expand=0&rev=7
2024-10-09 20:12:12 +00:00
OBS User unknown
d84620eaac [info=0824ce4a9b5a72b166c4e820e8b83eaec21bf358bcdc26a7abdf289a719a7e2f]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-utility-libraries?expand=0&rev=16
2024-10-08 17:09:16 +00:00
539a6b42e3 Accepting request 1189194 from X11:Wayland
- Update to release SDK-1.3.290

OBS-URL: https://build.opensuse.org/request/show/1189194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-utility-libraries?expand=0&rev=6
2024-07-24 13:31:23 +00:00
1829d2fd8b [info=b2bcb6ab3fe6ec19dee439c53d296db0a1872403d7b9059a8cc70da59f629ecf]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-utility-libraries?expand=0&rev=15
2024-07-23 05:12:29 +00:00
8b2b211b13 [info=623f22a90e0ceec499021e0f70da91e1a61a65ba321150a58646fd1173174d87]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-utility-libraries?expand=0&rev=14
2024-06-27 08:33:38 +00:00
4 changed files with 8 additions and 37 deletions

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

Binary file not shown.

Binary file not shown.

View File

@@ -1,32 +1,3 @@
-------------------------------------------------------------------
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 and contributors
# Copyright (c) 2025 SUSE LLC
#
# 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_335
%define lname libVulkanLayerSettings-1_4_309
%if 0%{?suse_version} < 1600
%define gcc_version 13
%endif
Name: vulkan-utility-libraries
Version: 1.4.335
Version: 1.4.309
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