From 2630d0cee03342f764c2b7f575956a037c09291732d909679a944baac7711263 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 29 Mar 2023 18:28:06 +0000 Subject: [PATCH] - Update to release SDK-1.3.243.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=103 --- sdk-1.3.239.0.tar.gz | 3 --- sdk-1.3.243.0.tar.gz | 3 +++ vulkan-tools.changes | 10 +++++++++- vulkan-tools.spec | 8 ++++---- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 sdk-1.3.239.0.tar.gz create mode 100644 sdk-1.3.243.0.tar.gz diff --git a/sdk-1.3.239.0.tar.gz b/sdk-1.3.239.0.tar.gz deleted file mode 100644 index 86ff4dd..0000000 --- a/sdk-1.3.239.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f3ed1fddef8581bf188c9d079dd7c1662d8f779b682977ff0dc5942b13777f4 -size 775603 diff --git a/sdk-1.3.243.0.tar.gz b/sdk-1.3.243.0.tar.gz new file mode 100644 index 0000000..40a1c90 --- /dev/null +++ b/sdk-1.3.243.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632af210bf3f3801ceb5ded6a0b2c435282069f5d1d7fa1969804e3a9fe85262 +size 778991 diff --git a/vulkan-tools.changes b/vulkan-tools.changes index ee1ea75..fd34b39 100644 --- a/vulkan-tools.changes +++ b/vulkan-tools.changes @@ -1,7 +1,15 @@ +------------------------------------------------------------------- +Wed Mar 29 14:06:41 UTC 2023 - Jan Engelhardt + +- Update to release SDK-1.3.243.0 + * mockicd: Add Support for testing Ray Tracing + * mockicd: Add Support for testing Video decoding + * vulkaninfo: Dont enable Direct Driver Loading Ext + ------------------------------------------------------------------- Fri Feb 10 18:03:56 UTC 2023 - Bruno Pitrus -- Add baselibs.conf. This is useful as 64- and 32-bit vulkan environments +- Add baselibs.conf. This is useful as 64- and 32-bit Vulkan environments need separate drivers and need to be diagnosed separately. ------------------------------------------------------------------- diff --git a/vulkan-tools.spec b/vulkan-tools.spec index f14e065..87f4c82 100644 --- a/vulkan-tools.spec +++ b/vulkan-tools.spec @@ -17,7 +17,7 @@ Name: vulkan-tools -Version: 1.3.239.0 +Version: 1.3.243.0 Release: 0 Summary: Diagnostic utilities for Vulkan License: Apache-2.0 @@ -25,12 +25,12 @@ 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 -BuildRequires: cmake >= 3.4 +BuildRequires: cmake >= 3.17 BuildRequires: gcc-c++ >= 4.8 -BuildRequires: glslang-devel >= 8.13.3743 +BuildRequires: glslang-devel BuildRequires: pkg-config BuildRequires: python3-base -BuildRequires: pkgconfig(vulkan) >= 1.3.239 +BuildRequires: pkgconfig(vulkan) >= 1.3.243 BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb)