From 656e64931fd7f38929b75d46cd35c46cf46f9970afc6a6307c3fdfdc639afb63 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 23 Jul 2024 07:31:06 +0200 Subject: [PATCH] vulkan-tools 1.3.290 --- vulkan-sdk-1.3.283.0.tar.gz | 3 --- vulkan-sdk-1.3.290.0.tar.gz | 3 +++ vulkan-tools.changes | 6 ++++++ vulkan-tools.spec | 10 +++++----- 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 vulkan-sdk-1.3.283.0.tar.gz create mode 100644 vulkan-sdk-1.3.290.0.tar.gz diff --git a/vulkan-sdk-1.3.283.0.tar.gz b/vulkan-sdk-1.3.283.0.tar.gz deleted file mode 100644 index fc58992..0000000 --- a/vulkan-sdk-1.3.283.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:586f3a1178b2a0635562c64b1152a8646dd3b50e03cd8320a6cfaee5b9d46310 -size 753022 diff --git a/vulkan-sdk-1.3.290.0.tar.gz b/vulkan-sdk-1.3.290.0.tar.gz new file mode 100644 index 0000000..db13a7e --- /dev/null +++ b/vulkan-sdk-1.3.290.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8a941f3cedd904774e888871840dd9b5df4de7682d741181b5c9af58a46420 +size 754806 diff --git a/vulkan-tools.changes b/vulkan-tools.changes index 3935263..69364c4 100644 --- a/vulkan-tools.changes +++ b/vulkan-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 23 05:26:36 UTC 2024 - Jan Engelhardt + +- Update to release SDK-1.3.290 + * cube: Fix incremental present on swapchain recreate + ------------------------------------------------------------------- Thu May 16 12:21:39 UTC 2024 - Jan Engelhardt diff --git a/vulkan-tools.spec b/vulkan-tools.spec index c7f6767..e19b30d 100644 --- a/vulkan-tools.spec +++ b/vulkan-tools.spec @@ -17,21 +17,21 @@ Name: vulkan-tools -Version: 1.3.283.0 +Version: 1.3.290 Release: 0 Summary: Diagnostic utilities for Vulkan License: Apache-2.0 Group: Development/Tools/Other URL: https://github.com/KhronosGroup/Vulkan-Tools -Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/vulkan-sdk-%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/vulkan-sdk-%version.0.tar.gz Source9: baselibs.conf BuildRequires: cmake >= 3.17 BuildRequires: gcc-c++ >= 4.8 BuildRequires: glslang-devel BuildRequires: pkg-config BuildRequires: python3-base -BuildRequires: vulkan-volk-devel >= 1.3.283 -BuildRequires: pkgconfig(vulkan) >= 1.3.283 +BuildRequires: vulkan-volk-devel >= %version +BuildRequires: pkgconfig(vulkan) >= %version BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) @@ -46,7 +46,7 @@ graphics applications such as games and interactive media. This package contains the Khronos official Vulkan tools and utilities. %prep -%autosetup -p1 -n Vulkan-Tools-vulkan-sdk-%version +%autosetup -p1 -n Vulkan-Tools-vulkan-sdk-%version.0 %build mkdir -p glslang/bin