From 4e3ba7525c390fa66fb3e0e52da8139d636deaffbc458f8ee84e752795962112 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 19 Apr 2023 20:16:39 +0000 Subject: [PATCH] - Update to release 1.3.247 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=105 --- sdk-1.3.243.0.tar.gz | 3 --- v1.3.247.tar.gz | 3 +++ vulkan-tools.changes | 7 +++++++ vulkan-tools.spec | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 sdk-1.3.243.0.tar.gz create mode 100644 v1.3.247.tar.gz diff --git a/sdk-1.3.243.0.tar.gz b/sdk-1.3.243.0.tar.gz deleted file mode 100644 index 40a1c90..0000000 --- a/sdk-1.3.243.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:632af210bf3f3801ceb5ded6a0b2c435282069f5d1d7fa1969804e3a9fe85262 -size 778991 diff --git a/v1.3.247.tar.gz b/v1.3.247.tar.gz new file mode 100644 index 0000000..6d62fdb --- /dev/null +++ b/v1.3.247.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7f9d81d599a36871cc122501713cd67882be4777872c8c5e17834e2c2047a1 +size 783642 diff --git a/vulkan-tools.changes b/vulkan-tools.changes index fd34b39..d03cf83 100644 --- a/vulkan-tools.changes +++ b/vulkan-tools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 19 20:11:40 UTC 2023 - Jan Engelhardt + +- Update to release 1.3.247 + * vulkaninfo: Dont enable Direct Driver Loading Ext + * vkcubepp: Fix custom height not working + ------------------------------------------------------------------- Wed Mar 29 14:06:41 UTC 2023 - Jan Engelhardt diff --git a/vulkan-tools.spec b/vulkan-tools.spec index 87f4c82..b3569f7 100644 --- a/vulkan-tools.spec +++ b/vulkan-tools.spec @@ -17,14 +17,14 @@ Name: vulkan-tools -Version: 1.3.243.0 +Version: 1.3.247 Release: 0 Summary: Diagnostic utilities for Vulkan License: Apache-2.0 Group: Development/Tools/Other URL: https://github.com/KhronosGroup/Vulkan-Tools -Source0: https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/sdk-%version.tar.gz -Source1: baselibs.conf +Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v%version.tar.gz +Source9: baselibs.conf BuildRequires: cmake >= 3.17 BuildRequires: gcc-c++ >= 4.8 BuildRequires: glslang-devel @@ -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-sdk-%version +%autosetup -p1 -n Vulkan-Tools-%version %build mkdir -p glslang/bin