From a313e0a7ecc847f1050ff57251716f636109164b9e0c9698b9f08f785bf99f94 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 30 May 2023 21:39:16 +0000 Subject: [PATCH] - Update to release SDK-1.3.250.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=107 --- sdk-1.3.250.0.tar.gz | 3 +++ v1.3.247.tar.gz | 3 --- vulkan-tools.changes | 6 ++++++ vulkan-tools.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 sdk-1.3.250.0.tar.gz delete mode 100644 v1.3.247.tar.gz diff --git a/sdk-1.3.250.0.tar.gz b/sdk-1.3.250.0.tar.gz new file mode 100644 index 0000000..bc87760 --- /dev/null +++ b/sdk-1.3.250.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337d23b77a36fcf40159decb832ff8feac7d623faea0c45d549b5d657fd4728e +size 785979 diff --git a/v1.3.247.tar.gz b/v1.3.247.tar.gz deleted file mode 100644 index 6d62fdb..0000000 --- a/v1.3.247.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c7f9d81d599a36871cc122501713cd67882be4777872c8c5e17834e2c2047a1 -size 783642 diff --git a/vulkan-tools.changes b/vulkan-tools.changes index d03cf83..3f79eb8 100644 --- a/vulkan-tools.changes +++ b/vulkan-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 30 21:38:30 UTC 2023 - Jan Engelhardt + +- Update to release SDK-1.3.250.0 + * vulkaninfo: Issue flush before exiting + ------------------------------------------------------------------- Wed Apr 19 20:11:40 UTC 2023 - Jan Engelhardt diff --git a/vulkan-tools.spec b/vulkan-tools.spec index b3569f7..2fc33b1 100644 --- a/vulkan-tools.spec +++ b/vulkan-tools.spec @@ -17,13 +17,13 @@ Name: vulkan-tools -Version: 1.3.247 +Version: 1.3.250.0 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/v%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/sdk-%version.tar.gz Source9: baselibs.conf BuildRequires: cmake >= 3.17 BuildRequires: gcc-c++ >= 4.8 @@ -45,7 +45,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-%version +%autosetup -p1 -n Vulkan-Tools-sdk-%version %build mkdir -p glslang/bin